2021-05-28 03:55:57,701 DEBUG 23:basic_vm.py(1) - BasicVm init started 2021-05-28 03:55:57,702 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-05-28 03:55:57,711 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2021-05-28 03:55:57,711 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2021-05-28 03:55:57,711 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2021-05-28 03:55:57,711 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2021-05-28 03:55:57,711 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2021-05-28 03:55:57,712 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2021-05-28 03:55:57,712 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2021-05-28 03:55:57,712 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2021-05-28 03:55:57,712 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2021-05-28 03:55:57,712 INFO 169:run_tests.py(1) - Running test case 'basic_vm'... 2021-05-28 03:55:57,712 DEBUG 33:basic_vm.py(1) - start time 2021-05-28 03:55:57,712 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC 2021-05-28 03:55:57,712 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-05-28 03:55:57,712 DEBUG 195: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-05-28 03:55:57,713 DEBUG 197: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-05-28 03:55:57,713 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-05-28 03:55:57,713 DEBUG 103: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-05-28 03:55:57,713 DEBUG 105: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-05-28 03:55:57,713 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-05-28 03:55:57,716 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:55:57,910 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 362 2021-05-28 03:55:57,912 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-05-28 03:55:57,912 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"0474971f872f4712befc5f2bc5d5154d","type":"vlm","name":"00a7c418-cf7b-40c5-ac69","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f89d8dab2ecd4eeb9f585f2ac1974a2e","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":2} 2021-05-28 03:55:57,914 DEBUG 147:__init__.py(1) - number of Vendor returned: 2 2021-05-28 03:55:57,914 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor 2021-05-28 03:55:57,914 INFO 169:__init__.py(1) - Vendor basicvm_vendor doesn't exist in SDC 2021-05-28 03:55:57,914 INFO 267:__init__.py(1) - attempting to create Vendor basicvm_vendor in SDC 2021-05-28 03:55:57,914 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC 2021-05-28 03:55:57,914 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-05-28 03:55:57,915 DEBUG 195: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-05-28 03:55:57,915 DEBUG 197: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-05-28 03:55:57,915 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-05-28 03:55:57,915 DEBUG 103: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-05-28 03:55:57,915 DEBUG 105: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-05-28 03:55:57,915 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-05-28 03:55:57,917 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:55:58,211 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 362 2021-05-28 03:55:58,212 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-05-28 03:55:58,213 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"0474971f872f4712befc5f2bc5d5154d","type":"vlm","name":"00a7c418-cf7b-40c5-ac69","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f89d8dab2ecd4eeb9f585f2ac1974a2e","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":2} 2021-05-28 03:55:58,215 DEBUG 147:__init__.py(1) - number of Vendor returned: 2 2021-05-28 03:55:58,216 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor 2021-05-28 03:55:58,216 INFO 169:__init__.py(1) - Vendor basicvm_vendor doesn't exist in SDC 2021-05-28 03:55:58,233 DEBUG 195: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-05-28 03:55:58,234 DEBUG 197: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-05-28 03:55:58,234 DEBUG 198:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basicvm_vendor", "description": "vendor" } 2021-05-28 03:55:58,234 DEBUG 103: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-05-28 03:55:58,234 DEBUG 105: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-05-28 03:55:58,234 DEBUG 106:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basicvm_vendor", "description": "vendor" } 2021-05-28 03:55:58,236 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:01,184 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-05-28 03:56:01,185 INFO 116:onap_service.py(1) - [SDC][create Vendor] response code: 200 2021-05-28 03:56:01,185 DEBUG 120:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"a5c23a3fccae46dda110edfcc1bdf5fe","version":{"id":"9379f74baa844abc91ca309cbf004806","name":"1.0","description":"Initial version","status":"Draft"}} 2021-05-28 03:56:01,187 INFO 284:__init__.py(1) - Vendor basicvm_vendor is created in SDC 2021-05-28 03:56:01,187 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicvm_vendor in SDC 2021-05-28 03:56:01,193 DEBUG 103: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-05-28 03:56:01,193 DEBUG 105: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/a5c23a3fccae46dda110edfcc1bdf5fe/versions/9379f74baa844abc91ca309cbf004806/actions 2021-05-28 03:56:01,193 DEBUG 106:onap_service.py(1) - [SDC][Submit Vendor] data sent: { "action": "Submit" } 2021-05-28 03:56:01,195 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:01,700 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/a5c23a3fccae46dda110edfcc1bdf5fe/versions/9379f74baa844abc91ca309cbf004806/actions HTTP/1.1" 200 2 2021-05-28 03:56:01,702 INFO 116:onap_service.py(1) - [SDC][Submit Vendor] response code: 200 2021-05-28 03:56:01,702 DEBUG 120:onap_service.py(1) - [SDC][Submit Vendor] response: {} 2021-05-28 03:56:01,706 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-05-28 03:56:01,719 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-05-28 03:56:01,719 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-05-28 03:56:01,719 DEBUG 195: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-05-28 03:56:01,719 DEBUG 197: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-05-28 03:56:01,719 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:01,720 DEBUG 103: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-05-28 03:56:01,720 DEBUG 105: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-05-28 03:56:01,720 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:01,721 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:01,895 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 561 2021-05-28 03:56:01,896 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-05-28 03:56:01,896 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"vFW 1650758c-c740","description":"vendor software product","vendorName":"00a7c418-cf7b-40c5-ac69","vendorId":"0474971f872f4712befc5f2bc5d5154d","onboardingMethod":"NetworkPackage","id":"612859d415d04884a20e320415949fee","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_QiqADh_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"f89d8dab2ecd4eeb9f585f2ac1974a2e","onboardingMethod":"NetworkPackage","id":"a288a5e5d7424ccea9d0e344d8479a95","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-05-28 03:56:01,898 DEBUG 303:vsp.py(1) - importing VSP vFW 1650758c-c740 from SDC 2021-05-28 03:56:01,898 DEBUG 303:vsp.py(1) - importing VSP basic_onboard_QiqADh_VSP from SDC 2021-05-28 03:56:01,899 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-05-28 03:56:01,899 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-05-28 03:56:01,899 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-05-28 03:56:01,899 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-05-28 03:56:01,899 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-05-28 03:56:01,899 DEBUG 195: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-05-28 03:56:01,899 DEBUG 197: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-05-28 03:56:01,899 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:01,900 DEBUG 103: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-05-28 03:56:01,900 DEBUG 105: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-05-28 03:56:01,900 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:01,902 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:02,010 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 561 2021-05-28 03:56:02,011 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-05-28 03:56:02,012 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"vFW 1650758c-c740","description":"vendor software product","vendorName":"00a7c418-cf7b-40c5-ac69","vendorId":"0474971f872f4712befc5f2bc5d5154d","onboardingMethod":"NetworkPackage","id":"612859d415d04884a20e320415949fee","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_QiqADh_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"f89d8dab2ecd4eeb9f585f2ac1974a2e","onboardingMethod":"NetworkPackage","id":"a288a5e5d7424ccea9d0e344d8479a95","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-05-28 03:56:02,014 DEBUG 303:vsp.py(1) - importing VSP vFW 1650758c-c740 from SDC 2021-05-28 03:56:02,014 DEBUG 303:vsp.py(1) - importing VSP basic_onboard_QiqADh_VSP from SDC 2021-05-28 03:56:02,014 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-05-28 03:56:02,014 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-05-28 03:56:02,014 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-05-28 03:56:02,014 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-05-28 03:56:02,014 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-05-28 03:56:02,014 DEBUG 195: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-05-28 03:56:02,014 DEBUG 197: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-05-28 03:56:02,015 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:02,015 DEBUG 103: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-05-28 03:56:02,015 DEBUG 105: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-05-28 03:56:02,015 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:02,016 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:02,117 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 561 2021-05-28 03:56:02,119 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-05-28 03:56:02,119 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"vFW 1650758c-c740","description":"vendor software product","vendorName":"00a7c418-cf7b-40c5-ac69","vendorId":"0474971f872f4712befc5f2bc5d5154d","onboardingMethod":"NetworkPackage","id":"612859d415d04884a20e320415949fee","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_QiqADh_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"f89d8dab2ecd4eeb9f585f2ac1974a2e","onboardingMethod":"NetworkPackage","id":"a288a5e5d7424ccea9d0e344d8479a95","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-05-28 03:56:02,121 DEBUG 303:vsp.py(1) - importing VSP vFW 1650758c-c740 from SDC 2021-05-28 03:56:02,121 DEBUG 303:vsp.py(1) - importing VSP basic_onboard_QiqADh_VSP from SDC 2021-05-28 03:56:02,121 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-05-28 03:56:02,121 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-05-28 03:56:02,121 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-05-28 03:56:02,122 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-05-28 03:56:02,122 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-05-28 03:56:02,122 DEBUG 195: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-05-28 03:56:02,122 DEBUG 197: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-05-28 03:56:02,122 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:02,122 DEBUG 103: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-05-28 03:56:02,122 DEBUG 105: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-05-28 03:56:02,122 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:02,124 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:02,275 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 561 2021-05-28 03:56:02,277 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-05-28 03:56:02,277 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"vFW 1650758c-c740","description":"vendor software product","vendorName":"00a7c418-cf7b-40c5-ac69","vendorId":"0474971f872f4712befc5f2bc5d5154d","onboardingMethod":"NetworkPackage","id":"612859d415d04884a20e320415949fee","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_QiqADh_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"f89d8dab2ecd4eeb9f585f2ac1974a2e","onboardingMethod":"NetworkPackage","id":"a288a5e5d7424ccea9d0e344d8479a95","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-05-28 03:56:02,280 DEBUG 303:vsp.py(1) - importing VSP vFW 1650758c-c740 from SDC 2021-05-28 03:56:02,281 DEBUG 303:vsp.py(1) - importing VSP basic_onboard_QiqADh_VSP from SDC 2021-05-28 03:56:02,281 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-05-28 03:56:02,281 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-05-28 03:56:02,281 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-05-28 03:56:02,281 INFO 267:__init__.py(1) - attempting to create Vsp basic_vm_VSP in SDC 2021-05-28 03:56:02,281 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-05-28 03:56:02,281 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-05-28 03:56:02,282 DEBUG 195: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-05-28 03:56:02,282 DEBUG 197: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-05-28 03:56:02,282 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:02,282 DEBUG 103: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-05-28 03:56:02,282 DEBUG 105: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-05-28 03:56:02,283 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:56:02,285 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:02,416 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 561 2021-05-28 03:56:02,417 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-05-28 03:56:02,417 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"vFW 1650758c-c740","description":"vendor software product","vendorName":"00a7c418-cf7b-40c5-ac69","vendorId":"0474971f872f4712befc5f2bc5d5154d","onboardingMethod":"NetworkPackage","id":"612859d415d04884a20e320415949fee","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_QiqADh_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"f89d8dab2ecd4eeb9f585f2ac1974a2e","onboardingMethod":"NetworkPackage","id":"a288a5e5d7424ccea9d0e344d8479a95","owner":"cs0008","status":"ACTIVE"}],"listCount":2} 2021-05-28 03:56:02,423 DEBUG 303:vsp.py(1) - importing VSP vFW 1650758c-c740 from SDC 2021-05-28 03:56:02,423 DEBUG 303:vsp.py(1) - importing VSP basic_onboard_QiqADh_VSP from SDC 2021-05-28 03:56:02,424 DEBUG 147:__init__.py(1) - number of Vsp returned: 2 2021-05-28 03:56:02,424 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-05-28 03:56:02,424 INFO 169:__init__.py(1) - Vsp basic_vm_VSP doesn't exist in SDC 2021-05-28 03:56:02,428 DEBUG 159:__init__.py(1) - check if Vendor basicvm_vendor exists in SDC 2021-05-28 03:56:02,428 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2021-05-28 03:56:02,428 DEBUG 195: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-05-28 03:56:02,428 DEBUG 197: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-05-28 03:56:02,428 DEBUG 198:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-05-28 03:56:02,429 DEBUG 103: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-05-28 03:56:02,429 DEBUG 105: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-05-28 03:56:02,429 DEBUG 106:onap_service.py(1) - [SDC][get Vendors] data sent: None 2021-05-28 03:56:02,430 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:02,609 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 670 2021-05-28 03:56:02,611 INFO 116:onap_service.py(1) - [SDC][get Vendors] response code: 200 2021-05-28 03:56:02,611 DEBUG 120:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"7b391f125cd8483ba854667223bc7f08","type":"vlm","name":"basiclamp_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"a5c23a3fccae46dda110edfcc1bdf5fe","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"0474971f872f4712befc5f2bc5d5154d","type":"vlm","name":"00a7c418-cf7b-40c5-ac69","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"f89d8dab2ecd4eeb9f585f2ac1974a2e","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2021-05-28 03:56:02,613 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2021-05-28 03:56:02,613 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicvm_vendor 2021-05-28 03:56:02,613 DEBUG 195: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-05-28 03:56:02,613 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a5c23a3fccae46dda110edfcc1bdf5fe/versions 2021-05-28 03:56:02,613 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:02,614 DEBUG 103: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-05-28 03:56:02,614 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a5c23a3fccae46dda110edfcc1bdf5fe/versions 2021-05-28 03:56:02,614 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:02,615 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:02,910 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a5c23a3fccae46dda110edfcc1bdf5fe/versions HTTP/1.1" 200 264 2021-05-28 03:56:02,911 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:02,912 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"9379f74baa844abc91ca309cbf004806","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1622174158507,"modificationTime":1622174161578,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-05-28 03:56:02,914 DEBUG 22:sdc_element.py(1) - details found, updating 2021-05-28 03:56:02,914 INFO 192:__init__.py(1) - Vendor found, updating information 2021-05-28 03:56:02,914 DEBUG 195: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-05-28 03:56:02,914 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a5c23a3fccae46dda110edfcc1bdf5fe/versions 2021-05-28 03:56:02,914 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:02,915 DEBUG 103: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-05-28 03:56:02,915 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/a5c23a3fccae46dda110edfcc1bdf5fe/versions 2021-05-28 03:56:02,915 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:02,917 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:03,210 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/a5c23a3fccae46dda110edfcc1bdf5fe/versions HTTP/1.1" 200 264 2021-05-28 03:56:03,212 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:03,212 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"9379f74baa844abc91ca309cbf004806","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1622174158507,"modificationTime":1622174161578,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-05-28 03:56:03,214 DEBUG 22:sdc_element.py(1) - details found, updating 2021-05-28 03:56:03,215 DEBUG 195: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-05-28 03:56:03,215 DEBUG 197: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-05-28 03:56:03,215 DEBUG 198:onap_service.py(1) - [SDC][create Vsp] data sent: { "name": "basic_vm_VSP", "description": "vendor software product", "icon": "icon", "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "vendorName": "basicvm_vendor", "vendorId": "a5c23a3fccae46dda110edfcc1bdf5fe", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2021-05-28 03:56:03,215 DEBUG 103: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-05-28 03:56:03,215 DEBUG 105: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-05-28 03:56:03,215 DEBUG 106:onap_service.py(1) - [SDC][create Vsp] data sent: { "name": "basic_vm_VSP", "description": "vendor software product", "icon": "icon", "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "vendorName": "basicvm_vendor", "vendorId": "a5c23a3fccae46dda110edfcc1bdf5fe", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2021-05-28 03:56:03,217 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:07,634 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-05-28 03:56:07,635 INFO 116:onap_service.py(1) - [SDC][create Vsp] response code: 200 2021-05-28 03:56:07,635 DEBUG 120:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"44564abf95e647f7a7bf1cd9b3d29b50","version":{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft"}} 2021-05-28 03:56:07,637 INFO 284:__init__.py(1) - Vsp basic_vm_VSP is created in SDC 2021-05-28 03:56:07,637 DEBUG 195: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-05-28 03:56:07,637 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:07,638 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:07,638 DEBUG 103: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-05-28 03:56:07,638 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:07,638 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:07,640 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:07,725 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:07,726 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:07,726 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174164830,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:07,729 DEBUG 195: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-05-28 03:56:07,729 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:07,729 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:07,729 DEBUG 103: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-05-28 03:56:07,729 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:07,729 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:07,731 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:07,858 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 223 2021-05-28 03:56:07,859 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:07,859 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1622174163379,"modificationTime":1622174164814} 2021-05-28 03:56:07,861 DEBUG 195: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-05-28 03:56:07,861 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:07,862 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:07,862 DEBUG 103: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-05-28 03:56:07,862 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:07,862 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:07,863 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:08,429 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 368 2021-05-28 03:56:08,430 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:08,430 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac"} 2021-05-28 03:56:08,432 DEBUG 195: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-05-28 03:56:08,432 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:08,433 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:08,433 DEBUG 103: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-05-28 03:56:08,433 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:08,433 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:08,435 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:08,931 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 368 2021-05-28 03:56:08,933 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:08,933 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac"} 2021-05-28 03:56:08,942 INFO 219:vsp.py(1) - attempting to upload package for basic_vm_VSP in SDC 2021-05-28 03:56:08,943 DEBUG 195: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-05-28 03:56:08,943 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:08,943 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:08,943 DEBUG 103: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-05-28 03:56:08,943 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:08,943 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:08,950 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:09,030 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:09,031 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:09,031 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174164830,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:09,034 DEBUG 195: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-05-28 03:56:09,034 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:09,034 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:09,034 DEBUG 103: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-05-28 03:56:09,034 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:09,034 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:09,036 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:09,232 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 223 2021-05-28 03:56:09,233 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:09,233 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1622174163379,"modificationTime":1622174164814} 2021-05-28 03:56:09,236 DEBUG 195: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-05-28 03:56:09,236 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:09,236 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:09,236 DEBUG 103: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-05-28 03:56:09,236 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:09,236 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:09,238 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:09,832 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 368 2021-05-28 03:56:09,833 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:09,834 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac"} 2021-05-28 03:56:09,837 DEBUG 195: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-05-28 03:56:09,837 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:09,841 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:09,841 DEBUG 103: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-05-28 03:56:09,841 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:09,841 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:09,845 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:10,225 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 368 2021-05-28 03:56:10,228 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:10,231 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac"} 2021-05-28 03:56:10,233 DEBUG 103: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-05-28 03:56:10,234 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/orchestration-template-candidate 2021-05-28 03:56:10,234 DEBUG 106:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None 2021-05-28 03:56:10,237 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:10,717 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/orchestration-template-candidate HTTP/1.1" 200 94 2021-05-28 03:56:10,718 INFO 116:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200 2021-05-28 03:56:10,718 DEBUG 120:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:10,719 INFO 172:vsp.py(1) - Files for Vsp basic_vm_VSP have been uploaded 2021-05-28 03:56:10,721 DEBUG 195: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-05-28 03:56:10,721 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:10,721 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:10,721 DEBUG 103: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-05-28 03:56:10,722 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:10,722 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:10,724 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:10,823 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:10,824 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:10,825 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174164830,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:10,826 DEBUG 195: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-05-28 03:56:10,826 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:10,827 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:10,827 DEBUG 103: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-05-28 03:56:10,827 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:10,827 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:10,829 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:11,008 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 222 2021-05-28 03:56:11,009 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:11,009 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1622174163379,"modificationTime":1622174170645} 2021-05-28 03:56:11,011 DEBUG 195: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-05-28 03:56:11,011 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,011 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,012 DEBUG 103: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-05-28 03:56:11,012 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,012 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,014 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:11,394 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 439 2021-05-28 03:56:11,395 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:11,395 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:11,397 DEBUG 195: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-05-28 03:56:11,398 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,398 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,398 DEBUG 103: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-05-28 03:56:11,398 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,398 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,400 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:11,510 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 439 2021-05-28 03:56:11,512 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:11,512 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:11,515 INFO 219:vsp.py(1) - attempting to validate for basic_vm_VSP in SDC 2021-05-28 03:56:11,516 DEBUG 195: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-05-28 03:56:11,516 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:11,516 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:11,516 DEBUG 103: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-05-28 03:56:11,516 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:11,516 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:11,518 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:11,631 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:11,632 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:11,632 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174164830,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:11,634 DEBUG 195: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-05-28 03:56:11,634 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,635 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:11,635 DEBUG 103: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-05-28 03:56:11,635 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,635 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:11,642 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:11,765 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 222 2021-05-28 03:56:11,766 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:11,766 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1622174163379,"modificationTime":1622174170645} 2021-05-28 03:56:11,769 DEBUG 195: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-05-28 03:56:11,769 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,769 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,769 DEBUG 103: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-05-28 03:56:11,769 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,769 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,772 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:11,906 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 439 2021-05-28 03:56:11,907 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:11,907 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:11,910 DEBUG 195: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-05-28 03:56:11,910 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,910 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,910 DEBUG 103: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-05-28 03:56:11,911 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:11,911 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:11,914 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:12,090 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 439 2021-05-28 03:56:12,092 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:12,092 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:12,094 DEBUG 195: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-05-28 03:56:12,095 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/orchestration-template-candidate/process 2021-05-28 03:56:12,095 DEBUG 198:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2021-05-28 03:56:12,095 DEBUG 103: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-05-28 03:56:12,095 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/orchestration-template-candidate/process 2021-05-28 03:56:12,095 DEBUG 106:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2021-05-28 03:56:12,098 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:26,715 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/orchestration-template-candidate/process HTTP/1.1" 200 87 2021-05-28 03:56:26,718 INFO 116:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200 2021-05-28 03:56:26,718 DEBUG 120:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_ubuntu20.env","base_ubuntu20.yaml"],"errors":{},"status":"Success"} 2021-05-28 03:56:26,722 INFO 187:vsp.py(1) - Artifacts for Vsp basic_vm_VSP have been validated 2021-05-28 03:56:26,722 DEBUG 195: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-05-28 03:56:26,722 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:26,722 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:26,722 DEBUG 103: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-05-28 03:56:26,723 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:26,723 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:26,725 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:27,019 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:27,021 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:27,021 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174164830,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:27,024 DEBUG 195: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-05-28 03:56:27,024 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:27,024 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:27,024 DEBUG 103: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-05-28 03:56:27,025 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:27,025 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:27,027 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:27,381 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 222 2021-05-28 03:56:27,382 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:27,383 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1622174163379,"modificationTime":1622174186614} 2021-05-28 03:56:27,385 DEBUG 195: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-05-28 03:56:27,385 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:27,385 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:27,385 DEBUG 103: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-05-28 03:56:27,385 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:27,385 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:27,387 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:27,927 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 595 2021-05-28 03:56:27,928 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:27,929 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV"},"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:27,931 DEBUG 195: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-05-28 03:56:27,931 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:27,931 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:27,931 DEBUG 103: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-05-28 03:56:27,931 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:27,931 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:27,933 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:28,525 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 595 2021-05-28 03:56:28,527 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:28,527 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV"},"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:28,530 INFO 219:vsp.py(1) - attempting to commit for basic_vm_VSP in SDC 2021-05-28 03:56:28,530 DEBUG 195: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-05-28 03:56:28,531 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:28,531 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:28,531 DEBUG 103: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-05-28 03:56:28,531 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:28,531 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:28,533 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:28,722 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:28,724 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:28,724 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174164830,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:28,726 DEBUG 195: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-05-28 03:56:28,726 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:28,726 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:28,726 DEBUG 103: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-05-28 03:56:28,726 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:28,726 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:28,728 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:29,195 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 222 2021-05-28 03:56:29,197 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:29,197 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1622174163379,"modificationTime":1622174186614} 2021-05-28 03:56:29,201 DEBUG 195: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-05-28 03:56:29,201 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:29,201 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:29,202 DEBUG 103: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-05-28 03:56:29,202 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:29,202 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:29,207 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:29,930 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 595 2021-05-28 03:56:29,931 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:29,931 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV"},"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:29,934 DEBUG 195: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-05-28 03:56:29,934 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:29,934 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:29,934 DEBUG 103: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-05-28 03:56:29,934 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:29,935 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:29,936 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:30,727 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 595 2021-05-28 03:56:30,729 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:30,729 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV"},"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:30,738 DEBUG 103: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-05-28 03:56:30,739 DEBUG 105:onap_service.py(1) - [SDC][Commit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions 2021-05-28 03:56:30,739 DEBUG 106:onap_service.py(1) - [SDC][Commit Vsp] data sent: { "commitRequest":{"message":"ok"}, "action": "Commit" } 2021-05-28 03:56:30,741 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:48,416 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions HTTP/1.1" 200 2 2021-05-28 03:56:48,418 INFO 116:onap_service.py(1) - [SDC][Commit Vsp] response code: 200 2021-05-28 03:56:48,418 DEBUG 120:onap_service.py(1) - [SDC][Commit Vsp] response: {} 2021-05-28 03:56:48,420 DEBUG 195: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-05-28 03:56:48,421 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:48,421 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:48,421 DEBUG 103: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-05-28 03:56:48,421 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:48,421 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:48,424 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:48,816 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:48,818 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:48,819 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174190826,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:48,822 DEBUG 195: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-05-28 03:56:48,822 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:48,822 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:48,823 DEBUG 103: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-05-28 03:56:48,823 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:48,823 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:48,826 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:49,805 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 223 2021-05-28 03:56:49,806 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:49,806 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1622174163379,"modificationTime":1622174186614} 2021-05-28 03:56:49,808 DEBUG 195: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-05-28 03:56:49,808 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:49,808 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:49,808 DEBUG 103: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-05-28 03:56:49,808 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:49,809 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:49,810 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:50,907 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 595 2021-05-28 03:56:50,908 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:50,909 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV"},"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:50,912 INFO 219:vsp.py(1) - attempting to certify/sumbit for basic_vm_VSP in SDC 2021-05-28 03:56:50,912 DEBUG 195: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-05-28 03:56:50,912 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:50,912 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:50,912 DEBUG 103: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-05-28 03:56:50,913 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:56:50,913 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:56:50,914 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:51,005 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 253 2021-05-28 03:56:51,007 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:56:51,008 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1622174163379,"modificationTime":1622174190826,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2021-05-28 03:56:51,011 DEBUG 195: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-05-28 03:56:51,012 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:51,012 DEBUG 198:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:51,016 DEBUG 103: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-05-28 03:56:51,017 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:51,017 DEBUG 106:onap_service.py(1) - [SDC][get item version] data sent: None 2021-05-28 03:56:51,018 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:51,129 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 223 2021-05-28 03:56:51,130 INFO 116:onap_service.py(1) - [SDC][get item version] response code: 200 2021-05-28 03:56:51,130 DEBUG 120:onap_service.py(1) - [SDC][get item version] response: {"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1622174163379,"modificationTime":1622174186614} 2021-05-28 03:56:51,133 DEBUG 195: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-05-28 03:56:51,133 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:51,133 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:51,133 DEBUG 103: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-05-28 03:56:51,134 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:56:51,134 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:56:51,135 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:56:51,597 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 595 2021-05-28 03:56:51,599 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:56:51,599 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV"},"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:56:51,609 DEBUG 103: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-05-28 03:56:51,609 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions 2021-05-28 03:56:51,609 DEBUG 106:onap_service.py(1) - [SDC][Submit Vsp] data sent: { "action": "Submit" } 2021-05-28 03:56:51,612 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:13,322 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions HTTP/1.1" 200 2 2021-05-28 03:57:13,325 INFO 116:onap_service.py(1) - [SDC][Submit Vsp] response code: 200 2021-05-28 03:57:13,326 DEBUG 120:onap_service.py(1) - [SDC][Submit Vsp] response: {} 2021-05-28 03:57:13,329 DEBUG 195: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-05-28 03:57:13,329 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:13,329 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:13,330 DEBUG 103: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-05-28 03:57:13,330 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:13,330 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:13,332 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:13,382 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 264 2021-05-28 03:57:13,383 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:57:13,383 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1622174163379,"modificationTime":1622174228323,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-05-28 03:57:13,385 INFO 219:vsp.py(1) - attempting to create CSAR package for basic_vm_VSP in SDC 2021-05-28 03:57:13,386 DEBUG 195: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-05-28 03:57:13,386 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:13,386 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:13,386 DEBUG 103: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-05-28 03:57:13,387 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:13,387 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:13,388 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:13,477 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 264 2021-05-28 03:57:13,478 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:57:13,479 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1622174163379,"modificationTime":1622174228323,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-05-28 03:57:13,489 DEBUG 103: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-05-28 03:57:13,489 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions 2021-05-28 03:57:13,489 DEBUG 106:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-05-28 03:57:13,491 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:16,030 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions HTTP/1.1" 200 316 2021-05-28 03:57:16,031 INFO 116:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-05-28 03:57:16,031 DEBUG 120:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"44564abf95e647f7a7bf1cd9b3d29b50","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-05-28 03:57:16,031 INFO 204:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"44564abf95e647f7a7bf1cd9b3d29b50","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-05-28 03:57:16,034 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-05-28 03:57:16,034 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-05-28 03:57:16,034 DEBUG 195: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-05-28 03:57:16,034 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:16,034 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:16,035 DEBUG 103: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-05-28 03:57:16,035 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:16,035 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:16,036 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:57:16,574 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 366 2021-05-28 03:57:16,576 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-05-28 03:57:16,576 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e23a5f89-d1e5-415d-b1a7-05e907c8b5d9/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-05-28 03:57:16,578 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:57:16,578 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:57:16,578 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:57:16,579 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:57:16,579 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-05-28 03:57:16,579 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:57:16,579 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-05-28 03:57:16,579 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-05-28 03:57:16,579 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-05-28 03:57:16,579 DEBUG 195: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-05-28 03:57:16,579 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:16,580 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:16,580 DEBUG 103: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-05-28 03:57:16,580 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:16,580 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:16,582 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:57:17,370 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 366 2021-05-28 03:57:17,372 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-05-28 03:57:17,373 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e23a5f89-d1e5-415d-b1a7-05e907c8b5d9/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-05-28 03:57:17,376 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:57:17,376 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:57:17,376 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:57:17,376 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:57:17,376 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-05-28 03:57:17,377 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:57:17,377 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-05-28 03:57:17,377 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-05-28 03:57:17,377 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-05-28 03:57:17,377 DEBUG 195: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-05-28 03:57:17,377 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:17,378 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:17,378 DEBUG 103: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-05-28 03:57:17,378 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:17,378 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:17,380 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:57:18,273 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 366 2021-05-28 03:57:18,274 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-05-28 03:57:18,274 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e23a5f89-d1e5-415d-b1a7-05e907c8b5d9/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-05-28 03:57:18,276 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:57:18,276 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:57:18,276 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:57:18,277 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:57:18,277 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-05-28 03:57:18,277 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:57:18,277 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-05-28 03:57:18,277 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC 2021-05-28 03:57:18,277 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC 2021-05-28 03:57:18,277 DEBUG 195:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: > 2021-05-28 03:57:18,277 DEBUG 197:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-05-28 03:57:18,278 DEBUG 198:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2021-05-28 03:57:18,278 DEBUG 103: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-05-28 03:57:18,278 DEBUG 105:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-05-28 03:57:18,278 DEBUG 106:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2021-05-28 03:57:18,279 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:21,311 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-05-28 03:57:21,315 INFO 116:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200 2021-05-28 03:57:21,317 DEBUG 120:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"ETSI Network Service","normalizedName":"etsi network service","uniqueId":"serviceNewCategory.etsi network service","icons":["etsi_network_service"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.7.2"} 2021-05-28 03:57:21,320 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9 2021-05-28 03:57:21,321 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic 2021-05-28 03:57:21,321 INFO 192:__init__.py(1) - ResourceCategory found, updating information 2021-05-28 03:57:21,321 INFO 267:__init__.py(1) - attempting to create Vf basic_vm in SDC 2021-05-28 03:57:21,321 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-05-28 03:57:21,321 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-05-28 03:57:21,321 DEBUG 195: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-05-28 03:57:21,321 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:21,321 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:21,322 DEBUG 103: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-05-28 03:57:21,322 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:57:21,322 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:57:21,324 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:57:21,679 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 366 2021-05-28 03:57:21,681 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-05-28 03:57:21,682 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e23a5f89-d1e5-415d-b1a7-05e907c8b5d9/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-05-28 03:57:21,686 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:57:21,686 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:57:21,686 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:57:21,687 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:57:21,687 DEBUG 147:__init__.py(1) - number of Vf returned: 1 2021-05-28 03:57:21,687 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:57:21,687 INFO 169:__init__.py(1) - Vf basic_vm doesn't exist in SDC 2021-05-28 03:57:21,704 DEBUG 159:__init__.py(1) - check if Vsp basic_vm_VSP exists in SDC 2021-05-28 03:57:21,704 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2021-05-28 03:57:21,704 DEBUG 195: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-05-28 03:57:21,704 DEBUG 197: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-05-28 03:57:21,704 DEBUG 198:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:57:21,705 DEBUG 103: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-05-28 03:57:21,705 DEBUG 105: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-05-28 03:57:21,705 DEBUG 106:onap_service.py(1) - [SDC][get Vsps] data sent: None 2021-05-28 03:57:21,707 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:22,079 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 1847 2021-05-28 03:57:22,080 INFO 116:onap_service.py(1) - [SDC][get Vsps] response code: 200 2021-05-28 03:57:22,080 DEBUG 120:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"pNF e248134d-bbd9","description":"vendor software product","vendorName":"7a3a1617-c665-4c04-b58f","vendorId":"1970c526711b4c378f29df69d1ca1573","onboardingMethod":"NetworkPackage","id":"f4a8785eb48f43c6920d8ca1da8ef4c7","owner":"cs0008","status":"ACTIVE"},{"name":"basic_cnf_VSP","description":"vendor software product","vendorName":"basicnf_vendor","vendorId":"572669a717b0489593600304ace9ecd6","onboardingMethod":"NetworkPackage","id":"4ff596b3a621486099d41e7385a2a59d","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","owner":"cs0008","status":"ACTIVE"},{"name":"basicclamp_VSP","description":"vendor software product","vendorName":"basiclamp_vendor","vendorId":"7b391f125cd8483ba854667223bc7f08","onboardingMethod":"NetworkPackage","id":"a9373f6831484a30ac9598925294565d","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_macro_VSP","description":"vendor software product","vendorName":"basicvm_macro_vendor","vendorId":"cbb5ddf72b844db9bc0df3642856a949","onboardingMethod":"NetworkPackage","id":"d15d13f5547f42c4908bf6d62a332bf9","owner":"cs0008","status":"ACTIVE"},{"name":"vFW 1650758c-c740","description":"vendor software product","vendorName":"00a7c418-cf7b-40c5-ac69","vendorId":"0474971f872f4712befc5f2bc5d5154d","onboardingMethod":"NetworkPackage","id":"612859d415d04884a20e320415949fee","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_QiqADh_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"f89d8dab2ecd4eeb9f585f2ac1974a2e","onboardingMethod":"NetworkPackage","id":"a288a5e5d7424ccea9d0e344d8479a95","owner":"cs0008","status":"ACTIVE"}],"listCount":7} 2021-05-28 03:57:22,082 DEBUG 303:vsp.py(1) - importing VSP pNF e248134d-bbd9 from SDC 2021-05-28 03:57:22,082 DEBUG 303:vsp.py(1) - importing VSP basic_cnf_VSP from SDC 2021-05-28 03:57:22,082 DEBUG 303:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2021-05-28 03:57:22,082 DEBUG 303:vsp.py(1) - importing VSP basicclamp_VSP from SDC 2021-05-28 03:57:22,082 DEBUG 303:vsp.py(1) - importing VSP basic_vm_macro_VSP from SDC 2021-05-28 03:57:22,082 DEBUG 303:vsp.py(1) - importing VSP vFW 1650758c-c740 from SDC 2021-05-28 03:57:22,082 DEBUG 303:vsp.py(1) - importing VSP basic_onboard_QiqADh_VSP from SDC 2021-05-28 03:57:22,082 DEBUG 147:__init__.py(1) - number of Vsp returned: 7 2021-05-28 03:57:22,082 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm_VSP 2021-05-28 03:57:22,082 DEBUG 195: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-05-28 03:57:22,082 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:22,082 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:22,083 DEBUG 103: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-05-28 03:57:22,083 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:22,083 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:22,084 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:22,213 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 264 2021-05-28 03:57:22,215 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:57:22,215 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1622174163379,"modificationTime":1622174228323,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-05-28 03:57:22,217 DEBUG 22:sdc_element.py(1) - details found, updating 2021-05-28 03:57:22,217 INFO 192:__init__.py(1) - Vsp found, updating information 2021-05-28 03:57:22,217 INFO 219:vsp.py(1) - attempting to create CSAR package for basic_vm_VSP in SDC 2021-05-28 03:57:22,218 DEBUG 195: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-05-28 03:57:22,218 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:22,218 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:22,218 DEBUG 103: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-05-28 03:57:22,218 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:22,218 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:22,220 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:22,400 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 264 2021-05-28 03:57:22,402 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:57:22,402 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1622174163379,"modificationTime":1622174228323,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-05-28 03:57:22,404 DEBUG 195: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-05-28 03:57:22,404 DEBUG 197:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:22,404 DEBUG 198:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:22,404 DEBUG 103: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-05-28 03:57:22,404 DEBUG 105:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions 2021-05-28 03:57:22,404 DEBUG 106:onap_service.py(1) - [SDC][get item] data sent: None 2021-05-28 03:57:22,406 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:22,600 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/44564abf95e647f7a7bf1cd9b3d29b50/versions HTTP/1.1" 200 264 2021-05-28 03:57:22,601 INFO 116:onap_service.py(1) - [SDC][get item] response code: 200 2021-05-28 03:57:22,601 DEBUG 120:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"6d395d1cc0c84a0598aecc1f50c9f2ac","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1622174163379,"modificationTime":1622174228323,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2021-05-28 03:57:22,603 DEBUG 22:sdc_element.py(1) - details found, updating 2021-05-28 03:57:22,607 DEBUG 103: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-05-28 03:57:22,607 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions 2021-05-28 03:57:22,607 DEBUG 106:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2021-05-28 03:57:22,609 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:26,915 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac/actions HTTP/1.1" 200 316 2021-05-28 03:57:26,917 INFO 116:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2021-05-28 03:57:26,917 DEBUG 120:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"44564abf95e647f7a7bf1cd9b3d29b50","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-05-28 03:57:26,918 INFO 204:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_vm_VSP","version":"1.0","packageId":"44564abf95e647f7a7bf1cd9b3d29b50","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2021-05-28 03:57:26,921 DEBUG 195: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-05-28 03:57:26,921 DEBUG 197: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:57:26,921 DEBUG 198:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:57:26,921 DEBUG 103: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-05-28 03:57:26,921 DEBUG 105: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/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac 2021-05-28 03:57:26,921 DEBUG 106:onap_service.py(1) - [SDC][get vsp version] data sent: None 2021-05-28 03:57:26,923 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:27,625 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/44564abf95e647f7a7bf1cd9b3d29b50/versions/6d395d1cc0c84a0598aecc1f50c9f2ac HTTP/1.1" 200 595 2021-05-28 03:57:27,626 INFO 116:onap_service.py(1) - [SDC][get vsp version] response code: 200 2021-05-28 03:57:27,626 DEBUG 120:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_vm_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicvm_vendor","vendorId":"a5c23a3fccae46dda110edfcc1bdf5fe","onboardingMethod":"NetworkPackage","id":"44564abf95e647f7a7bf1cd9b3d29b50","version":"6d395d1cc0c84a0598aecc1f50c9f2ac","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu20.yaml","type":"HEAT","env":{"fileName":"base_ubuntu20.env","type":"HEAT_ENV"},"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu20agent"} 2021-05-28 03:57:27,628 DEBUG 195: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-05-28 03:57:27,628 DEBUG 197:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources 2021-05-28 03:57:27,628 DEBUG 198: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"], "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": "44564abf95e647f7a7bf1cd9b3d29b50", "csarVersion": "1.0", "deploymentArtifacts": {}, "description": "VF", "icon": "defaulticon", "name": "basic_vm", "properties": [], "groups": [], "requirements": {}, "resourceType": "VF", "tags": ["basic_vm"], "toscaArtifacts": {}, "vendorName": "basicvm_vendor", "vendorRelease": "1.0" } 2021-05-28 03:57:27,629 DEBUG 103: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-05-28 03:57:27,629 DEBUG 105:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources 2021-05-28 03:57:27,629 DEBUG 106: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"], "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": "44564abf95e647f7a7bf1cd9b3d29b50", "csarVersion": "1.0", "deploymentArtifacts": {}, "description": "VF", "icon": "defaulticon", "name": "basic_vm", "properties": [], "groups": [], "requirements": {}, "resourceType": "VF", "tags": ["basic_vm"], "toscaArtifacts": {}, "vendorName": "basicvm_vendor", "vendorRelease": "1.0" } 2021-05-28 03:57:27,630 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:57:46,539 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-05-28 03:57:46,551 INFO 116:onap_service.py(1) - [SDC][create Vf] response code: 201 2021-05-28 03:57:46,558 DEBUG 120:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1622174260904,"description":"Artifact created from csar","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"cc239388-552d-4ff9-8a74-3cb7f7a80cbf","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1622174260905,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174260904,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"VSP_basic_vm_VSP_Information.txt","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":[],"empty":false}},"deploymentArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJRlZpZFc1MGRUSXdYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lGVmlkVzUwZFRJd1gyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnVldKMWJuUjFNakJmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUZWaWRXNTBkVEl3WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnVldKMWJuUjFNakJmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dWV0oxYm5SMU1qQmZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lGVmlkVzUwZFRJd1gyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJRlZpZFc1MGRUSXdYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUZWaWRXNTBkVEl3WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUZWaWRXNTBkVEl3WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQlZZblZ1ZEhVeU1GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ1ZXSjFiblIxTWpCZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJRlZpZFc1MGRUSXdYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUZWaWRXNTBkVEl3WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUJWWW5WdWRIVXlNRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1622174261068,"description":"created from csar","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=","artifactUUID":"db21ab1b-b671-44c5-813b-9afb6e9c39b7","artifactDisplayName":"base_ubuntu20","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","duplicated":false,"payloadUpdateDate":1622174261073,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174261068,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"base_ubuntu20.yaml","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","artifactType":"HEAT","heatEnvType":false,"requiredArtifacts":[],"empty":false},"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1622174260904,"description":"Artifact created from csar","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"cc239388-552d-4ff9-8a74-3cb7f7a80cbf","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1622174260905,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174260904,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"VSP_basic_vm_VSP_Information.txt","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":[],"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174261108,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MTMyODA4Mjg3N2M2Y2ViMDBlNWMzYzNlMWE5NjJmYTQ=","generatedFromId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1622174261108,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174261108,"artifactVersion":"0","isFromCsar":true,"generated":false,"artifactName":"base_ubuntu20.env","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1env","artifactType":"HEAT_ENV","heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174250311,"description":"TOSCA definition package of the asset","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174250311,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":"resource-BasicVm-csar.csar","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.assettoscacsar","artifactType":"TOSCA_CSAR","heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174250311,"description":"TOSCA representation of the asset","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174250311,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":"resource-BasicVm-template.yml","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.assettoscatemplate","artifactType":"TOSCA_TEMPLATE","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"],"empty":false}],"empty":false}],"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group"],"type":"tosca.capabilities.Node","source":"3396c871-b676-4ce5-ac24-3e41b64c53db","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"node":"tosca.nodes.Root","path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group"],"source":"3396c871-b676-4ce5-ac24-3e41b64c53db","capability":"tosca.capabilities.Node","uniqueId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f.dependency","ownerId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group"],"source":"3396c871-b676-4ce5-ac24-3e41b64c53db","capability":"tosca.capabilities.Attachment","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.port","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false}]},"properties":[{"uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.name","type":"string","required":false,"definition":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","hidden":false,"immutable":false,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.description","type":"string","required":false,"definition":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","hidden":false,"immutable":false,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.rules","type":"list","required":false,"definition":false,"description":"List of security group rules","schema":{"property":{"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","hidden":false,"immutable":false,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}],"actualComponentUid":"3396c871-b676-4ce5-ac24-3e41b64c53db","componentMetadataForSupportLog":{"SupportablityComponentName":"Ubuntu20_admin_security_group"},"createdFromCsar":true,"normalizedName":"ubuntu20_admin_security_group","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","name":"Ubuntu20_admin_security_group","creationTime":1622174257813,"icon":"securityrules","originType":"VFC","componentVersion":"1.0","componentUid":"3396c871-b676-4ce5-ac24-3e41b64c53db","toscaComponentName":"org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules","modificationTime":1622174259611,"customizationUUID":"e3375685-b82a-4821-8b2a-79b353260133","invariantName":"ubuntu20_admin_security_group","posX":"475.0","posY":"325.0","componentName":"SecurityRules","createdFrom":"CSAR","isProxy":false,"toscaArtifacts":{},"directives":[],"originArchived":false,"propertyValueCounter":1,"empty":false},{"capabilities":{"tosca.capabilities.Node":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"feature_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Scalable":[{"properties":[{"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"max_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"min_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"definition":false,"password":false,"name":"default_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Scalable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.scalable","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"scalable","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"scalable_Ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.Forwarder","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.forwarder","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"forwarder","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"binding","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"binding_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","parentName":"binding","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"definition":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","hidden":false,"immutable":false,"parentUniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.PortMirroring","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.12f61d0d-7cba-4e2e-a91a-6a61dd5f5403.port_mirroring","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"port_mirroring","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"properties":[{"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"definition":false,"password":false,"name":"num_cpus","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"disk_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"definition":false,"password":false,"name":"cpu_frequency","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"mem_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Container","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.host","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","parentName":"host","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"host_Ubuntu20","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.ephemeral.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.ephemeral.size","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.ephemeral.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.instance","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"instance","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"instance_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.iops","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu.delta","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu.delta","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu.delta_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.capacity","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.latency","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu_util","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu_util","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_util_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.allocation","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.latency","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.root.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.root.size","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.root.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.vcpus","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"vcpus","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"vcpus_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.iops","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.allocation","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.capacity","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.resident","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.resident","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.resident_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.packets.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outpoing.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outpoing.packets","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"definition":false,"password":false,"name":"type","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"definition":false,"password":false,"name":"distribution","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"definition":false,"password":false,"name":"version","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"definition":false,"password":false,"name":"architecture","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.OperatingSystem","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.os","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"os","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"os_Ubuntu20","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"properties":[{"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"secure","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Endpoint.Admin","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.endpoint","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"endpoint","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"endpoint_Ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Attachment","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.attachment","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"attachment","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"node":"tosca.nodes.Root","path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.Node","uniqueId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f.dependency","ownerId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"dependency","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20","empty":false},{"external":false,"node":"tosca.nodes.Root","path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.Node","uniqueId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f.dependency","ownerId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"dependency","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.network.Linkable","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782.link","ownerId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"link","relationship":"tosca.relationships.network.LinksTo","name":"link_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"node":"tosca.nodes.BlockStorage","path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.Attachment","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b.local_storage","ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"local_storage","relationship":"tosca.relationships.AttachesTo","name":"local_storage_Ubuntu20","empty":false}]},"inputs":[{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_related_networks","type":"list","required":true,"definition":false,"schema":{"property":{"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_related_networks","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_vlan_requirements","type":"list","required":true,"definition":false,"schema":{"property":{"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_vlan_requirements","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"definition":false,"description":"vfc naming","password":false,"name":"nfc_naming","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.vm_flavor_name","type":"string","required":true,"definition":false,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"Ubuntu20_flavor_name\"}","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","getInputValues":[{"propName":"vm_flavor_name","inputName":"Ubuntu20_flavor_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_user_data_format","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_user_data_format","value":"[\"RAW\"]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_network_role","type":"string","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"79f4c6b5-d77a-4e77-8339-6f61455cf1dd.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"definition":false,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_Ubuntu20ServiceTemplate.yaml\",\"count\":1}","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.vm_image_name","type":"string","required":true,"definition":false,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"Ubuntu20_image_name\"}","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","getInputValues":[{"propName":"vm_image_name","inputName":"Ubuntu20_image_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_network","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","hidden":false,"immutable":false,"getInputValues":[{"propName":"port_Ubuntu20_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.admin_plane_net_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_metadata","type":"list","required":true,"definition":false,"schema":{"property":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","hidden":false,"immutable":false,"getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.vm_type_tag","type":"string","required":false,"definition":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"Ubuntu20","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.high_availablity","type":"string","required":false,"definition":false,"description":"high_availablity","password":false,"name":"high_availablity","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_subnetpoolid","type":"string","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_subnetpoolid","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_exCP_naming","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.nfc_naming_code","type":"string","required":false,"definition":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"Ubuntu20","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_order","type":"integer","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_order","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_name","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_name","value":"[{\"get_input\":\"Ubuntu20_name_0\"}]","hidden":false,"immutable":false,"getInputValues":[{"propName":"compute_Ubuntu20_name","inputName":"Ubuntu20_name_0","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.nfc_function","type":"string","required":false,"definition":false,"password":false,"name":"nfc_function","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.index_value","type":"integer","required":false,"definition":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","hidden":false,"immutable":false,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_name","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_name","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.max_instances","type":"integer","required":false,"definition":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_ip_requirements","type":"list","required":true,"definition":false,"schema":{"property":{"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_security_groups","type":"list","required":true,"definition":false,"schema":{"property":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_security_groups","value":"[[\"Ubuntu20_admin_security_group\"]]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_key_name","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_key_name","value":"[\"UNSUPPORTED_RESOURCE_Ubuntu20_instantiated_key_name\"]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.min_instances","type":"integer","required":false,"definition":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_network_role_tag","type":"string","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role_tag","value":"admin_plane","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"actualComponentUid":"cb34466a-f890-42b9-9bd9-34430da56cd5","componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_Ubuntu20"},"createdFromCsar":true,"normalizedName":"abstract_ubuntu20","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","name":"abstract_Ubuntu20","creationTime":1622174257814,"icon":"defaulticon","originType":"CVFC","componentVersion":"1.0","componentUid":"cb34466a-f890-42b9-9bd9-34430da56cd5","toscaComponentName":"org.openecomp.resource.vfc.BasicVmcvfc.abstract.abstract.nodes.ubuntu20","modificationTime":1622174259611,"customizationUUID":"30a997cd-bc28-4789-b4f2-f8f9f2fe3cbf","invariantName":"abstract_ubuntu20","posX":"275.0","posY":"325.0","componentName":"basic_vm-nodes.Ubuntu20Cvfc","createdFrom":"CSAR","isProxy":false,"toscaArtifacts":{},"directives":["substitutable"],"originArchived":false,"propertyValueCounter":1,"empty":false}],"componentInstancesRelations":[{"toNode":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","relationships":[{"relation":{"requirement":"port","capabilityOwnerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","requirementOwnerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","id":"5d51d075-ca24-44bf-b5e8-d5883dc85915","relationship":{"type":"org.openecomp.relationships.AttachesTo"},"capability":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilityUid":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.attachment","requirementUid":"3396c871-b676-4ce5-ac24-3e41b64c53db.port"}}],"fromNode":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","originUI":false}],"componentInstancesInputs":{"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20":[{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_related_networks","type":"list","required":true,"definition":false,"schema":{"property":{"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_related_networks","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_vlan_requirements","type":"list","required":true,"definition":false,"schema":{"property":{"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_vlan_requirements","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"definition":false,"description":"vfc naming","password":false,"name":"nfc_naming","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.vm_flavor_name","type":"string","required":true,"definition":false,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"Ubuntu20_flavor_name\"}","hidden":false,"immutable":false,"inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_flavor_name","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","getInputValues":[{"propName":"vm_flavor_name","inputName":"Ubuntu20_flavor_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_user_data_format","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_user_data_format","value":"[\"RAW\"]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_network_role","type":"string","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"79f4c6b5-d77a-4e77-8339-6f61455cf1dd.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"definition":false,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_Ubuntu20ServiceTemplate.yaml\",\"count\":1}","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.vm_image_name","type":"string","required":true,"definition":false,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"Ubuntu20_image_name\"}","hidden":false,"immutable":false,"inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_image_name","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","getInputValues":[{"propName":"vm_image_name","inputName":"Ubuntu20_image_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_network","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","hidden":false,"immutable":false,"inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.admin_plane_net_name","getInputValues":[{"propName":"port_Ubuntu20_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.admin_plane_net_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_metadata","type":"list","required":true,"definition":false,"schema":{"property":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","hidden":false,"immutable":false,"inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.vm_type_tag","type":"string","required":false,"definition":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"Ubuntu20","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.high_availablity","type":"string","required":false,"definition":false,"description":"high_availablity","password":false,"name":"high_availablity","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_subnetpoolid","type":"string","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_subnetpoolid","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_exCP_naming","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.nfc_naming_code","type":"string","required":false,"definition":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"Ubuntu20","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_order","type":"integer","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_order","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_name","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_name","value":"[{\"get_input\":\"Ubuntu20_name_0\"}]","hidden":false,"immutable":false,"inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_name_0","getInputValues":[{"propName":"compute_Ubuntu20_name","inputName":"Ubuntu20_name_0","inputId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.nfc_function","type":"string","required":false,"definition":false,"password":false,"name":"nfc_function","hidden":false,"immutable":false,"parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.index_value","type":"integer","required":false,"definition":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","hidden":false,"immutable":false,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_name","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_name","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.max_instances","type":"integer","required":false,"definition":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_ip_requirements","type":"list","required":true,"definition":false,"schema":{"property":{"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_security_groups","type":"list","required":true,"definition":false,"schema":{"property":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_Ubuntu20_admin_plane_port_0_security_groups","value":"[[\"Ubuntu20_admin_security_group\"]]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"type":"json","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.compute_Ubuntu20_key_name","type":"list","required":true,"definition":false,"schema":{"property":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_Ubuntu20_key_name","value":"[\"UNSUPPORTED_RESOURCE_Ubuntu20_instantiated_key_name\"]","hidden":false,"immutable":false,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"uniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89.min_instances","type":"integer","required":false,"definition":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","hidden":false,"immutable":false,"status":"supported","parentUniqueId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"63bef6d2-bbef-47b3-bea4-71bb4c755e89","empty":false},{"uniqueId":"cb34466a-f890-42b9-9bd9-34430da56cd5.port_Ubuntu20_admin_plane_port_0_network_role_tag","type":"string","required":true,"definition":false,"password":false,"name":"port_Ubuntu20_admin_plane_port_0_network_role_tag","value":"admin_plane","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}]},"componentInstancesProperties":{"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group":[{"uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.name","type":"string","required":false,"definition":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","hidden":false,"immutable":false,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.description","type":"string","required":false,"definition":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","hidden":false,"immutable":false,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.rules","type":"list","required":false,"definition":false,"description":"List of security group rules","schema":{"property":{"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","hidden":false,"immutable":false,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"definition":false,"password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group"],"type":"tosca.capabilities.Node","source":"3396c871-b676-4ce5-ac24-3e41b64c53db","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"feature_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Scalable":[{"properties":[{"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"max_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"min_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"definition":false,"password":false,"name":"default_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Scalable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.scalable","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"scalable","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"scalable_Ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.Forwarder","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.forwarder","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"forwarder","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"binding","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"binding_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","parentName":"binding","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"definition":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","hidden":false,"immutable":false,"parentUniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.PortMirroring","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.12f61d0d-7cba-4e2e-a91a-6a61dd5f5403.port_mirroring","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"port_mirroring","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"properties":[{"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"definition":false,"password":false,"name":"num_cpus","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"disk_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"definition":false,"password":false,"name":"cpu_frequency","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"mem_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Container","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.host","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","parentName":"host","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"host_Ubuntu20","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.ephemeral.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.ephemeral.size","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.ephemeral.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.instance","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"instance","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"instance_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.iops","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu.delta","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu.delta","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu.delta_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.capacity","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.latency","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu_util","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu_util","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_util_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.allocation","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.latency","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"cpu_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.root.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.root.size","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.root.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.vcpus","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"vcpus","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"vcpus_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.iops","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.read.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.allocation","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.capacity","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.device.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.resident","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.resident","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"memory.resident_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"disk.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.packets.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outpoing.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outpoing.packets","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"definition":false,"password":false,"name":"type","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"definition":false,"password":false,"name":"distribution","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"definition":false,"password":false,"name":"version","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"definition":false,"password":false,"name":"architecture","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.OperatingSystem","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.os","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"os","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"os_Ubuntu20","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"properties":[{"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"secure","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Endpoint.Admin","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.endpoint","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"endpoint","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"endpoint_Ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"type":"tosca.capabilities.Attachment","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.attachment","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"attachment","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"node":"tosca.nodes.Root","path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group"],"source":"3396c871-b676-4ce5-ac24-3e41b64c53db","capability":"tosca.capabilities.Node","uniqueId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f.dependency","ownerId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false},{"external":false,"node":"tosca.nodes.Root","path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.Node","uniqueId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f.dependency","ownerId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"dependency","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20","empty":false},{"external":false,"node":"tosca.nodes.Root","path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.Node","uniqueId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f.dependency","ownerId":"e0a9cf92-40d0-400a-b69d-f93a6470fb4f","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"dependency","relationship":"tosca.relationships.DependsOn","name":"dependency_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.network.Linkable","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782.link","ownerId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"link","relationship":"tosca.relationships.network.LinksTo","name":"link_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group"],"source":"3396c871-b676-4ce5-ac24-3e41b64c53db","capability":"tosca.capabilities.Attachment","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db.port","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false},{"external":false,"node":"tosca.nodes.BlockStorage","path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"],"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","capability":"tosca.capabilities.Attachment","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b.local_storage","ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","parentName":"local_storage","relationship":"tosca.relationships.AttachesTo","name":"local_storage_Ubuntu20","empty":false}]},"inputs":[{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vf_module_id","type":"string","required":false,"definition":false,"defaultValue":"Ubuntu20-VF-module","description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","label":"VF module ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"definition":false,"password":false,"name":"nf_naming","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.multi_stage_design","type":"boolean","required":false,"definition":false,"defaultValue":"false","password":false,"name":"multi_stage_design","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming_code","type":"string","required":false,"definition":false,"password":false,"name":"nf_naming_code","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_function","type":"string","required":false,"definition":false,"password":false,"name":"nf_function","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.controller_actor","type":"string","required":false,"definition":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.availability_zone_max_count","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_artifact_name","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_artifact_name","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_pub_key","type":"string","required":false,"definition":false,"defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","description":"Public key to be installed on the compute instance","password":false,"name":"Ubuntu20_pub_key","label":"Public key","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_name","type":"string","required":false,"definition":false,"defaultValue":"Ubuntu20-VNF-name","description":"The VM name","password":false,"name":"vnf_name","label":"VM name","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.max_instances","type":"integer","required":false,"definition":false,"password":false,"name":"max_instances","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_type","type":"string","required":false,"definition":false,"password":false,"name":"nf_type","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_image_name","type":"string","required":false,"definition":false,"defaultValue":"ubuntu-20.04","description":"Image to be used for compute instance","password":false,"name":"Ubuntu20_image_name","label":"Image name or ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_ip","type":"string","required":false,"definition":false,"defaultValue":"10.4.2.166","description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","label":"DCAE collector IP address","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_id","type":"string","required":false,"definition":false,"defaultValue":"Ubuntu20-VNF","description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","label":"VNF ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_version","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_model_version","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_role","type":"string","required":false,"definition":false,"password":false,"name":"nf_role","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_name_0","type":"string","required":false,"definition":false,"defaultValue":"Ubuntu20","description":"The VM name","password":false,"name":"Ubuntu20_name_0","label":"VM name","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.min_instances","type":"integer","required":false,"definition":false,"password":false,"name":"min_instances","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_port","type":"string","required":false,"definition":false,"defaultValue":"30417","description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","label":"DCAE collector port","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.admin_plane_net_name","type":"string","required":false,"definition":false,"defaultValue":"admin","description":"The external management network","password":false,"name":"admin_plane_net_name","label":"management network","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_name","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_model_name","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_flavor_name","type":"string","required":false,"definition":false,"defaultValue":"m1.small","description":"Type of instance (flavor) to be used","password":false,"name":"Ubuntu20_flavor_name","label":"Flavor","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_ubuntu20_group","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.base_ubuntu20_group","name":"base_ubuntu20_group","type":"org.openecomp.groups.heat.HeatStack","version":"0.0","groupUUID":"9adde546-194c-4f7d-8e3b-1b4641d68928","invariantUUID":"6c049bc7-57a5-45b4-a3e0-211c7013fb4c","members":{"Ubuntu20_admin_security_group":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","abstract_Ubuntu20":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"},"invariantName":"base_ubuntu20_group","createdFrom":"CSAR","vspOriginated":true,"userDefined":false,"properties":[{"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file.property.1","type":"string","required":true,"definition":false,"description":"Heat file which associate to this group/heat stack","password":false,"name":"heat_file","value":"../Artifacts/base_ubuntu20.yaml","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description.property.2","type":"string","required":true,"definition":false,"description":"group description","password":false,"name":"description","value":"Heat template to deploy ubuntu VM Closed Loop for ONAP","hidden":false,"immutable":false,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","empty":false}],"empty":false},{"typeUid":"org.openecomp.groups.VfModule.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"BasicVm..base_ubuntu20..module-0","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.BasicVm..base_ubuntu20..module-0","name":"BasicVm..base_ubuntu20..module-0","type":"org.openecomp.groups.VfModule","version":"0.0","artifactsUuid":["db21ab1b-b671-44c5-813b-9afb6e9c39b7"],"groupUUID":"acfbd392-c377-4455-b467-16721fe4f783","invariantUUID":"9a81f3c7-381e-49dd-bb8a-0bcdbc5bd91a","members":{"Ubuntu20_admin_security_group":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","abstract_Ubuntu20":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20"},"invariantName":"BasicVm..base_ubuntu20..module-0","createdFrom":"CSAR","artifacts":["64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1env","64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1"],"vspOriginated":true,"userDefined":false,"properties":[{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"definition":false,"defaultValue":"false","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","hidden":false,"immutable":false,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"definition":false,"description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"definition":false,"description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"definition":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","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"definition":false,"password":false,"name":"vf_module_type","value":"Base","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"definition":false,"description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_ubuntu20","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"definition":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","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"definition":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"type":"string","required":false,"definition":false,"description":":","password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","hidden":false,"immutable":false,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"description":":","password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"definition":false,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"definition":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","hidden":false,"immutable":false,"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":{},"resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicVm","abstract":false,"vendorName":"basicvm_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","icon":"defaulticon","creationDate":1622174250312,"version":"0.1","description":"VF","tags":["basic_vm"],"componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1622174258922,"allArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJRlZpZFc1MGRUSXdYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lGVmlkVzUwZFRJd1gyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnVldKMWJuUjFNakJmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUZWaWRXNTBkVEl3WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnVldKMWJuUjFNakJmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dWV0oxYm5SMU1qQmZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lGVmlkVzUwZFRJd1gyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJRlZpZFc1MGRUSXdYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUZWaWRXNTBkVEl3WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUZWaWRXNTBkVEl3WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQlZZblZ1ZEhVeU1GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ1ZXSjFiblIxTWpCZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJRlZpZFc1MGRUSXdYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUZWaWRXNTBkVEl3WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dWV0oxYm5SMU1qQmZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUJWWW5WdWRIVXlNRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1622174261068,"description":"created from csar","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=","artifactUUID":"db21ab1b-b671-44c5-813b-9afb6e9c39b7","artifactDisplayName":"base_ubuntu20","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","duplicated":false,"payloadUpdateDate":1622174261073,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174261068,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"base_ubuntu20.yaml","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","artifactType":"HEAT","heatEnvType":false,"requiredArtifacts":[],"empty":false},"vspbasicvmvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZkbTFmVmxOUUNpQWdJQ0JpTGlBZ0lDQkVaWE5qY21sd2RHbHZiaUIyWlc1a2IzSWdjMjltZEhkaGNtVWdjSEp2WkhWamRBb2dJQ0FnWXk0Z0lDQWdWbVZ5YzJsdmJqb2dNQzR3Q2lBZ0lDQmtMaUFnSUNCV1pXNWtiM0k2SUdKaGMybGpkbTFmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"creationDate":1622174260904,"description":"Artifact created from csar","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"cc239388-552d-4ff9-8a74-3cb7f7a80cbf","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1622174260905,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174260904,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"VSP_basic_vm_VSP_Information.txt","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":[],"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174261108,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MTMyODA4Mjg3N2M2Y2ViMDBlNWMzYzNlMWE5NjJmYTQ=","generatedFromId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1622174261108,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174261108,"artifactVersion":"0","isFromCsar":true,"generated":false,"artifactName":"base_ubuntu20.env","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1env","artifactType":"HEAT_ENV","heatEnvType":true,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","contactId":"cs0008","componentMetadataForSupportLog":{"SupportablityComponentUUID":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","SupportablityComponentName":"basic_vm","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"44564abf95e647f7a7bf1cd9b3d29b50","SupportablityComponentVersion":"0.1"},"highestVersion":true,"systemName":"BasicVm","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","normalizedName":"basicvm","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"64937201-ba53-45e6-b0fe-e71b00c4ad14"},"csarUUID":"44564abf95e647f7a7bf1cd9b3d29b50","csarVersion":"1.0","vspArchived":false,"service":false,"archiveTime":0,"name":"basic_vm"} 2021-05-28 03:57:46,565 INFO 284:__init__.py(1) - Vf basic_vm is created in SDC 2021-05-28 03:57:46,566 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:57:56,573 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_vm in SDC 2021-05-28 03:57:56,577 DEBUG 103: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-05-28 03:57:56,577 DEBUG 105:onap_service.py(1) - [SDC][Certify Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources/64937201-ba53-45e6-b0fe-e71b00c4ad14/lifecycleState/Certify 2021-05-28 03:57:56,577 DEBUG 106:onap_service.py(1) - [SDC][Certify Vf] data sent: { "userRemarks": "certify" } 2021-05-28 03:57:56,578 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:12,791 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/64937201-ba53-45e6-b0fe-e71b00c4ad14/lifecycleState/Certify HTTP/1.1" 200 1258 2021-05-28 03:58:12,793 INFO 116:onap_service.py(1) - [SDC][Certify Vf] response code: 200 2021-05-28 03:58:12,793 DEBUG 120:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","name":"basic_vm","version":"1.0","isHighestVersion":true,"creationDate":1622174250312,"lastUpdateDate":1622174281585,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_vm"],"icon":"defaulticon","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"1.0":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2"},"csarUUID":"44564abf95e647f7a7bf1cd9b3d29b50","csarVersion":"1.0","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","componentType":"RESOURCE","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"empty":false}],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"vendorName":"basicvm_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicVm","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083"} 2021-05-28 03:58:12,797 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-05-28 03:58:12,797 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-05-28 03:58:12,797 DEBUG 195: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-05-28 03:58:12,797 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:58:12,797 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:58:12,798 DEBUG 103: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-05-28 03:58:12,798 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:58:12,798 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:58:12,800 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:58:12,935 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1787 2021-05-28 03:58:12,936 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-05-28 03:58:12,937 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e23a5f89-d1e5-415d-b1a7-05e907c8b5d9/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0eb699b0-454d-4a52-bb6c-8f6efbbda083/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/90e7b2de-406d-450b-9f89-b7c415a9f5e4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/4cb3bef5-d928-4c0d-818a-567c54076403/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0ef79933-2027-4679-a222-760b34ec8429/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-05-28 03:58:12,939 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:58:12,939 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:12,939 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:12,939 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:12,939 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 03:58:12,939 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:12,939 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:12,939 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:12,939 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 03:58:12,939 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:12,940 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:12,940 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:12,940 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 03:58:12,940 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:12,940 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:12,940 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:12,940 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 03:58:12,940 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:12,940 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:12,940 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:12,941 DEBUG 147:__init__.py(1) - number of Vf returned: 5 2021-05-28 03:58:12,941 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:58:12,941 INFO 192:__init__.py(1) - Vf found, updating information 2021-05-28 03:58:12,941 DEBUG 195: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-05-28 03:58:12,941 DEBUG 197: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-05-28 03:58:12,941 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-05-28 03:58:12,942 DEBUG 103: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-05-28 03:58:12,942 DEBUG 105: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-05-28 03:58:12,942 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-05-28 03:58:12,944 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:15,880 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-05-28 03:58:15,907 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-05-28 03:58:15,910 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174276311,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 03:58:15,916 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in resources list 2021-05-28 03:58:25,925 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-05-28 03:58:25,925 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-05-28 03:58:25,925 DEBUG 195: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-05-28 03:58:25,926 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:58:25,926 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:58:25,926 DEBUG 103: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-05-28 03:58:25,927 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:58:25,927 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:58:25,930 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:58:26,730 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1787 2021-05-28 03:58:26,731 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-05-28 03:58:26,732 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e23a5f89-d1e5-415d-b1a7-05e907c8b5d9/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0eb699b0-454d-4a52-bb6c-8f6efbbda083/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/90e7b2de-406d-450b-9f89-b7c415a9f5e4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/4cb3bef5-d928-4c0d-818a-567c54076403/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0ef79933-2027-4679-a222-760b34ec8429/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-05-28 03:58:26,734 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:58:26,734 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:26,734 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:26,734 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:26,734 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 03:58:26,734 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:26,734 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:26,734 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:26,734 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 03:58:26,734 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:26,734 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:26,735 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:26,735 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 03:58:26,735 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:26,735 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:26,735 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:26,735 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 03:58:26,735 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:26,735 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:26,735 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:26,735 DEBUG 147:__init__.py(1) - number of Vf returned: 5 2021-05-28 03:58:26,735 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:58:26,735 INFO 192:__init__.py(1) - Vf found, updating information 2021-05-28 03:58:26,735 DEBUG 195: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-05-28 03:58:26,736 DEBUG 197: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-05-28 03:58:26,736 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-05-28 03:58:26,736 DEBUG 103: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-05-28 03:58:26,736 DEBUG 105: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-05-28 03:58:26,736 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-05-28 03:58:26,737 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:28,742 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-05-28 03:58:28,745 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-05-28 03:58:28,747 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174293483,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 03:58:28,752 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in resources list 2021-05-28 03:58:28,753 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:58:28,753 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:58:28,754 DEBUG 195: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-05-28 03:58:28,754 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:28,754 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:28,754 DEBUG 103: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-05-28 03:58:28,755 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:28,755 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:28,757 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:58:30,727 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1086 2021-05-28 03:58:30,728 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 03:58:30,729 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 03:58:30,730 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:58:30,731 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:30,731 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:30,731 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:30,731 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 03:58:30,731 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:30,731 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:30,731 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:30,731 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 03:58:30,731 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:30,731 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:30,731 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:30,731 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-05-28 03:58:30,731 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:58:30,732 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC 2021-05-28 03:58:30,732 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:58:30,732 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:58:30,732 DEBUG 195: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-05-28 03:58:30,732 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:30,732 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:30,733 DEBUG 103: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-05-28 03:58:30,733 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:30,733 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:30,734 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:58:32,017 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1086 2021-05-28 03:58:32,019 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 03:58:32,020 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 03:58:32,022 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:58:32,022 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:32,022 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:32,022 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:32,022 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 03:58:32,022 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:32,023 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:32,023 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:32,023 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 03:58:32,023 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:32,023 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:32,023 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:32,023 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-05-28 03:58:32,023 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:58:32,023 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC 2021-05-28 03:58:32,024 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2021-05-28 03:58:32,024 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2021-05-28 03:58:32,024 DEBUG 195:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: > 2021-05-28 03:58:32,024 DEBUG 197:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-05-28 03:58:32,024 DEBUG 198:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-05-28 03:58:32,024 DEBUG 103: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-05-28 03:58:32,024 DEBUG 105:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-05-28 03:58:32,024 DEBUG 106:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-05-28 03:58:32,026 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:32,520 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-05-28 03:58:32,521 INFO 116:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2021-05-28 03:58:32,522 DEBUG 120:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"ETSI Network Service","normalizedName":"etsi network service","uniqueId":"serviceNewCategory.etsi network service","icons":["etsi_network_service"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.7.2"} 2021-05-28 03:58:32,525 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2021-05-28 03:58:32,525 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2021-05-28 03:58:32,525 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2021-05-28 03:58:32,526 INFO 267:__init__.py(1) - attempting to create Service basic_vm in SDC 2021-05-28 03:58:32,526 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:58:32,526 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:58:32,526 DEBUG 195: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-05-28 03:58:32,526 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:32,527 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:32,527 DEBUG 103: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-05-28 03:58:32,527 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:32,527 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:32,529 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:58:33,289 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1086 2021-05-28 03:58:33,290 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 03:58:33,290 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 03:58:33,292 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:58:33,293 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:33,293 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:33,293 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:33,293 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 03:58:33,293 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:33,293 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:33,293 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:33,293 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 03:58:33,293 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:33,293 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:33,293 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:33,293 DEBUG 147:__init__.py(1) - number of Service returned: 3 2021-05-28 03:58:33,293 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:58:33,294 INFO 169:__init__.py(1) - Service basic_vm doesn't exist in SDC 2021-05-28 03:58:33,310 DEBUG 195: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-05-28 03:58:33,311 DEBUG 197:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services 2021-05-28 03:58:33,311 DEBUG 198:onap_service.py(1) - [SDC][create Service] data sent: { "componentType": "SERVICE", "properties": [], "requirements": {}, "toscaArtifacts": {}, "tags": ["basic_vm"], "artifacts": {}, "description": "service", "serviceApiArtifacts": {}, "capabilities": {}, "name": "basic_vm", "componentInstancesProperties": {}, "componentInstancesAttributes": {}, "contactId": "cs0008", "groups": [], "projectCode": "123456", "deploymentArtifacts": {}, "attributes": [], "componentInstances": [], "ecompGeneratedNaming": true, "instantiationType": "A-la-carte", "environmentContext": "General_Revenue-Bearing", "categories": [ { "normalizedName": "network service", "name": "Network Service", "uniqueId": "serviceNewCategory.network service", "subcategories": null, "version": null, "ownerId": null, "empty": false, "type": null, "icons": ["network_l_1-3"] } ], "icon": "network_l_1-3" } 2021-05-28 03:58:33,311 DEBUG 103: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-05-28 03:58:33,311 DEBUG 105:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services 2021-05-28 03:58:33,311 DEBUG 106:onap_service.py(1) - [SDC][create Service] data sent: { "componentType": "SERVICE", "properties": [], "requirements": {}, "toscaArtifacts": {}, "tags": ["basic_vm"], "artifacts": {}, "description": "service", "serviceApiArtifacts": {}, "capabilities": {}, "name": "basic_vm", "componentInstancesProperties": {}, "componentInstancesAttributes": {}, "contactId": "cs0008", "groups": [], "projectCode": "123456", "deploymentArtifacts": {}, "attributes": [], "componentInstances": [], "ecompGeneratedNaming": true, "instantiationType": "A-la-carte", "environmentContext": "General_Revenue-Bearing", "categories": [ { "normalizedName": "network service", "name": "Network Service", "uniqueId": "serviceNewCategory.network service", "subcategories": null, "version": null, "ownerId": null, "empty": false, "type": null, "icons": ["network_l_1-3"] } ], "icon": "network_l_1-3" } 2021-05-28 03:58:33,313 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:37,875 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-05-28 03:58:37,877 INFO 116:onap_service.py(1) - [SDC][create Service] response code: 201 2021-05-28 03:58:37,878 DEBUG 120:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"hidden":false,"immutable":false,"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\"]}"],"constraints":[{"validValues":["true","false"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.controller_actor","type":"string","required":false,"definition":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"hidden":false,"immutable":false,"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\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.cds_model_version","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"hidden":false,"immutable":false,"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,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.cds_model_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"hidden":false,"immutable":false,"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,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.default_software_version","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"hidden":false,"immutable":false,"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,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false}],"artifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.controlloopfunctions","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.operationalpolicies","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.certificationtestresults","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.deploymentvotingrecord","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicequestionnaire","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.dimensioninginfo","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.affinityrules","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.serviceartifactplan","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicespecificpolicies","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicesecuritytemplate","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.engineeringrules","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.distributioninstructions","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.summaryofimpactstoecompelements","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314172,"description":"TOSCA definition package of the asset","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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314172,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":"service-BasicVm-csar.csar","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.assettoscacsar","artifactType":"TOSCA_CSAR","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":"TOSCA representation of the asset","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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":"service-BasicVm-template.yml","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.assettoscatemplate","artifactType":"TOSCA_TEMPLATE","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false}],"componentInstances":null,"componentInstancesRelations":[],"componentInstancesInputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":{},"requirements":null,"componentInstancesInterfaces":null,"inputs":[{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.controller_actor","type":"string","required":false,"definition":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.cds_model_version","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.cds_model_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.default_software_version","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false}],"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":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.configuration","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.testing","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.logging","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.monitoring","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.reporting","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.instantiation","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false}},"forwardingPaths":{},"toscaServiceName":null,"serviceType":"","environmentContext":"General_Revenue-Bearing","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","icon":"network_l_1-3","creationDate":1622174315216,"version":"0.1","description":"service","tags":["basic_vm"],"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1622174315216,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.controlloopfunctions","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.operationalpolicies","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.certificationtestresults","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.deploymentvotingrecord","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicequestionnaire","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.dimensioninginfo","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.affinityrules","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.serviceartifactplan","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicespecificpolicies","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicesecuritytemplate","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.engineeringrules","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.distributioninstructions","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":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,"artifactRef":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"artifactName":null,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.summaryofimpactstoecompelements","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":null,"type":null,"version":null,"ownerId":null,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","contactId":"cs0008","componentMetadataForSupportLog":{"SupportablityComponentUUID":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","SupportablityComponentName":"basic_vm","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"highestVersion":true,"systemName":"BasicVm","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"normalizedName":"basicvm","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":null,"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"vspArchived":false,"service":true,"archiveTime":0,"name":"basic_vm"} 2021-05-28 03:58:37,881 INFO 284:__init__.py(1) - Service basic_vm is created in SDC 2021-05-28 03:58:37,882 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:37,888 DEBUG 159:__init__.py(1) - check if Vf basic_vm exists in SDC 2021-05-28 03:58:37,888 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2021-05-28 03:58:37,889 DEBUG 195: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-05-28 03:58:37,889 DEBUG 197:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:58:37,889 DEBUG 198:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:58:37,889 DEBUG 103: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-05-28 03:58:37,889 DEBUG 105:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2021-05-28 03:58:37,889 DEBUG 106:onap_service.py(1) - [SDC][get Vfs] data sent: None 2021-05-28 03:58:37,891 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:58:40,479 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1787 2021-05-28 03:58:40,480 INFO 116:onap_service.py(1) - [SDC][get Vfs] response code: 200 2021-05-28 03:58:40,481 DEBUG 120:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e23a5f89-d1e5-415d-b1a7-05e907c8b5d9/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0eb699b0-454d-4a52-bb6c-8f6efbbda083/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/90e7b2de-406d-450b-9f89-b7c415a9f5e4/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/4cb3bef5-d928-4c0d-818a-567c54076403/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0ef79933-2027-4679-a222-760b34ec8429/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2021-05-28 03:58:40,483 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:58:40,483 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:40,483 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:40,484 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:40,484 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 03:58:40,484 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:40,484 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:40,484 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:40,484 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 03:58:40,484 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:40,484 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:40,484 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:40,485 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 03:58:40,485 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:40,485 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:40,485 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:40,485 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 03:58:40,485 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:40,485 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:40,485 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:58:40,485 DEBUG 147:__init__.py(1) - number of Vf returned: 5 2021-05-28 03:58:40,485 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:58:40,485 INFO 192:__init__.py(1) - Vf found, updating information 2021-05-28 03:58:40,486 DEBUG 195: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-05-28 03:58:40,486 DEBUG 197: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-05-28 03:58:40,486 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-05-28 03:58:40,486 DEBUG 103: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-05-28 03:58:40,486 DEBUG 105: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-05-28 03:58:40,486 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2021-05-28 03:58:40,488 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:46,129 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-05-28 03:58:46,132 INFO 116:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2021-05-28 03:58:46,135 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174293483,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fefb3a6a-f03c-4e5b-829b-60b975fb11a2","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1622174312378,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"80ca193a-638a-40ee-a33f-ceebb9043443","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1622174314967,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1622174315216,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 03:58:46,142 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in resources list 2021-05-28 03:58:46,143 DEBUG 103: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-05-28 03:58:46,143 DEBUG 105: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/b6600182-6849-4c42-b852-cc75f9d871bc/resourceInstance 2021-05-28 03:58:46,143 DEBUG 106:onap_service.py(1) - [SDC][Add VF to service] data sent: { "name": "basic_vm", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "5a41e2f9-d652-45e0-a3e7-3686b1f096e2", "originType": "VF", "componentUid": "5a41e2f9-d652-45e0-a3e7-3686b1f096e2", "icon": "defaulticon" } 2021-05-28 03:58:46,145 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:50,233 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/b6600182-6849-4c42-b852-cc75f9d871bc/resourceInstance HTTP/1.1" 201 None 2021-05-28 03:58:50,239 INFO 116:onap_service.py(1) - [SDC][Add VF to service] response code: 201 2021-05-28 03:58:50,243 DEBUG 120:onap_service.py(1) - [SDC][Add VF to service] response: {"capabilities":{"tosca.capabilities.Node":[{"properties":null,"ownerType":null,"path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","description":null,"source":"3396c871-b676-4ce5-ac24-3e41b64c53db","previousName":"feature","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":null,"capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"ubuntu20_admin_security_group.feature","version":null,"empty":false},{"properties":null,"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"feature_Ubuntu20","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.feature_Ubuntu20","version":null,"empty":false},{"properties":null,"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.feature_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false}],"tosca.capabilities.Scalable":[{"properties":[{"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_instances","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Scalable","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"scalable_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.scalable","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"scalable","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.scalable_Ubuntu20","version":null,"empty":false}],"org.openecomp.capabilities.Forwarder":[{"properties":null,"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.Forwarder","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.forwarder","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"forwarder","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false}],"tosca.capabilities.network.Bindable":[{"properties":null,"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.network.Bindable","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"binding_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"binding","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.binding_Ubuntu20","version":null,"empty":false},{"properties":null,"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.network.Bindable","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","parentName":"binding","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.binding_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.PortMirroring","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.12f61d0d-7cba-4e2e-a91a-6a61dd5f5403.port_mirroring","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"port_mirroring","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false}],"tosca.capabilities.Container":[{"properties":[{"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"num_cpus","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"disk_size","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cpu_frequency","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"mem_size","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Container","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"host_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.host","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","parentName":"host","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.host_Ubuntu20","version":null,"empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.ephemeral.size","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.ephemeral.size_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.ephemeral.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.ephemeral.size","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.ephemeral.size_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"instance","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"instance_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.instance","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"instance","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.instance_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"memory","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"memory_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.memory_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.iops","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.iops_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.iops","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.iops_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.requests","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.read.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.read.requests_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"cpu.delta","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"cpu.delta_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu.delta","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu.delta","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.cpu.delta_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.capacity","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.capacity_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.capacity","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.capacity_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.bytes","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.read.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.read.bytes_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.bytes","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.write.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.write.bytes_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.latency","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.latency_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.latency","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.latency_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.bytes.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.read.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.read.bytes.rate_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.usage","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.usage_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"cpu_util","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"cpu_util_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu_util","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu_util","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.cpu_util_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.allocation","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.allocation_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.allocation","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.allocation_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.requests.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.write.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.write.requests.rate_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.bytes.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.write.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.write.bytes.rate_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.latency","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.latency_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.latency","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.latency_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"cpu","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"cpu_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.cpu_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.requests","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.write.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.write.requests_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.bytes","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.write.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.write.bytes_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.read.requests","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.read.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.read.requests_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.root.size","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.root.size_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.root.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.root.size","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.root.size_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.bytes.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.write.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.write.bytes.rate_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"vcpus","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"vcpus_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.vcpus","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"vcpus","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.vcpus_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.iops","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.iops_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.iops","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.iops_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.usage","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.usage_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.read.requests.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.read.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.read.requests.rate_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.write.requests.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.write.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.write.requests.rate_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.allocation","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.allocation_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.allocation","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.allocation_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.read.bytes.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.read.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes.rate","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.read.bytes.rate_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.read.bytes","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.read.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.read.bytes_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"memory.usage","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"memory.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.usage","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.memory.usage_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.device.capacity","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.device.capacity_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.capacity","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.device.capacity_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"memory.resident","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"memory.resident_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.resident","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.resident","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.memory.resident_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"disk.write.requests","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"disk.write.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.disk.write.requests_Ubuntu20","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.packets.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outgoing.bytes","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outgoing.packets.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.packets.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outpoing.packets","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outpoing.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outpoing.packets","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.bytes.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.bytes","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.outgoing.bytes.rate","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes.rate","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"defaultValue":null,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","schema":null,"password":false,"name":"name","value":"network.incoming.packets","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"type","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"distribution","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"version","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"architecture","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.OperatingSystem","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"os_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.os","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"os","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.os_Ubuntu20","version":null,"empty":false}],"tosca.capabilities.Endpoint.Admin":[{"properties":[{"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"definition":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"secure","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"valueUniqueUid":null,"path":null,"rules":null,"componentInstanceName":null,"componentInstanceId":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Endpoint.Admin","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"endpoint_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.endpoint","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"endpoint","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"abstract_ubuntu20.endpoint_Ubuntu20","version":null,"empty":false}],"tosca.capabilities.Attachment":[{"properties":null,"ownerType":null,"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Attachment","description":null,"source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.attachment","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"attachment","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"abstract_ubuntu20.attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","version":null,"empty":false}]},"requirements":null,"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":null,"nodeFilter":null,"inputs":[{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vf_module_id","type":"string","required":false,"definition":false,"defaultValue":null,"description":"The VF Module ID is provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"Ubuntu20-VF-module","label":"VF module ID","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":"true","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.multi_stage_design","type":"boolean","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"multi_stage_design","value":"false","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming_code","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming_code","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_function","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_function","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.controller_actor","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"controller_actor","value":"SO-REF-DATA","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.availability_zone_max_count","type":"integer","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"availability_zone_max_count","value":"1","label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_artifact_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_artifact_name","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_pub_key","type":"string","required":false,"definition":false,"defaultValue":null,"description":"Public key to be installed on the compute instance","schema":null,"password":false,"name":"Ubuntu20_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"vnf_name","value":"Ubuntu20-VNF-name","label":"VM name","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.max_instances","type":"integer","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_type","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_type","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_image_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":"Image to be used for compute instance","schema":null,"password":false,"name":"Ubuntu20_image_name","value":"ubuntu-20.04","label":"Image name or ID","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_ip","type":"string","required":false,"definition":false,"defaultValue":null,"description":"IP address of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_id","type":"string","required":false,"definition":false,"defaultValue":null,"description":"The VNF ID is provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"Ubuntu20-VNF","label":"VNF ID","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_version","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_version","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_role","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_role","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_name_0","type":"string","required":false,"definition":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"Ubuntu20_name_0","value":"Ubuntu20","label":"VM name","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.min_instances","type":"integer","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_port","type":"string","required":false,"definition":false,"defaultValue":null,"description":"Port of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.admin_plane_net_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":"The external management network","schema":null,"password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_name","value":null,"label":null,"hidden":false,"immutable":false,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_flavor_name","type":"string","required":false,"definition":false,"defaultValue":null,"description":"Type of instance (flavor) to be used","schema":null,"password":false,"name":"Ubuntu20_flavor_name","value":"m1.small","label":"Flavor","hidden":false,"immutable":false,"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,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false}],"actualComponentUid":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_vm 0","SupportablityComponentVersion":null},"createdFromCsar":false,"normalizedName":"basic_vm0","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0","name":"basic_vm 0","creationTime":1622174328038,"icon":"defaulticon","description":null,"originType":"VF","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"componentUid":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","toscaComponentName":"org.openecomp.resource.vf.BasicVm","modificationTime":1622174328038,"customizationUUID":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","invariantName":"basic_vm0","posX":"200","posY":"100","componentName":"basic_vm","createdFrom":null,"isProxy":false,"toscaArtifacts":{},"directives":[],"originArchived":false,"inputValueCounter":null,"propertyValueCounter":1,"attributeValueCounter":null,"type":null,"version":null,"ownerId":null,"empty":false} 2021-05-28 03:58:50,244 INFO 479:service.py(1) - Resource VF basic_vm has been added on serice basic_vm 2021-05-28 03:58:50,248 DEBUG 195:onap_service.py(1) - [SDC][Get Metadata for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 03:58:50,248 DEBUG 197:onap_service.py(1) - [SDC][Get Metadata for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/distribution 2021-05-28 03:58:50,248 DEBUG 198:onap_service.py(1) - [SDC][Get Metadata for basic_vm] data sent: None 2021-05-28 03:58:50,248 DEBUG 103:onap_service.py(1) - [SDC][Get Metadata for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 03:58:50,249 DEBUG 105:onap_service.py(1) - [SDC][Get Metadata for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/distribution 2021-05-28 03:58:50,249 DEBUG 106:onap_service.py(1) - [SDC][Get Metadata for basic_vm] data sent: None 2021-05-28 03:58:50,253 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:50,332 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/distribution HTTP/1.1" 200 38 2021-05-28 03:58:50,333 INFO 116:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response code: 200 2021-05-28 03:58:50,333 DEBUG 120:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response: {"distributionStatusOfServiceList":[]} 2021-05-28 03:58:50,335 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 03:58:50,335 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None 2021-05-28 03:58:50,335 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 03:58:50,336 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 03:58:50,336 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None 2021-05-28 03:58:50,336 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 03:58:50,339 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:50,523 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-05-28 03:58:50,525 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 03:58:50,525 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[]} 2021-05-28 03:58:50,528 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-05-28 03:58:50,528 INFO 696:service.py(1) - attempting to checkin Service basic_vm in SDC 2021-05-28 03:58:50,532 DEBUG 103: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-05-28 03:58:50,532 DEBUG 105:onap_service.py(1) - [SDC][checkin Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/b6600182-6849-4c42-b852-cc75f9d871bc/lifecycleState/checkin 2021-05-28 03:58:50,532 DEBUG 106:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2021-05-28 03:58:50,534 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:58:53,191 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/b6600182-6849-4c42-b852-cc75f9d871bc/lifecycleState/checkin HTTP/1.1" 200 1161 2021-05-28 03:58:53,193 INFO 116:onap_service.py(1) - [SDC][checkin Service] response code: 200 2021-05-28 03:58:53,193 DEBUG 120:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc","name":"basic_vm","version":"0.1","isHighestVersion":true,"creationDate":1622174315216,"lastUpdateDate":1622174331775,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_vm"],"icon":"network_l_1-3","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"0.1":"b6600182-6849-4c42-b852-cc75f9d871bc"},"projectCode":"123456","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","componentType":"SERVICE","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"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":"9bcd7cc2-7b17-469b-86c7-388cc8b812df"} 2021-05-28 03:58:53,196 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:58:53,197 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:58:53,197 DEBUG 195: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-05-28 03:58:53,197 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:53,197 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:53,197 DEBUG 103: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-05-28 03:58:53,198 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:58:53,198 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:58:53,200 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:58:57,221 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2600 2021-05-28 03:58:57,222 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 03:58:57,223 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","name":"basic_vm_macro","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/efa65541-2b91-47a5-894b-6eedc7b44483/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","name":"basicclamp","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/ce3cb086-cd73-4d7a-94ab-022310466a18/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-05-28 03:58:57,225 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:58:57,225 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:57,225 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:57,225 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:57,225 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 03:58:57,225 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:57,225 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:57,226 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-05-28 03:58:57,226 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 03:58:57,226 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:57,226 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:57,226 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:57,226 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 03:58:57,226 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:57,226 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:57,226 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:58:57,226 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 03:58:57,226 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:57,226 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:57,226 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-05-28 03:58:57,226 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 03:58:57,227 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:57,227 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:57,227 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft 2021-05-28 03:58:57,227 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 03:58:57,227 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:58:57,227 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:58:57,227 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-05-28 03:58:57,227 DEBUG 147:__init__.py(1) - number of Service returned: 7 2021-05-28 03:58:57,227 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:58:57,227 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 03:58:57,227 DEBUG 195: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-05-28 03:58:57,228 DEBUG 197: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-05-28 03:58:57,228 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:58:57,228 DEBUG 103: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-05-28 03:58:57,228 DEBUG 105: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-05-28 03:58:57,228 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:58:57,230 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:59:05,428 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-05-28 03:59:05,430 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 03:59:05,432 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174293483,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"fefb3a6a-f03c-4e5b-829b-60b975fb11a2","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1622174333475,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"80ca193a-638a-40ee-a33f-ceebb9043443","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1622174331627,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eb2e2344-2794-45bb-98a9-af0b6913d96e","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1622174327911,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1622174331775,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 03:59:05,436 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 03:59:05,436 INFO 696:service.py(1) - attempting to Certify Service basic_vm in SDC 2021-05-28 03:59:05,439 DEBUG 103: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-05-28 03:59:05,439 DEBUG 105:onap_service.py(1) - [SDC][Certify Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/b6600182-6849-4c42-b852-cc75f9d871bc/lifecycleState/Certify 2021-05-28 03:59:05,439 DEBUG 106:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2021-05-28 03:59:05,442 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:59:15,617 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/b6600182-6849-4c42-b852-cc75f9d871bc/lifecycleState/Certify HTTP/1.1" 200 1149 2021-05-28 03:59:15,618 INFO 116:onap_service.py(1) - [SDC][Certify Service] response code: 200 2021-05-28 03:59:15,619 DEBUG 120:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","name":"basic_vm","version":"1.0","isHighestVersion":true,"creationDate":1622174315216,"lastUpdateDate":1622174331775,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_vm"],"icon":"network_l_1-3","normalizedName":"basicvm","systemName":"BasicVm","contactId":"cs0008","allVersions":{"1.0":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9"},"projectCode":"123456","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","componentType":"SERVICE","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"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":"9bcd7cc2-7b17-469b-86c7-388cc8b812df"} 2021-05-28 03:59:15,621 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:59:15,621 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:59:15,621 DEBUG 195: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-05-28 03:59:15,621 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:15,621 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:15,621 DEBUG 103: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-05-28 03:59:15,621 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:15,622 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:15,624 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:59:21,780 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2198 2021-05-28 03:59:21,782 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 03:59:21,782 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","name":"basic_vm_macro","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/efa65541-2b91-47a5-894b-6eedc7b44483/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-05-28 03:59:21,784 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 03:59:21,784 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:21,784 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:21,784 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:59:21,785 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:59:21,785 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:21,787 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:21,787 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:21,787 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 03:59:21,787 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:21,787 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:21,788 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:21,788 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 03:59:21,788 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:21,788 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:21,788 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:59:21,788 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 03:59:21,788 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:21,788 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:21,788 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:21,788 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 03:59:21,788 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:21,788 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:21,788 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Draft 2021-05-28 03:59:21,788 DEBUG 147:__init__.py(1) - number of Service returned: 6 2021-05-28 03:59:21,789 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:59:21,789 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 03:59:21,789 DEBUG 195: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-05-28 03:59:21,789 DEBUG 197: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-05-28 03:59:21,789 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:59:21,789 DEBUG 103: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-05-28 03:59:21,789 DEBUG 105: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-05-28 03:59:21,789 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:59:21,791 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:59:26,628 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-05-28 03:59:26,632 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 03:59:26,633 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174293483,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"69dbbb40-abae-45b7-8ccc-e8678b75bb37","lifecycleState":"CERTIFIED","lastUpdateDate":1622174333475,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a59b7ca0-4c81-42c4-abf1-a09a5c216d72","lifecycleState":"CERTIFIED","lastUpdateDate":1622174331627,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","lifecycleState":"CERTIFIED","lastUpdateDate":1622174331775,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"eb2e2344-2794-45bb-98a9-af0b6913d96e","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1622174327911,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 03:59:26,637 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 03:59:36,645 INFO 696:service.py(1) - attempting to PROD/activate Service basic_vm in SDC 2021-05-28 03:59:36,648 DEBUG 103: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-05-28 03:59:36,648 DEBUG 105:onap_service.py(1) - [SDC][PROD/activate Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9/distribution/PROD/activate 2021-05-28 03:59:36,648 DEBUG 106:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2021-05-28 03:59:36,650 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:59:42,525 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9/distribution/PROD/activate HTTP/1.1" 200 None 2021-05-28 03:59:42,536 INFO 116:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2021-05-28 03:59:42,542 DEBUG 120:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","hidden":false,"immutable":false,"parentUniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.controller_actor","type":"string","required":false,"definition":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","hidden":false,"immutable":false,"parentUniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.cds_model_version","type":"string","required":false,"definition":false,"password":false,"name":"cds_model_version","hidden":false,"immutable":false,"parentUniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.cds_model_name","type":"string","required":false,"definition":false,"password":false,"name":"cds_model_name","hidden":false,"immutable":false,"parentUniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","empty":false},{"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.default_software_version","type":"string","required":false,"definition":false,"password":false,"name":"default_software_version","hidden":false,"immutable":false,"parentUniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.controlloopfunctions","artifactType":"OTHER","heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.operationalpolicies","artifactType":"OTHER","heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.certificationtestresults","artifactType":"OTHER","heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.deploymentvotingrecord","artifactType":"OTHER","heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicequestionnaire","artifactType":"OTHER","heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.dimensioninginfo","artifactType":"OTHER","heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.affinityrules","artifactType":"OTHER","heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.serviceartifactplan","artifactType":"OTHER","heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicespecificpolicies","artifactType":"OTHER","heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicesecuritytemplate","artifactType":"OTHER","heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.engineeringrules","artifactType":"OTHER","heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.distributioninstructions","artifactType":"OTHER","heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.summaryofimpactstoecompelements","artifactType":"OTHER","heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314172,"description":"TOSCA definition package of the asset","artifactGroupType":"TOSCA","artifactChecksum":"NWMzZTM2YmZkZjljMTYxNTQyZmZmZGFhMjNmYTdiMjY=","artifactUUID":"ee27460e-d822-44e1-8986-d528d7e2cd42","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"b6600182-6849-4c42-b852-cc75f9d871bc.assettoscacsar","duplicated":false,"payloadUpdateDate":1622174352533,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314172,"artifactVersion":"1","isFromCsar":false,"generated":false,"artifactName":"service-BasicVm-csar.csar","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.assettoscacsar","artifactType":"TOSCA_CSAR","heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"description":"TOSCA representation of the asset","artifactGroupType":"TOSCA","artifactChecksum":"OTZmMGRhNWU1MDRjMDM3NjE2NTk1NGVlYTdkNTU1NWU=","artifactUUID":"6ce1f8c8-4b58-4224-a934-21cdb16887bc","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"b6600182-6849-4c42-b852-cc75f9d871bc.assettoscatemplate","duplicated":false,"payloadUpdateDate":1622174351233,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"1","isFromCsar":false,"generated":false,"artifactName":"service-BasicVm-template.yml","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.assettoscatemplate","artifactType":"TOSCA_TEMPLATE","heatEnvType":false,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}],"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","source":"3396c871-b676-4ce5-ac24-3e41b64c53db","previousName":"ubuntu20_admin_security_group.feature","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"basic_vm0.ubuntu20_admin_security_group.feature","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.feature_Ubuntu20","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature_Ubuntu20","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.feature_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.feature_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.feature_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Scalable":[{"properties":[{"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"max_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"min_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"definition":false,"password":false,"name":"default_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Scalable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.scalable_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.scalable","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"scalable_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.scalable_Ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.Forwarder","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.forwarder","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.binding_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"binding_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.binding_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.binding_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","parentName":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.binding_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"definition":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","hidden":false,"immutable":false,"parentUniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.PortMirroring","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.12f61d0d-7cba-4e2e-a91a-6a61dd5f5403.port_mirroring","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"properties":[{"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"definition":false,"password":false,"name":"num_cpus","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"disk_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"definition":false,"password":false,"name":"cpu_frequency","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"mem_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Container","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.host_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.host","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","parentName":"host_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.host_Ubuntu20","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.ephemeral.size_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.ephemeral.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.ephemeral.size_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.ephemeral.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.instance_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.instance","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"instance_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.instance_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.memory_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.memory_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.iops_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.iops_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.cpu.delta_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu.delta","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu.delta_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.cpu.delta_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.capacity_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.capacity_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.latency_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.latency_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.cpu_util_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu_util","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu_util_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.cpu_util_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.allocation_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.allocation_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.latency_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.latency_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.cpu_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.cpu_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.read.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.root.size_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.root.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.root.size_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.root.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.vcpus_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.vcpus","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"vcpus_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.vcpus_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.iops_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.iops_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.allocation_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.allocation_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.read.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.read.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.memory.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.memory.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.capacity_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.capacity_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.memory.resident_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.resident","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.resident_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.memory.resident_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outpoing.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"definition":false,"password":false,"name":"type","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"definition":false,"password":false,"name":"distribution","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"definition":false,"password":false,"name":"version","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"definition":false,"password":false,"name":"architecture","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.OperatingSystem","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.os_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.os","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"os_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.os_Ubuntu20","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"properties":[{"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"secure","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Endpoint.Admin","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.endpoint_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.endpoint","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"endpoint_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.endpoint_Ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Attachment","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.attachment","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}]},"deploymentArtifacts":{"vflicense":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174260767,"description":"VF license file","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NDMzZTE0MmVlZDVjZTgzZDU3N2NjMjM0NjRhZjY4OWI=","artifactUUID":"f51c124c-ce09-4c0c-b167-3df0066da3fc","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vflicense","duplicated":false,"payloadUpdateDate":1622174260769,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174260767,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"vf-license-model.xml","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vflicense","artifactType":"VF_LICENSE","heatEnvType":false,"requiredArtifacts":[],"empty":false},"vfModulesMetadata":{"heatParamUpdated":false,"timeout":0,"description":"Auto-generated VF Modules information artifact","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NTBkOGU5YTBmNDE4M2FkYzM4MThkYjA0ZmJlZTgxYzE=","artifactUUID":"916c3e40-ec23-4eb3-b04e-cf8d45bf85bf","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"b6600182-6849-4c42-b852-cc75f9d871bc.b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1622174348631,"artifactVersion":"1","isFromCsar":false,"generated":false,"artifactName":"basic_vm0_modules.json","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0.vfModulesMetadata","artifactType":"VF_MODULES_METADATA","heatEnvType":false,"empty":false},"heat1":{"listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":30,"creationDate":1622174261068,"description":"created from csar","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=","artifactUUID":"db21ab1b-b671-44c5-813b-9afb6e9c39b7","artifactDisplayName":"base_ubuntu20","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","duplicated":false,"payloadUpdateDate":1622174261073,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","currentValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","currentValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","currentValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","currentValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","currentValue":"30417","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174261068,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"base_ubuntu20.yaml","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","artifactType":"HEAT","heatEnvType":false,"requiredArtifacts":[],"empty":false},"vendorlicense":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174260567,"description":" Vendor license file","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA=","artifactUUID":"6a1a1463-057e-4f2b-a8db-cca09bce73e0","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vendorlicense","duplicated":false,"payloadUpdateDate":1622174260570,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174260567,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"vendor-license-model.xml","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vendorlicense","artifactType":"VENDOR_LICENSE","heatEnvType":false,"requiredArtifacts":[],"empty":false},"heat1env":{"listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","defaultValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","defaultValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","defaultValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","defaultValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","defaultValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","defaultValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","defaultValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","defaultValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","defaultValue":"30417","empty":false}],"heatParamUpdated":false,"timeout":0,"creationDate":1622174328818,"description":"Auto-generated HEAT Environment deployment artifact","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=","artifactUUID":"0dfce9fa-7ecf-45d0-8067-e00b2cfe08d8","generatedFromId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0.heat1env","duplicated":false,"payloadUpdateDate":1622174347221,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","defaultValue":"Ubuntu20-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","defaultValue":"Ubuntu20-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","defaultValue":"Ubuntu20-VF-module","empty":false},{"name":"Ubuntu20_image_name","type":"string","description":"Image to be used for compute instance","defaultValue":"ubuntu-20.04","empty":false},{"name":"Ubuntu20_flavor_name","type":"string","description":"Type of instance (flavor) to be used","defaultValue":"m1.small","empty":false},{"name":"Ubuntu20_pub_key","type":"string","description":"Public key to be installed on the compute instance","defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","empty":false},{"name":"Ubuntu20_name_0","type":"string","description":"The VM name","defaultValue":"Ubuntu20","empty":false},{"name":"admin_plane_net_name","type":"string","description":"The external management network","defaultValue":"admin","empty":false},{"name":"dcae_collector_ip","type":"string","description":"IP address of the DCAE collector","defaultValue":"10.4.2.166","empty":false},{"name":"dcae_collector_port","type":"string","description":"Port of the DCAE collector","defaultValue":"30417","empty":false}],"heatParamsUpdateDate":1622174328818,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174328818,"artifactVersion":"2","isFromCsar":true,"generated":false,"artifactName":"base_ubuntu20.env","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0.heat1env","artifactType":"HEAT_ENV","heatEnvType":true,"empty":false}},"artifacts":{"vspbasicvmvspinformationtxt":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174260904,"description":"Artifact created from csar","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MDg2MTBiODhmMzZkZTRmN2EzZjAxYzdiNWQxMzRhMDc=","artifactUUID":"cc239388-552d-4ff9-8a74-3cb7f7a80cbf","artifactDisplayName":"VSP_basic_vm_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasicvmvspinformationtxt","esId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","duplicated":false,"payloadUpdateDate":1622174260905,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1622174260904,"artifactVersion":"1","isFromCsar":true,"generated":false,"artifactName":"VSP_basic_vm_VSP_Information.txt","uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vspbasicvmvspinformationtxt","artifactType":"OTHER","heatEnvType":false,"requiredArtifacts":[],"empty":false}},"groupInstances":[{"creationTime":1622174328823,"type":"org.openecomp.groups.VfModule","version":"1","groupInstanceArtifacts":["b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0.heat1env"],"groupInstanceArtifactsUuid":["0dfce9fa-7ecf-45d0-8067-e00b2cfe08d8"],"artifactsUuid":["db21ab1b-b671-44c5-813b-9afb6e9c39b7"],"groupUUID":"acfbd392-c377-4455-b467-16721fe4f783","groupName":"BasicVm..base_ubuntu20..module-0","invariantUUID":"9a81f3c7-381e-49dd-bb8a-0bcdbc5bd91a","modificationTime":1622174328823,"customizationUUID":"f7f70c1b-7fd3-4f3e-8c9f-77afedcb1f1f","normalizedName":"basic_vm0basicvmbase_ubuntu20module0","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0.64937201-ba53-45e6-b0fe-e71b00c4ad14.BasicVm..base_ubuntu20..module-0.basic_vm0basicvmbase_ubuntu20module0","artifacts":["64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1env","64937201-ba53-45e6-b0fe-e71b00c4ad14.heat1"],"groupUid":"64937201-ba53-45e6-b0fe-e71b00c4ad14.BasicVm..base_ubuntu20..module-0","name":"basic_vm0..BasicVm..base_ubuntu20..module-0","properties":[{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"definition":false,"defaultValue":"true","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","hidden":false,"immutable":false,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"definition":false,"defaultValue":"1","description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"definition":false,"defaultValue":"1","description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"definition":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","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"definition":false,"defaultValue":"Base","password":false,"name":"vf_module_type","value":"Base","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"definition":false,"defaultValue":"base_ubuntu20","description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_ubuntu20","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"definition":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","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"definition":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"type":"string","required":false,"definition":false,"description":":","password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","hidden":false,"immutable":false,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"type":"string","required":false,"definition":false,"description":":","password":false,"hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"definition":false,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","hidden":false,"immutable":false,"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},{"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"definition":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","hidden":false,"immutable":false,"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":[{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vf_module_id","type":"string","required":false,"definition":false,"description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","value":"Ubuntu20-VF-module","label":"VF module ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"definition":false,"password":false,"name":"nf_naming","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.multi_stage_design","type":"boolean","required":false,"definition":false,"password":false,"name":"multi_stage_design","value":"false","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming_code","type":"string","required":false,"definition":false,"password":false,"name":"nf_naming_code","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_function","type":"string","required":false,"definition":false,"password":false,"name":"nf_function","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.controller_actor","type":"string","required":false,"definition":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.availability_zone_max_count","type":"integer","required":false,"definition":false,"password":false,"name":"availability_zone_max_count","value":"1","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_artifact_name","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_artifact_name","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_pub_key","type":"string","required":false,"definition":false,"description":"Public key to be installed on the compute instance","password":false,"name":"Ubuntu20_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_name","type":"string","required":false,"definition":false,"description":"The VM name","password":false,"name":"vnf_name","value":"Ubuntu20-VNF-name","label":"VM name","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.max_instances","type":"integer","required":false,"definition":false,"password":false,"name":"max_instances","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_type","type":"string","required":false,"definition":false,"password":false,"name":"nf_type","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_image_name","type":"string","required":false,"definition":false,"description":"Image to be used for compute instance","password":false,"name":"Ubuntu20_image_name","value":"ubuntu-20.04","label":"Image name or ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_ip","type":"string","required":false,"definition":false,"description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_id","type":"string","required":false,"definition":false,"description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","value":"Ubuntu20-VNF","label":"VNF ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_version","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_model_version","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_role","type":"string","required":false,"definition":false,"password":false,"name":"nf_role","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_name_0","type":"string","required":false,"definition":false,"description":"The VM name","password":false,"name":"Ubuntu20_name_0","value":"Ubuntu20","label":"VM name","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.min_instances","type":"integer","required":false,"definition":false,"password":false,"name":"min_instances","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_port","type":"string","required":false,"definition":false,"description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.admin_plane_net_name","type":"string","required":false,"definition":false,"description":"The external management network","password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_name","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_model_name","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_flavor_name","type":"string","required":false,"definition":false,"description":"Type of instance (flavor) to be used","password":false,"name":"Ubuntu20_flavor_name","value":"m1.small","label":"Flavor","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"actualComponentUid":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","componentMetadataForSupportLog":{"SupportablityComponentName":"basic_vm 0"},"createdFromCsar":false,"normalizedName":"basic_vm0","uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0","name":"basic_vm 0","creationTime":1622174328038,"icon":"defaulticon","originType":"VF","componentVersion":"1.0","componentUid":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","toscaComponentName":"org.openecomp.resource.vf.BasicVm","modificationTime":1622174328038,"customizationUUID":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","invariantName":"basic_vm0","posX":"200","posY":"100","componentName":"basic_vm","isProxy":false,"toscaArtifacts":{},"directives":[],"originArchived":false,"propertyValueCounter":1,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0":[{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vf_module_id","type":"string","required":false,"definition":false,"description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","value":"Ubuntu20-VF-module","label":"VF module ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"definition":false,"password":false,"name":"nf_naming","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.multi_stage_design","type":"boolean","required":false,"definition":false,"password":false,"name":"multi_stage_design","value":"false","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_naming_code","type":"string","required":false,"definition":false,"password":false,"name":"nf_naming_code","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_function","type":"string","required":false,"definition":false,"password":false,"name":"nf_function","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.controller_actor","type":"string","required":false,"definition":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.availability_zone_max_count","type":"integer","required":false,"definition":false,"password":false,"name":"availability_zone_max_count","value":"1","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_artifact_name","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_artifact_name","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_pub_key","type":"string","required":false,"definition":false,"description":"Public key to be installed on the compute instance","password":false,"name":"Ubuntu20_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_name","type":"string","required":false,"definition":false,"description":"The VM name","password":false,"name":"vnf_name","value":"Ubuntu20-VNF-name","label":"VM name","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.max_instances","type":"integer","required":false,"definition":false,"password":false,"name":"max_instances","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_type","type":"string","required":false,"definition":false,"password":false,"name":"nf_type","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_image_name","type":"string","required":false,"definition":false,"description":"Image to be used for compute instance","password":false,"name":"Ubuntu20_image_name","value":"ubuntu-20.04","label":"Image name or ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_ip","type":"string","required":false,"definition":false,"description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.vnf_id","type":"string","required":false,"definition":false,"description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","value":"Ubuntu20-VNF","label":"VNF ID","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_version","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_model_version","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.nf_role","type":"string","required":false,"definition":false,"password":false,"name":"nf_role","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_name_0","type":"string","required":false,"definition":false,"description":"The VM name","password":false,"name":"Ubuntu20_name_0","value":"Ubuntu20","label":"VM name","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.min_instances","type":"integer","required":false,"definition":false,"password":false,"name":"min_instances","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.dcae_collector_port","type":"string","required":false,"definition":false,"description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.admin_plane_net_name","type":"string","required":false,"definition":false,"description":"The external management network","password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"uniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea.sdnc_model_name","type":"string","required":false,"definition":false,"password":false,"name":"sdnc_model_name","hidden":false,"immutable":false,"parentUniqueId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f76656f1-7d69-4530-b434-b9219f1ee9ea","empty":false},{"uniqueId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.Ubuntu20_flavor_name","type":"string","required":false,"definition":false,"description":"Type of instance (flavor) to be used","password":false,"name":"Ubuntu20_flavor_name","value":"m1.small","label":"Flavor","hidden":false,"immutable":false,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"path":["64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","source":"3396c871-b676-4ce5-ac24-3e41b64c53db","previousName":"ubuntu20_admin_security_group.feature","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.3396c871-b676-4ce5-ac24-3e41b64c53db.ubuntu20_admin_security_group","ownerName":"Ubuntu20_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"basic_vm0.ubuntu20_admin_security_group.feature","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.feature_Ubuntu20","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature_Ubuntu20","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.feature_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Node","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.feature_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.e0a9cf92-40d0-400a-b69d-f93a6470fb4f.feature","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"feature_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.feature_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Scalable":[{"properties":[{"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"max_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"definition":false,"defaultValue":"1","password":false,"name":"min_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"definition":false,"password":false,"name":"default_instances","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Scalable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.scalable_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.scalable","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"scalable_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.scalable_Ubuntu20","empty":false}],"org.openecomp.capabilities.Forwarder":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.Forwarder","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.forwarder","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.forwarder_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.binding_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"binding_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.binding_Ubuntu20","empty":false},{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.network.Bindable","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.binding_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.binding","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","parentName":"binding_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.binding_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"properties":[{"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"definition":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"Ubuntu20\",\"network_role\":{\"get_input\":\"port_Ubuntu20_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","hidden":false,"immutable":false,"parentUniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.PortMirroring","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.12f61d0d-7cba-4e2e-a91a-6a61dd5f5403.port_mirroring","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.port_mirroring_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"properties":[{"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"definition":false,"password":false,"name":"num_cpus","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"disk_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"definition":false,"password":false,"name":"cpu_frequency","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"definition":false,"password":false,"name":"mem_size","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Container","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.host_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.host","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","parentName":"host_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.host_Ubuntu20","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.ephemeral.size_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.ephemeral.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.ephemeral.size_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.ephemeral.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.instance_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.instance","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"instance_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.instance_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.memory_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.memory_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.iops_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.iops_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.cpu.delta_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu.delta","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu.delta_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.cpu.delta_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.capacity_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.capacity_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.latency_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.latency_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.cpu_util_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu_util","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu_util_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.cpu_util_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.allocation_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.allocation_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.latency_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.latency","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.latency_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.latency_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.cpu_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.cpu","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"cpu_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.cpu_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.read.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.read.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.root.size_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.root.size","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.root.size_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.root.size_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.vcpus_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.vcpus","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"vcpus_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.vcpus_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.iops_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.iops","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.iops_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.iops_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.read.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.read.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.read.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.read.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.write.requests.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.write.requests.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.write.requests.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.write.requests.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.allocation_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.allocation","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.allocation_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.allocation_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.read.bytes.rate_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes.rate_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.read.bytes.rate_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.read.bytes_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.read.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.read.bytes_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.read.bytes_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.memory.usage_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.usage","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.usage_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.memory.usage_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.device.capacity_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.device.capacity","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.device.capacity_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.device.capacity_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.memory.resident_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.memory.resident","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"memory.resident_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.memory.resident_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","hidden":false,"immutable":false,"parentUniqueId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d9cee705-8693-41d1-82c8-68bd11f10bbd","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.disk.write.requests_Ubuntu20","uniqueId":"capability.d9cee705-8693-41d1-82c8-68bd11f10bbd.disk.write.requests","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"disk.write.requests_Ubuntu20","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.disk.write.requests_Ubuntu20","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outgoing.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.packets.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outgoing.packets.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outpoing.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outpoing.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.bytes","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.bytes_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.outgoing.bytes.rate","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.outgoing.bytes.rate_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false},{"properties":[{"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"definition":false,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","hidden":false,"immutable":false,"parentUniqueId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f28e22ed-258d-440d-917d-a53eb0d1f19a","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.f28e22ed-258d-440d-917d-a53eb0d1f19a.network.incoming.packets","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.network.incoming.packets_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}],"tosca.capabilities.OperatingSystem":[{"properties":[{"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"definition":false,"password":false,"name":"type","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"definition":false,"password":false,"name":"distribution","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"definition":false,"password":false,"name":"version","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false},{"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"definition":false,"password":false,"name":"architecture","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.OperatingSystem","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.os_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.os","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"os_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.os_Ubuntu20","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"properties":[{"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"secure","hidden":false,"immutable":false,"parentUniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","empty":false}],"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.87ee013c-a150-4ec6-a3db-f05a911d384b.ubuntu20","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Endpoint.Admin","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.endpoint_Ubuntu20","uniqueId":"capability.563d2a30-ef12-4147-94b7-7dabfb80d82b.endpoint","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","parentName":"endpoint_Ubuntu20","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicVm.abstract.compute.nodes.heat.ubuntu20"],"name":"basic_vm0.abstract_ubuntu20.endpoint_Ubuntu20","empty":false}],"tosca.capabilities.Attachment":[{"path":["cb34466a-f890-42b9-9bd9-34430da56cd5.45e08ee8-10a3-4d87-b494-d4712e75f087.ubuntu20_ubuntu20_admin_plane_port_0","64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","b6600182-6849-4c42-b852-cc75f9d871bc.5a41e2f9-d652-45e0-a3e7-3686b1f096e2.basic_vm0"],"type":"tosca.capabilities.Attachment","source":"cb34466a-f890-42b9-9bd9-34430da56cd5","previousName":"abstract_ubuntu20.attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","uniqueId":"capability.45e08ee8-10a3-4d87-b494-d4712e75f087.attachment","ownerId":"64937201-ba53-45e6-b0fe-e71b00c4ad14.cb34466a-f890-42b9-9bd9-34430da56cd5.abstract_ubuntu20","ownerName":"Ubuntu20_Ubuntu20_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","parentName":"attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"basic_vm0.abstract_ubuntu20.attachment_Ubuntu20_Ubuntu20_admin_plane_port_0","empty":false}]},"inputs":[{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.skip_post_instantiation_configuration","type":"boolean","required":false,"definition":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","hidden":false,"immutable":false,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.controller_actor","type":"string","required":false,"definition":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","hidden":false,"immutable":false,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.cds_model_version","type":"string","required":false,"definition":false,"password":false,"name":"cds_model_version","hidden":false,"immutable":false,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.cds_model_name","type":"string","required":false,"definition":false,"password":false,"name":"cds_model_name","hidden":false,"immutable":false,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false},{"uniqueId":"107d2186-24b4-455d-abde-ff6be492b199.default_software_version","type":"string","required":false,"definition":false,"password":false,"name":"default_software_version","hidden":false,"immutable":false,"parentUniqueId":"107d2186-24b4-455d-abde-ff6be492b199","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"107d2186-24b4-455d-abde-ff6be492b199","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"SERVICE_API","artifactDisplayName":"Configuration","mandatory":false,"serviceApi":true,"artifactLabel":"configuration","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.configuration","artifactType":"OTHER","heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"SERVICE_API","artifactDisplayName":"Testing","mandatory":false,"serviceApi":true,"artifactLabel":"testing","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.testing","artifactType":"OTHER","heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"SERVICE_API","artifactDisplayName":"Logging","mandatory":false,"serviceApi":true,"artifactLabel":"logging","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.logging","artifactType":"OTHER","heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"SERVICE_API","artifactDisplayName":"Monitoring","mandatory":false,"serviceApi":true,"artifactLabel":"monitoring","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.monitoring","artifactType":"OTHER","heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"SERVICE_API","artifactDisplayName":"Reporting","mandatory":false,"serviceApi":true,"artifactLabel":"reporting","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.reporting","artifactType":"OTHER","heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"SERVICE_API","artifactDisplayName":"Instantiation","mandatory":false,"serviceApi":true,"artifactLabel":"instantiation","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.instantiation","artifactType":"OTHER","heatEnvType":false,"empty":false}},"forwardingPaths":{},"serviceType":"","environmentContext":"General_Revenue-Bearing","projectCode":"123456","distributionStatus":"DISTRIBUTED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","icon":"network_l_1-3","creationDate":1622174315216,"version":"1.0","description":"service","tags":["basic_vm"],"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1622174381086,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.controlloopfunctions","artifactType":"OTHER","heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.operationalpolicies","artifactType":"OTHER","heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.certificationtestresults","artifactType":"OTHER","heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.deploymentvotingrecord","artifactType":"OTHER","heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicequestionnaire","artifactType":"OTHER","heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.dimensioninginfo","artifactType":"OTHER","heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.affinityrules","artifactType":"OTHER","heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.serviceartifactplan","artifactType":"OTHER","heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicespecificpolicies","artifactType":"OTHER","heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.servicesecuritytemplate","artifactType":"OTHER","heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.engineeringrules","artifactType":"OTHER","heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.distributioninstructions","artifactType":"OTHER","heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1622174314171,"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":1622174314171,"artifactVersion":"0","isFromCsar":false,"generated":false,"uniqueId":"b6600182-6849-4c42-b852-cc75f9d871bc.summaryofimpactstoecompelements","artifactType":"OTHER","heatEnvType":false,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","contactId":"cs0008","componentMetadataForSupportLog":{"SupportablityComponentUUID":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","SupportablityComponentName":"basic_vm","SupportablityComponentVersion":"1.0"},"highestVersion":true,"systemName":"BasicVm","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","normalizedName":"basicvm","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":{"1.0":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9"},"vspArchived":false,"service":true,"archiveTime":0,"name":"basic_vm"} 2021-05-28 03:59:42,545 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:59:42,545 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:59:42,546 DEBUG 195: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-05-28 03:59:42,546 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:42,546 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:42,546 DEBUG 103: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-05-28 03:59:42,547 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:42,547 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:42,549 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:59:46,422 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2139 2021-05-28 03:59:46,423 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 03:59:46,424 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ce3cb086-cd73-4d7a-94ab-022310466a18/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 03:59:46,425 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 03:59:46,426 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:46,426 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:46,426 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:46,426 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 03:59:46,426 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:46,426 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:46,426 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:46,426 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:59:46,426 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:46,426 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:46,426 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:46,426 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 03:59:46,426 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:46,427 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:46,427 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:46,427 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 03:59:46,427 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:46,427 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:46,427 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:46,427 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 03:59:46,427 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:46,427 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:46,427 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:46,427 DEBUG 147:__init__.py(1) - number of Service returned: 6 2021-05-28 03:59:46,427 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:59:46,427 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 03:59:46,428 DEBUG 195: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-05-28 03:59:46,428 DEBUG 197: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-05-28 03:59:46,428 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:59:46,428 DEBUG 103: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-05-28 03:59:46,428 DEBUG 105: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-05-28 03:59:46,428 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:59:46,430 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:59:49,031 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-05-28 03:59:49,039 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 03:59:49,041 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1081cab6-f0ff-4118-a993-7e29b1e1ee24","lifecycleState":"CERTIFIED","lastUpdateDate":1622174371356,"name":"test-pnf","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"5c1a5c91-ed21-4f73-ab4e-605ff3384f99","invariantUUID":"560fc797-6cb6-4cc4-8fcc-eaabd62781d3","systemName":"TestPnf","description":"PNF","tags":["test-pnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174293483,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"69dbbb40-abae-45b7-8ccc-e8678b75bb37","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381380,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a59b7ca0-4c81-42c4-abf1-a09a5c216d72","lifecycleState":"CERTIFIED","lastUpdateDate":1622174382406,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4ef55d75-9286-44d2-9c30-5222a31b4422","lifecycleState":"CERTIFIED","lastUpdateDate":1622174363770,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381086,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 03:59:49,045 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 03:59:49,046 INFO 201:service.py(1) - Service basic_vm onboarded 2021-05-28 03:59:49,046 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists * 2021-05-28 03:59:49,046 DEBUG 195: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-05-28 03:59:49,046 DEBUG 197: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:49,046 DEBUG 198:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:49,047 DEBUG 103: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-05-28 03:59:49,047 DEBUG 105: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:49,047 DEBUG 106:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:49,049 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:49,100 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 404 288 2021-05-28 03:59:49,101 INFO 116:onap_service.py(1) - [AAI][get cloud regions] response code: 404 2021-05-28 03:59:49,101 DEBUG 120: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-05-28 03:59:49,101 ERROR 129: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-05-28 03:59:49,101 ERROR 212: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-05-28 03:59:49,110 DEBUG 103: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-05-28 03:59:49,110 DEBUG 105: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/basicvm-cloud-owner/RegionOne 2021-05-28 03:59:49,110 DEBUG 106:onap_service.py(1) - [AAI][Create cloud region] data sent: { "cloud-owner": "basicvm-cloud-owner", "cloud-region-id": "RegionOne", "orchestration-disabled": "False", "in-maint": "False", "cloud-type": "openstack", "owner-defined-type": "N/A", "cloud-region-version": "openstack", "identity-url": "", "cloud-zone": "", "complex-name": "lannion", "sriov-automation": "", "cloud-extra-info": "", "upgrade-cycle": "", "resource-version": "" } 2021-05-28 03:59:49,112 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:49,316 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne HTTP/1.1" 201 0 2021-05-28 03:59:49,317 INFO 116:onap_service.py(1) - [AAI][Create cloud region] response code: 201 2021-05-28 03:59:49,317 DEBUG 120:onap_service.py(1) - [AAI][Create cloud region] response: 2021-05-28 03:59:49,319 DEBUG 195: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-05-28 03:59:49,319 DEBUG 197: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:49,319 DEBUG 198:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:49,320 DEBUG 103: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-05-28 03:59:49,320 DEBUG 105: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:49,320 DEBUG 106:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:49,322 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:49,417 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 378 2021-05-28 03:59:49,418 INFO 116:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-05-28 03:59:49,418 DEBUG 120:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicvm-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1622174389148"}]} 2021-05-28 03:59:49,467 DEBUG 103: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-05-28 03:59:49,467 DEBUG 105: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/basicvm-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/db526f37-f2aa-4ff7-84f0-bfc70b756333 2021-05-28 03:59:49,467 DEBUG 106:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: { "esr-system-info-id": "db526f37-f2aa-4ff7-84f0-bfc70b756333", "user-name": "onap-guilin-daily-vnfs-ci", "password": "d4zSGzfN4Dr52ppNbHSHoLKIJT3VNRGP", "system-type": "VIM" , "service-url": "https://vim.pod4.opnfv.fr:5000" , "ssl-insecure": false , "cloud-domain": "Default" , "default-tenant": "onap-guilin-daily-vnfs" , "system-status": "active" } 2021-05-28 03:59:49,471 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:49,617 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/db526f37-f2aa-4ff7-84f0-bfc70b756333 HTTP/1.1" 201 0 2021-05-28 03:59:49,618 INFO 116:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201 2021-05-28 03:59:49,618 DEBUG 120:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 2021-05-28 03:59:49,620 DEBUG 195: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-05-28 03:59:49,620 DEBUG 197: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 03:59:49,620 DEBUG 198:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 03:59:49,620 DEBUG 103: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-05-28 03:59:49,620 DEBUG 105: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 03:59:49,620 DEBUG 106:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 03:59:49,622 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:49,720 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b HTTP/1.1" 404 464 2021-05-28 03:59:49,721 INFO 116:onap_service.py(1) - [AAI][get tenants] response code: 404 2021-05-28 03:59:49,721 DEBUG 120: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","ERR.5.4.6114"]}}} 2021-05-28 03:59:49,721 ERROR 129: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-05-28 03:59:49,721 ERROR 212: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","ERR.5.4.6114"]}}}. 2021-05-28 03:59:49,721 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant 2021-05-28 03:59:49,722 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise 2021-05-28 03:59:49,724 DEBUG 103: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-05-28 03:59:49,725 DEBUG 105: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 03:59:49,725 DEBUG 106:onap_service.py(1) - [AAI][add tenant to cloud region] data sent: { "tenant-id": "90da9e81cc034ecca7715cdc45728b4b", "tenant-name": "onap-guilin-daily-vnfs", "tenant-context": "None" } 2021-05-28 03:59:49,727 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:49,916 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b HTTP/1.1" 201 0 2021-05-28 03:59:49,917 INFO 116:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201 2021-05-28 03:59:49,918 DEBUG 120:onap_service.py(1) - [AAI][add tenant to cloud region] response: 2021-05-28 03:59:49,920 DEBUG 195: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-05-28 03:59:49,920 DEBUG 197: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/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone 2021-05-28 03:59:49,921 DEBUG 198:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2021-05-28 03:59:49,921 DEBUG 103: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-05-28 03:59:49,921 DEBUG 105: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/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone 2021-05-28 03:59:49,921 DEBUG 106:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2021-05-28 03:59:49,923 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:50,012 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone HTTP/1.1" 404 505 2021-05-28 03:59:50,013 INFO 116:onap_service.py(1) - [AAI][get availability_zones] response code: 404 2021-05-28 03:59:50,013 DEBUG 120: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/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","ERR.5.4.6114"]}}} 2021-05-28 03:59:50,014 ERROR 129: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-05-28 03:59:50,014 ERROR 212: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/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","ERR.5.4.6114"]}}}. 2021-05-28 03:59:50,019 DEBUG 103: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-05-28 03:59:50,020 DEBUG 105: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/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone 2021-05-28 03:59:50,020 DEBUG 106:onap_service.py(1) - [AAI][Add availability zone to cloud region] data sent: { "availability-zone-name": "basicvm-availability-zone", "hypervisor-type": "nova" } 2021-05-28 03:59:50,022 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:50,216 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone HTTP/1.1" 201 0 2021-05-28 03:59:50,217 INFO 116:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201 2021-05-28 03:59:50,217 DEBUG 120:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 2021-05-28 03:59:50,232 DEBUG 103: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-05-28 03:59:50,232 DEBUG 105: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-05-28 03:59:50,232 DEBUG 106: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-05-28 03:59:50,235 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:50,320 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-05-28 03:59:50,321 INFO 116:onap_service.py(1) - [AAI][create complex] response code: 412 2021-05-28 03:59:50,321 DEBUG 120: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-05-28 03:59:50,321 ERROR 129: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-05-28 03:59:50,321 WARNING 37:complex_create.py(1) - Try to update the complex failed. 2021-05-28 03:59:50,322 DEBUG 195: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-05-28 03:59:50,322 DEBUG 197: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:50,322 DEBUG 198:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:50,330 DEBUG 103: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-05-28 03:59:50,330 DEBUG 105: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:50,330 DEBUG 106:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:50,333 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:50,443 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 378 2021-05-28 03:59:50,444 INFO 116:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-05-28 03:59:50,445 DEBUG 120:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicvm-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1622174389148"}]} 2021-05-28 03:59:50,462 DEBUG 103:onap_service.py(1) - [AAI][add relationship 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-05-28 03:59:50,463 DEBUG 105:onap_service.py(1) - [AAI][add relationship to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/relationship-list/relationship 2021-05-28 03:59:50,463 DEBUG 106:onap_service.py(1) - [AAI][add relationship to cloud region] 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-05-28 03:59:50,464 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:50,740 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/relationship-list/relationship HTTP/1.1" 200 0 2021-05-28 03:59:50,741 INFO 116:onap_service.py(1) - [AAI][add relationship to cloud region] response code: 200 2021-05-28 03:59:50,741 DEBUG 120:onap_service.py(1) - [AAI][add relationship to cloud region] response: 2021-05-28 03:59:50,747 DEBUG 103: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-05-28 03:59:50,748 DEBUG 105:onap_service.py(1) - [AAI][declare customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:50,748 DEBUG 106:onap_service.py(1) - [AAI][declare customer] data sent: { "global-customer-id": "basicvm-customer", "subscriber-name": "basicvm-customer", "subscriber-type": "INFRA" } 2021-05-28 03:59:50,749 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:50,827 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicvm-customer HTTP/1.1" 201 0 2021-05-28 03:59:50,828 INFO 116:onap_service.py(1) - [AAI][declare customer] response code: 201 2021-05-28 03:59:50,828 DEBUG 120:onap_service.py(1) - [AAI][declare customer] response: 2021-05-28 03:59:50,830 DEBUG 195: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-05-28 03:59:50,830 DEBUG 197:onap_service.py(1) - [AAI][get created customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:50,830 DEBUG 198:onap_service.py(1) - [AAI][get created customer] data sent: None 2021-05-28 03:59:50,831 DEBUG 103: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-05-28 03:59:50,831 DEBUG 105:onap_service.py(1) - [AAI][get created customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:50,831 DEBUG 106:onap_service.py(1) - [AAI][get created customer] data sent: None 2021-05-28 03:59:50,833 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:50,921 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer HTTP/1.1" 200 139 2021-05-28 03:59:50,922 INFO 116:onap_service.py(1) - [AAI][get created customer] response code: 200 2021-05-28 03:59:50,923 DEBUG 120:onap_service.py(1) - [AAI][get created customer] response: {"global-customer-id":"basicvm-customer","subscriber-name":"basicvm-customer","subscriber-type":"INFRA","resource-version":"1622174390775"} 2021-05-28 03:59:50,926 DEBUG 195:onap_service.py(1) - [AAI][Get basicvm-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-05-28 03:59:50,926 DEBUG 197:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:50,927 DEBUG 198:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 03:59:50,927 DEBUG 103:onap_service.py(1) - [AAI][Get basicvm-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-05-28 03:59:50,927 DEBUG 105:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:50,927 DEBUG 106:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 03:59:50,929 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:51,025 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer HTTP/1.1" 200 139 2021-05-28 03:59:51,026 INFO 116:onap_service.py(1) - [AAI][Get basicvm-customer customer] response code: 200 2021-05-28 03:59:51,026 DEBUG 120:onap_service.py(1) - [AAI][Get basicvm-customer customer] response: {"global-customer-id":"basicvm-customer","subscriber-name":"basicvm-customer","subscriber-type":"INFRA","resource-version":"1622174390775"} 2021-05-28 03:59:51,028 DEBUG 195:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 03:59:51,028 DEBUG 197:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 03:59:51,028 DEBUG 198:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 03:59:51,028 DEBUG 103:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 03:59:51,029 DEBUG 105:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 03:59:51,029 DEBUG 106:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 03:59:51,031 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:51,122 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm HTTP/1.1" 404 360 2021-05-28 03:59:51,123 INFO 116:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response code: 404 2021-05-28 03:59:51,123 DEBUG 120:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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/basicvm-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicvm-customer/service-subscriptions","ERR.5.4.6114"]}}} 2021-05-28 03:59:51,123 ERROR 129:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 03:59:51,124 ERROR 212:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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/basicvm-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicvm-customer/service-subscriptions","ERR.5.4.6114"]}}}. 2021-05-28 03:59:51,124 INFO 561:customer.py(1) - Create service subscription for basicvm-customer customer 2021-05-28 03:59:51,127 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:59:51,127 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:59:51,128 DEBUG 195: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-05-28 03:59:51,128 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:51,128 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:51,128 DEBUG 103: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-05-28 03:59:51,129 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:51,129 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:51,131 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 03:59:51,880 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2509 2021-05-28 03:59:51,881 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 03:59:51,881 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ce3cb086-cd73-4d7a-94ab-022310466a18/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/efa65541-2b91-47a5-894b-6eedc7b44483/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 03:59:51,883 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 03:59:51,884 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:51,884 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:51,884 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:51,884 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 03:59:51,884 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:51,884 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:51,884 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:51,885 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 03:59:51,885 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:51,885 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:51,885 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:51,885 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 03:59:51,885 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:51,885 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:51,885 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:51,885 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 03:59:51,885 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:51,885 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:51,885 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 03:59:51,885 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 03:59:51,885 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:51,885 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:51,886 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:51,886 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 03:59:51,886 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 03:59:51,886 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 03:59:51,886 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 03:59:51,886 DEBUG 147:__init__.py(1) - number of Service returned: 7 2021-05-28 03:59:51,886 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 03:59:51,886 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 03:59:51,886 DEBUG 195: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-05-28 03:59:51,886 DEBUG 197: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-05-28 03:59:51,886 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:59:51,887 DEBUG 103: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-05-28 03:59:51,887 DEBUG 105: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-05-28 03:59:51,887 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 03:59:51,889 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 03:59:52,583 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-05-28 03:59:52,585 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 03:59:52,587 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1081cab6-f0ff-4118-a993-7e29b1e1ee24","lifecycleState":"CERTIFIED","lastUpdateDate":1622174371356,"name":"test-pnf","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"5c1a5c91-ed21-4f73-ab4e-605ff3384f99","invariantUUID":"560fc797-6cb6-4cc4-8fcc-eaabd62781d3","systemName":"TestPnf","description":"PNF","tags":["test-pnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174293483,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"69dbbb40-abae-45b7-8ccc-e8678b75bb37","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381380,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a59b7ca0-4c81-42c4-abf1-a09a5c216d72","lifecycleState":"CERTIFIED","lastUpdateDate":1622174382406,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4ef55d75-9286-44d2-9c30-5222a31b4422","lifecycleState":"CERTIFIED","lastUpdateDate":1622174363770,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381086,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 03:59:52,592 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 03:59:52,593 DEBUG 103: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-05-28 03:59:52,593 DEBUG 105:onap_service.py(1) - [AAI][Create service subscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm 2021-05-28 03:59:52,593 DEBUG 106:onap_service.py(1) - [AAI][Create service subscription] data sent: { "service-id": "a53cee5b-df9c-407f-b446-2fe737994da5" } 2021-05-28 03:59:52,595 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:52,663 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm HTTP/1.1" 201 0 2021-05-28 03:59:52,664 INFO 116:onap_service.py(1) - [AAI][Create service subscription] response code: 201 2021-05-28 03:59:52,664 DEBUG 120:onap_service.py(1) - [AAI][Create service subscription] response: 2021-05-28 03:59:52,668 DEBUG 195:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 03:59:52,669 DEBUG 197:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 03:59:52,669 DEBUG 198:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 03:59:52,669 DEBUG 103:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 03:59:52,670 DEBUG 105:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 03:59:52,670 DEBUG 106:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 03:59:52,675 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:52,725 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm HTTP/1.1" 200 89 2021-05-28 03:59:52,726 INFO 116:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response code: 200 2021-05-28 03:59:52,726 DEBUG 120:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response: {"service-subscription":[{"service-type":"basic_vm","resource-version":"1622174392625"}]} 2021-05-28 03:59:52,729 DEBUG 195:onap_service.py(1) - [AAI][Get basicvm-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-05-28 03:59:52,729 DEBUG 197:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:52,729 DEBUG 198:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 03:59:52,730 DEBUG 103:onap_service.py(1) - [AAI][Get basicvm-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-05-28 03:59:52,730 DEBUG 105:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:52,730 DEBUG 106:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 03:59:52,733 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:52,771 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer HTTP/1.1" 200 139 2021-05-28 03:59:52,772 INFO 116:onap_service.py(1) - [AAI][Get basicvm-customer customer] response code: 200 2021-05-28 03:59:52,772 DEBUG 120:onap_service.py(1) - [AAI][Get basicvm-customer customer] response: {"global-customer-id":"basicvm-customer","subscriber-name":"basicvm-customer","subscriber-type":"INFRA","resource-version":"1622174390775"} 2021-05-28 03:59:52,775 DEBUG 195:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 03:59:52,775 DEBUG 197:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 03:59:52,776 DEBUG 198:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 03:59:52,776 DEBUG 103:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 03:59:52,776 DEBUG 105:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 03:59:52,776 DEBUG 106:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 03:59:52,779 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:52,825 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm HTTP/1.1" 200 89 2021-05-28 03:59:52,826 INFO 116:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response code: 200 2021-05-28 03:59:52,827 DEBUG 120:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response: {"service-subscription":[{"service-type":"basic_vm","resource-version":"1622174392625"}]} 2021-05-28 03:59:52,829 DEBUG 195: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-05-28 03:59:52,830 DEBUG 197: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:52,830 DEBUG 198:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:52,830 DEBUG 103: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-05-28 03:59:52,830 DEBUG 105: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:52,830 DEBUG 106:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:52,833 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:52,887 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2021-05-28 03:59:52,887 INFO 116:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-05-28 03:59:52,888 DEBUG 120:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicvm-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1622174390503","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-05-28 03:59:52,890 DEBUG 195: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-05-28 03:59:52,890 DEBUG 197: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 03:59:52,890 DEBUG 198:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 03:59:52,890 DEBUG 103: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-05-28 03:59:52,890 DEBUG 105: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 03:59:52,890 DEBUG 106:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 03:59:52,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:52,945 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b HTTP/1.1" 200 146 2021-05-28 03:59:52,946 INFO 116:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-05-28 03:59:52,946 DEBUG 120:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"90da9e81cc034ecca7715cdc45728b4b","tenant-name":"onap-guilin-daily-vnfs","tenant-context":"None","resource-version":"1622174389760"} 2021-05-28 03:59:52,957 DEBUG 103:onap_service.py(1) - [AAI][add relationship 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-05-28 03:59:52,957 DEBUG 105:onap_service.py(1) - [AAI][add relationship to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list/relationship 2021-05-28 03:59:52,957 DEBUG 106:onap_service.py(1) - [AAI][add relationship to cloud region] data sent: { "related-to": "tenant", "related-link": "https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b?resource-version=1622174389760", "related-to-property": [{"property-key": "tenant.tenant-name", "property-value": "onap-guilin-daily-vnfs"}], "relationship-data": [{"relationship-key": "cloud-region.cloud-owner", "relationship-value": "basicvm-cloud-owner"}, {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "RegionOne"}, {"relationship-key": "tenant.tenant-id", "relationship-value": "90da9e81cc034ecca7715cdc45728b4b"}] } 2021-05-28 03:59:52,960 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:53,199 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/relationship-list/relationship HTTP/1.1" 200 0 2021-05-28 03:59:53,200 INFO 116:onap_service.py(1) - [AAI][add relationship to cloud region] response code: 200 2021-05-28 03:59:53,200 DEBUG 120:onap_service.py(1) - [AAI][add relationship to cloud region] response: 2021-05-28 03:59:53,203 DEBUG 195:onap_service.py(1) - [AAI][Get basicvm-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-05-28 03:59:53,204 DEBUG 197:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:53,204 DEBUG 198:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 03:59:53,204 DEBUG 103:onap_service.py(1) - [AAI][Get basicvm-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-05-28 03:59:53,204 DEBUG 105:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 03:59:53,204 DEBUG 106:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 03:59:53,206 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:53,275 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer HTTP/1.1" 200 139 2021-05-28 03:59:53,276 INFO 116:onap_service.py(1) - [AAI][Get basicvm-customer customer] response code: 200 2021-05-28 03:59:53,276 DEBUG 120:onap_service.py(1) - [AAI][Get basicvm-customer customer] response: {"global-customer-id":"basicvm-customer","subscriber-name":"basicvm-customer","subscriber-type":"INFRA","resource-version":"1622174390775"} 2021-05-28 03:59:53,278 DEBUG 195: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-05-28 03:59:53,278 DEBUG 197: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:53,278 DEBUG 198:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:53,278 DEBUG 103: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-05-28 03:59:53,278 DEBUG 105: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 03:59:53,278 DEBUG 106:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 03:59:53,280 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:53,388 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2021-05-28 03:59:53,389 INFO 116:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-05-28 03:59:53,389 DEBUG 120:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicvm-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1622174390503","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-05-28 03:59:53,392 DEBUG 195: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-05-28 03:59:53,392 DEBUG 197: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 03:59:53,392 DEBUG 198:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 03:59:53,393 DEBUG 103: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-05-28 03:59:53,393 DEBUG 105: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 03:59:53,393 DEBUG 106:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 03:59:53,395 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:53,476 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b HTTP/1.1" 200 609 2021-05-28 03:59:53,477 INFO 116:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-05-28 03:59:53,478 DEBUG 120:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"90da9e81cc034ecca7715cdc45728b4b","tenant-name":"onap-guilin-daily-vnfs","tenant-context":"None","resource-version":"1622174392996","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2021-05-28 03:59:53,482 DEBUG 195: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-05-28 03:59:53,483 DEBUG 197: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-05-28 03:59:53,483 DEBUG 198:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2021-05-28 03:59:53,483 DEBUG 103: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-05-28 03:59:53,484 DEBUG 105: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-05-28 03:59:53,484 DEBUG 106:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2021-05-28 03:59:53,486 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:53,577 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities HTTP/1.1" 200 148 2021-05-28 03:59:53,578 INFO 116:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 200 2021-05-28 03:59:53,579 DEBUG 120:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"owning-entity":[{"owning-entity-id":"52deeead-9244-41ca-806a-cf2ad8e5aa7c","owning-entity-name":"basicnw-oe","resource-version":"1622174249469"}]} 2021-05-28 03:59:53,581 INFO 198:service_ala_carte.py(1) - Owning entity not found, create it 2021-05-28 03:59:53,584 DEBUG 103: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-05-28 03:59:53,584 DEBUG 105: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/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4 2021-05-28 03:59:53,584 DEBUG 106:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: { "owning-entity-name": "basicvm-oe", "owning-entity-id": "29e49c97-0a6d-40e6-a5f9-c999fa24e9f4" } 2021-05-28 03:59:53,587 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:53,702 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/owning-entities/owning-entity/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4 HTTP/1.1" 201 0 2021-05-28 03:59:53,702 INFO 116:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201 2021-05-28 03:59:53,703 DEBUG 120:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 2021-05-28 03:59:53,704 DEBUG 195: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-05-28 03:59:53,708 DEBUG 197: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/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4 2021-05-28 03:59:53,708 DEBUG 198:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2021-05-28 03:59:53,708 DEBUG 103: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-05-28 03:59:53,708 DEBUG 105: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/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4 2021-05-28 03:59:53,708 DEBUG 106:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2021-05-28 03:59:53,710 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 03:59:53,816 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities/owning-entity/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4 HTTP/1.1" 200 128 2021-05-28 03:59:53,817 INFO 116:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200 2021-05-28 03:59:53,817 DEBUG 120:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","owning-entity-name":"basicvm-oe","resource-version":"1622174393621"} 2021-05-28 03:59:53,841 DEBUG 103:onap_service.py(1) - [None][Declare VID resource with basicvm-project name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json'} 2021-05-28 03:59:53,841 DEBUG 105:onap_service.py(1) - [None][Declare VID resource with basicvm-project name] url used: https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project 2021-05-28 03:59:53,841 DEBUG 106:onap_service.py(1) - [None][Declare VID resource with basicvm-project name] data sent: { "options": ["basicvm-project"] } 2021-05-28 03:59:53,843 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): vid.api.simpledemo.onap.org:30200 2021-05-28 03:59:54,100 DEBUG 433:connectionpool.py(1) - https://vid.api.simpledemo.onap.org:30200 "POST /vid/maintenance/category_parameter/project HTTP/1.1" 200 13 2021-05-28 03:59:54,101 INFO 116:onap_service.py(1) - [None][Declare VID resource with basicvm-project name] response code: 200 2021-05-28 03:59:54,101 DEBUG 120:onap_service.py(1) - [None][Declare VID resource with basicvm-project name] response: {"errors":[]} 2021-05-28 03:59:54,103 INFO 203:service_ala_carte.py(1) - ******** Check Service Distribution ******* 2021-05-28 03:59:54,103 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 03:59:54,103 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 03:59:54,103 DEBUG 195: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-05-28 03:59:54,103 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:54,103 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:54,104 DEBUG 103: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-05-28 03:59:54,104 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 03:59:54,104 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 03:59:54,105 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 04:00:01,081 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2509 2021-05-28 04:00:01,083 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 04:00:01,084 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ce3cb086-cd73-4d7a-94ab-022310466a18/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/62dd8efd-3e65-4527-aec0-3d5f82da43d7/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/efa65541-2b91-47a5-894b-6eedc7b44483/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 04:00:01,086 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 04:00:01,086 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:00:01,086 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:00:01,087 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:00:01,087 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 04:00:01,094 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:00:01,094 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:00:01,095 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:00:01,095 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 04:00:01,095 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:00:01,095 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:00:01,095 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:00:01,095 DEBUG 262:sdc_resource.py(1) - importing SDC Resource Demo_pNF_EkJTf2CJK1JeaCtFeL2b from SDC 2021-05-28 04:00:01,095 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:00:01,095 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:00:01,095 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:00:01,095 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 04:00:01,095 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:00:01,095 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:00:01,095 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-05-28 04:00:01,095 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 04:00:01,096 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:00:01,096 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:00:01,096 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:00:01,096 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 04:00:01,096 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:00:01,096 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:00:01,096 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:00:01,096 DEBUG 147:__init__.py(1) - number of Service returned: 7 2021-05-28 04:00:01,096 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 04:00:01,096 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 04:00:01,099 DEBUG 195: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-05-28 04:00:01,099 DEBUG 197: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-05-28 04:00:01,099 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:00:01,099 DEBUG 103: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-05-28 04:00:01,099 DEBUG 105: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-05-28 04:00:01,099 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:00:01,106 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:00:06,418 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-05-28 04:00:06,421 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 04:00:06,423 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ed8b3020-1fe7-4191-b872-c046b25e066b","lifecycleState":"CERTIFIED","lastUpdateDate":1622174257512,"name":"pNF e248134d-bbd9","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"46e4c3ed-cfe2-4b4b-b230-1bd854d8d582","invariantUUID":"8a275ba9-81a3-4358-a330-d493215a6c60","systemName":"PnfE248134dBbd9","description":"vendor software product","tags":["pNF e248134d-bbd9"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1081cab6-f0ff-4118-a993-7e29b1e1ee24","lifecycleState":"CERTIFIED","lastUpdateDate":1622174371356,"name":"test-pnf","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"5c1a5c91-ed21-4f73-ab4e-605ff3384f99","invariantUUID":"560fc797-6cb6-4cc4-8fcc-eaabd62781d3","systemName":"TestPnf","description":"PNF","tags":["test-pnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"899c34be-723d-4d81-82b0-95e4822db1d1","lifecycleState":"CERTIFIED","lastUpdateDate":1622174293483,"name":"Demo_pNF_EkJTf2CJK1JeaCtFeL2b","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"62dd8efd-3e65-4527-aec0-3d5f82da43d7","invariantUUID":"18bb3628-cc7b-496a-890f-a4a188be3847","systemName":"DemoPnfEkjtf2cjk1jeactfel2b","description":"catalog service description","tags":["robot-ete","Demo_pNF_EkJTf2CJK1JeaCtFeL2b"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"69dbbb40-abae-45b7-8ccc-e8678b75bb37","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381380,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a59b7ca0-4c81-42c4-abf1-a09a5c216d72","lifecycleState":"CERTIFIED","lastUpdateDate":1622174382406,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4ef55d75-9286-44d2-9c30-5222a31b4422","lifecycleState":"CERTIFIED","lastUpdateDate":1622174403667,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381086,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 04:00:06,427 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 04:00:06,428 DEBUG 195:onap_service.py(1) - [SDC][Get Metadata for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:00:06,428 DEBUG 197:onap_service.py(1) - [SDC][Get Metadata for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/distribution 2021-05-28 04:00:06,428 DEBUG 198:onap_service.py(1) - [SDC][Get Metadata for basic_vm] data sent: None 2021-05-28 04:00:06,428 DEBUG 103:onap_service.py(1) - [SDC][Get Metadata for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:00:06,428 DEBUG 105:onap_service.py(1) - [SDC][Get Metadata for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/distribution 2021-05-28 04:00:06,428 DEBUG 106:onap_service.py(1) - [SDC][Get Metadata for basic_vm] data sent: None 2021-05-28 04:00:06,431 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:00:06,618 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/distribution HTTP/1.1" 200 205 2021-05-28 04:00:06,619 INFO 116:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response code: 200 2021-05-28 04:00:06,619 DEBUG 120:onap_service.py(1) - [SDC][Get Metadata for basic_vm] response: {"distributionStatusOfServiceList":[{"distributionID":"41ea26c5-180e-43df-95b1-8c29ff9d44c3","timestamp":"2021-05-28 03:59:40.471 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]} 2021-05-28 04:00:06,621 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:00:06,622 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:00:06,622 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:00:06,622 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:00:06,622 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:00:06,622 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:00:06,624 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:00:06,724 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 HTTP/1.1" 200 29 2021-05-28 04:00:06,725 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 04:00:06,725 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[]} 2021-05-28 04:00:06,727 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-05-28 04:00:06,727 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_vm ongoing, Wait for 60 s 2021-05-28 04:01:06,785 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:01:06,785 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:01:06,785 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:01:06,786 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:01:06,786 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:01:06,786 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:01:06,788 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:01:06,927 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 HTTP/1.1" 200 29 2021-05-28 04:01:06,928 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 04:01:06,928 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[]} 2021-05-28 04:01:06,931 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-05-28 04:01:06,931 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_vm ongoing, Wait for 60 s 2021-05-28 04:02:06,989 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:02:06,990 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:02:06,990 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:02:06,990 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:02:06,991 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:02:06,991 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:02:06,994 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:02:07,131 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 HTTP/1.1" 200 None 2021-05-28 04:02:07,133 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 04:02:07,134 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174388722","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174393603","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174389626","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174387742","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174409731","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174396072","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174404218","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174402208","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174391940","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174403214","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174390518","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174408729","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174387717","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174392523","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174394825","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174390719","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174393478","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174400437","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174395487","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174392769","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174393817","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174394606","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174407029","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174391521","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174394608","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174392513","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174391315","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174394485","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174393603","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-05-28 04:02:07,136 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174388722', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174393603', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174389626', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174387742', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174409731', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174396072', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174404218', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174402208', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174391940', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174403214', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174390518', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174408729', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174387717', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174392523', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174394825', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174390719', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174393478', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174400437', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174395487', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174392769', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174393817', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174394606', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174407029', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174391521', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174394608', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174392513', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174391315', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174394485', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174393603', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-05-28 04:02:07,137 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-05-28 04:02:07,137 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-05-28 04:02:07,137 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_vm ongoing, Wait for 60 s 2021-05-28 04:03:07,197 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:03:07,198 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:03:07,198 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:03:07,199 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:03:07,199 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:03:07,199 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:03:07,201 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:03:07,337 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 HTTP/1.1" 200 None 2021-05-28 04:03:07,341 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 04:03:07,342 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174388722","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174393603","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174389626","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174387742","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174409731","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174396072","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174404218","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174402208","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174391940","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174403214","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174390518","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174408729","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174387717","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174392523","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174394825","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174390719","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174393478","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174400437","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174395487","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174392769","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174393817","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174394606","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174407029","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174391521","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174394608","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174392513","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174391315","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174394485","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174393603","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-05-28 04:03:07,347 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174388722', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174393603', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174389626', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174387742', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174409731', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174396072', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174404218', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174402208', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174391940', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174403214', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174390518', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174408729', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174387717', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174392523', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174394825', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174390719', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174393478', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174400437', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174395487', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174392769', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174393817', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174394606', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174407029', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174391521', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174394608', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174392513', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174391315', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174394485', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174393603', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-05-28 04:03:07,348 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-05-28 04:03:07,348 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-05-28 04:03:07,349 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_vm ongoing, Wait for 60 s 2021-05-28 04:04:07,409 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:04:07,409 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:04:07,409 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:04:07,409 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:04:07,409 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:04:07,409 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:04:07,411 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:04:07,626 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 HTTP/1.1" 200 None 2021-05-28 04:04:07,629 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 04:04:07,630 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174388722","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174393603","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174389626","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174387742","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174409731","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174396072","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174404218","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174402208","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174391940","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174403214","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174390518","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174408729","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174387717","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174392523","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174394825","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174390719","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174393478","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174400437","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174395487","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174392769","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174393817","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174394606","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174407029","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174391521","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174394608","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174392513","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174391315","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174394485","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174393603","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-05-28 04:04:07,633 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174388722', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174393603', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174389626', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174387742', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174409731', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174396072', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174404218', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174402208', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174391940', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174403214', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174390518', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174408729', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174387717', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174392523', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174394825', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174390719', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174393478', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174400437', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174395487', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174392769', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174393817', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174394606', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174407029', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174391521', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174394608', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174392513', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174391315', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174394485', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174393603', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-05-28 04:04:07,634 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-05-28 04:04:07,634 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-05-28 04:04:07,634 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_vm ongoing, Wait for 60 s 2021-05-28 04:05:07,693 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:05:07,694 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:05:07,694 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:05:07,695 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:05:07,695 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:05:07,695 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:05:07,698 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:05:07,831 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 HTTP/1.1" 200 None 2021-05-28 04:05:07,832 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 04:05:07,833 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174388722","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174393603","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174389626","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174387742","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174409731","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174396072","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174404218","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174402208","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174391940","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174403214","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174390518","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174408729","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174387717","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174392523","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174394825","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174390719","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174393478","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174400437","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174395487","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174392769","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174393817","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174394606","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174407029","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174391521","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174394608","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174392513","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174391315","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174394485","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174393603","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"}]} 2021-05-28 04:05:07,836 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174388722', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174393603', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174389626', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174387742', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174409731', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174396072', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174404218', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174402208', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174391940', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174403214', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174390518', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174408729', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174387717', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174392523', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174394825', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174390719', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174393478', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174400437', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174395487', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174392769', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174393817', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174394606', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174407029', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174391521', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174394608', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174392513', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174391315', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174394485', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174393603', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}] 2021-05-28 04:05:07,836 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-05-28 04:05:07,836 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-05-28 04:05:07,837 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_vm ongoing, Wait for 60 s 2021-05-28 04:06:07,860 DEBUG 195:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:06:07,861 DEBUG 197:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:06:07,861 DEBUG 198:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:06:07,862 DEBUG 103:onap_service.py(1) - [SDC][Check distribution for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:06:07,862 DEBUG 105:onap_service.py(1) - [SDC][Check distribution for basic_vm] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 2021-05-28 04:06:07,862 DEBUG 106:onap_service.py(1) - [SDC][Check distribution for basic_vm] data sent: None 2021-05-28 04:06:07,865 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:06:08,122 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/41ea26c5-180e-43df-95b1-8c29ff9d44c3 HTTP/1.1" 200 None 2021-05-28 04:06:08,123 INFO 116:onap_service.py(1) - [SDC][Check distribution for basic_vm] response code: 200 2021-05-28 04:06:08,125 DEBUG 120:onap_service.py(1) - [SDC][Check distribution for basic_vm] response: {"distributionStatusList":[{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174388722","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174393603","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174389626","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174387742","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174409731","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174396072","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174545938","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174404218","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174402208","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174391940","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174403214","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174390518","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174408729","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174387717","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174392523","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174394825","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174540813","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1622174370181","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174539471","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174390719","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174393478","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174400437","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174395487","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174392769","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174544935","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174393817","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174394606","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174577802","url":"","status":"DISTRIBUTION_COMPLETE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174407029","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174391521","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174394608","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174543932","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174531975","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174542929","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1622174382078","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174382382","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174381431","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174392513","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1622174398620","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1622174391315","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-windriver-id","timestamp":"1622174394485","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174393603","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1622174374489","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-starlingx-id","timestamp":"1622174387064","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1622174385924","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1622174375382","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174520322","url":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1622174535675","url":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"}]} 2021-05-28 04:06:08,128 DEBUG 599:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174388722', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174393603', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174389626', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174387742', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174409731', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174396072', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174545938', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174404218', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174402208', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174391940', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174403214', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174390518', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174408729', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174387717', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174392523', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174394825', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174540813', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1622174370181', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174539471', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174390719', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174393478', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174400437', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174395487', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174392769', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174544935', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174393817', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174394606', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174577802', 'url': '', 'status': 'DISTRIBUTION_COMPLETE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174407029', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174391521', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174394608', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174543932', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174531975', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174542929', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1622174382078', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174382382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174381431', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174392513', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1622174398620', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1622174391315', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-windriver-id', 'timestamp': '1622174394485', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174393603', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1622174374489', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-starlingx-id', 'timestamp': '1622174387064', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1622174385924', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1622174375382', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174520322', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1622174535675', 'url': '/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}] 2021-05-28 04:06:08,129 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-05-28 04:06:08,129 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-05-28 04:06:08,129 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-05-28 04:06:08,129 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-05-28 04:06:08,129 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-05-28 04:06:08,130 INFO 612:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-05-28 04:06:08,130 INFO 210:service_ala_carte.py(1) - Service Distribution for basic_vm is sucessfully finished 2021-05-28 04:06:08,139 DEBUG 195:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] sent header: 2021-05-28 04:06:08,139 DEBUG 197:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances 2021-05-28 04:06:08,139 DEBUG 198:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_vm-a76c8db6-41de-46e1-8701-618cda810022", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "a53cee5b-df9c-407f-b446-2fe737994da5", "modelVersionId": "9bcd7cc2-7b17-469b-86c7-388cc8b812df", "modelName": "basic_vm", "modelVersion": "1.0" }, "cloudConfiguration": { "tenantId": "90da9e81cc034ecca7715cdc45728b4b", "cloudOwner": "basicvm-cloud-owner", "lcpCloudRegionId": "RegionOne" }, "requestParameters": { "userParams": [ ], "testApi": "GR_API", "subscriptionServiceType": "basic_vm", "aLaCarte": true }, "subscriberInfo": { "globalSubscriberId": "basicvm-customer" }, "project": { "projectName": "basicvm-project" }, "owningEntity": { "owningEntityId": "29e49c97-0a6d-40e6-a5f9-c999fa24e9f4", "owningEntityName": "basicvm-oe" } } } 2021-05-28 04:06:08,140 DEBUG 103:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:08,140 DEBUG 105:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances 2021-05-28 04:06:08,140 DEBUG 106:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_vm-a76c8db6-41de-46e1-8701-618cda810022", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "a53cee5b-df9c-407f-b446-2fe737994da5", "modelVersionId": "9bcd7cc2-7b17-469b-86c7-388cc8b812df", "modelName": "basic_vm", "modelVersion": "1.0" }, "cloudConfiguration": { "tenantId": "90da9e81cc034ecca7715cdc45728b4b", "cloudOwner": "basicvm-cloud-owner", "lcpCloudRegionId": "RegionOne" }, "requestParameters": { "userParams": [ ], "testApi": "GR_API", "subscriptionServiceType": "basic_vm", "aLaCarte": true }, "subscriberInfo": { "globalSubscriberId": "basicvm-customer" }, "project": { "projectName": "basicvm-project" }, "owningEntity": { "owningEntityId": "29e49c97-0a6d-40e6-a5f9-c999fa24e9f4", "owningEntityName": "basicvm-oe" } } } 2021-05-28 04:06:08,143 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:09,696 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-05-28 04:06:09,697 INFO 116:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] response code: 202 2021-05-28 04:06:09,698 DEBUG 120:onap_service.py(1) - [None][Instantiate basic_vm service a'la carte] response: {"requestReferences":{"requestId":"5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d","instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d"}} 2021-05-28 04:06:09,699 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished 2021-05-28 04:06:09,713 DEBUG 195:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: 2021-05-28 04:06:09,714 DEBUG 197:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:09,714 DEBUG 198:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:09,715 DEBUG 103:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ad2321cf-742c-485d-9bc6-0abca94abafc', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:09,716 DEBUG 105:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:09,716 DEBUG 106:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:09,720 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:09,924 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d HTTP/1.1" 200 1346 2021-05-28 04:06:09,928 INFO 116:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response code: 200 2021-05-28 04:06:09,930 DEBUG 120:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response: {"request":{"requestId":"5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d","startTime":"Fri, 28 May 2021 04:06:08 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"},"requestInfo":{"source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicvm-customer"},"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_vm","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicvm-project"},"owningEntity":{"owningEntityId":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","owningEntityName":"basicvm-oe"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","serviceInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 28 May 2021 04:06:09 GMT"}}} 2021-05-28 04:06:19,937 DEBUG 195:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: 2021-05-28 04:06:19,938 DEBUG 197:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:19,938 DEBUG 198:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:19,939 DEBUG 103:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '45e02cf5-dc00-4dd2-80aa-582f2824530d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:19,940 DEBUG 105:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:19,940 DEBUG 106:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:19,943 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:20,122 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d HTTP/1.1" 200 1556 2021-05-28 04:06:20,124 INFO 116:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response code: 200 2021-05-28 04:06:20,125 DEBUG 120:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response: {"request":{"requestId":"5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d","startTime":"Fri, 28 May 2021 04:06:08 GMT","finishTime":"Fri, 28 May 2021 04:06:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"},"requestInfo":{"source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicvm-customer"},"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_vm","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicvm-project"},"owningEntity":{"owningEntityId":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","owningEntityName":"basicvm-oe"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","serviceInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:12 GMT"}}} 2021-05-28 04:06:20,126 INFO 56:mixins.py(8) - ServiceInstantiation task finished 2021-05-28 04:06:20,126 DEBUG 195:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: 2021-05-28 04:06:20,126 DEBUG 197:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,126 DEBUG 198:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,127 DEBUG 103:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd6e69294-e78d-4664-b969-d87b5678cf42', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:20,127 DEBUG 105:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,127 DEBUG 106:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,131 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:20,310 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d HTTP/1.1" 200 1556 2021-05-28 04:06:20,312 INFO 116:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response code: 200 2021-05-28 04:06:20,313 DEBUG 120:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response: {"request":{"requestId":"5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d","startTime":"Fri, 28 May 2021 04:06:08 GMT","finishTime":"Fri, 28 May 2021 04:06:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"},"requestInfo":{"source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicvm-customer"},"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_vm","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicvm-project"},"owningEntity":{"owningEntityId":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","owningEntityName":"basicvm-oe"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","serviceInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:12 GMT"}}} 2021-05-28 04:06:20,314 DEBUG 195:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: 2021-05-28 04:06:20,314 DEBUG 197:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,314 DEBUG 198:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,315 DEBUG 103:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ec1f972b-9aab-4abe-9c5b-4a55e737d02f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:20,315 DEBUG 105:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,315 DEBUG 106:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,317 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:20,486 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d HTTP/1.1" 200 1556 2021-05-28 04:06:20,487 INFO 116:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response code: 200 2021-05-28 04:06:20,488 DEBUG 120:onap_service.py(8) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response: {"request":{"requestId":"5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d","startTime":"Fri, 28 May 2021 04:06:08 GMT","finishTime":"Fri, 28 May 2021 04:06:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"},"requestInfo":{"source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicvm-customer"},"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_vm","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicvm-project"},"owningEntity":{"owningEntityId":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","owningEntityName":"basicvm-oe"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","serviceInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:12 GMT"}}} 2021-05-28 04:06:20,491 DEBUG 195:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: 2021-05-28 04:06:20,492 DEBUG 197:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,492 DEBUG 198:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,492 DEBUG 103:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '11b16511-fc11-4700-bd2d-84d45512af8d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:20,493 DEBUG 105:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,493 DEBUG 106:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,495 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:20,726 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d HTTP/1.1" 200 1556 2021-05-28 04:06:20,728 INFO 116:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response code: 200 2021-05-28 04:06:20,728 DEBUG 120:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response: {"request":{"requestId":"5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d","startTime":"Fri, 28 May 2021 04:06:08 GMT","finishTime":"Fri, 28 May 2021 04:06:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"},"requestInfo":{"source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicvm-customer"},"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_vm","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicvm-project"},"owningEntity":{"owningEntityId":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","owningEntityName":"basicvm-oe"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","serviceInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:12 GMT"}}} 2021-05-28 04:06:20,729 DEBUG 195:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: 2021-05-28 04:06:20,729 DEBUG 197:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,729 DEBUG 198:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,729 DEBUG 103:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e9f6d1ec-75e8-4df9-bf98-d8bf0302310d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:20,729 DEBUG 105:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d 2021-05-28 04:06:20,729 DEBUG 106:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] data sent: None 2021-05-28 04:06:20,731 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:20,912 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d HTTP/1.1" 200 1556 2021-05-28 04:06:20,914 INFO 116:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response code: 200 2021-05-28 04:06:20,914 DEBUG 120:onap_service.py(1) - [None][Check 5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d orchestration request status] response: {"request":{"requestId":"5ab73b4e-517b-40e4-9dcd-5d722fbc9b9d","startTime":"Fri, 28 May 2021 04:06:08 GMT","finishTime":"Fri, 28 May 2021 04:06:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"},"requestInfo":{"source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicvm-customer"},"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_vm","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicvm-project"},"owningEntity":{"owningEntityId":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","owningEntityName":"basicvm-oe"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","serviceInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:12 GMT"}}} 2021-05-28 04:06:20,915 DEBUG 195:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 04:06:20,915 DEBUG 197:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 04:06:20,915 DEBUG 198:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 04:06:20,916 DEBUG 103:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 04:06:20,916 DEBUG 105:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 04:06:20,916 DEBUG 106:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 04:06:20,918 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:21,004 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm HTTP/1.1" 200 763 2021-05-28 04:06:21,004 INFO 116:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response code: 200 2021-05-28 04:06:21,005 DEBUG 120:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response: {"service-subscription":[{"service-type":"basic_vm","resource-version":"1622174392996","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicvm-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"90da9e81cc034ecca7715cdc45728b4b"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-guilin-daily-vnfs"}]}]}}]} 2021-05-28 04:06:21,007 DEBUG 195:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 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-05-28 04:06:21,007 DEBUG 197:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 2021-05-28 04:06:21,007 DEBUG 198:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] data sent: None 2021-05-28 04:06:21,007 DEBUG 103:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 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-05-28 04:06:21,007 DEBUG 105:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 2021-05-28 04:06:21,007 DEBUG 106:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] data sent: None 2021-05-28 04:06:21,009 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:21,085 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 HTTP/1.1" 200 1190 2021-05-28 04:06:21,086 INFO 116:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] response code: 200 2021-05-28 04:06:21,087 DEBUG 120:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] response: {"service-instance":[{"service-instance-id":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","service-instance-name":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"a53cee5b-df9c-407f-b446-2fe737994da5","model-version-id":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","resource-version":"1622174772049","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/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/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicvm-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicvm-project"}]}]}}]} 2021-05-28 04:06:21,090 DEBUG 195:onap_service.py(1) - [AAI][Get basicvm-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-05-28 04:06:21,090 DEBUG 197:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 04:06:21,091 DEBUG 198:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 04:06:21,092 DEBUG 103:onap_service.py(1) - [AAI][Get basicvm-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-05-28 04:06:21,092 DEBUG 105:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 04:06:21,092 DEBUG 106:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 04:06:21,094 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:21,137 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer HTTP/1.1" 200 139 2021-05-28 04:06:21,138 INFO 116:onap_service.py(1) - [AAI][Get basicvm-customer customer] response code: 200 2021-05-28 04:06:21,139 DEBUG 120:onap_service.py(1) - [AAI][Get basicvm-customer customer] response: {"global-customer-id":"basicvm-customer","subscriber-name":"basicvm-customer","subscriber-type":"INFRA","resource-version":"1622174390775"} 2021-05-28 04:06:21,145 DEBUG 195:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 04:06:21,145 DEBUG 197:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 04:06:21,146 DEBUG 198:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 04:06:21,146 DEBUG 103:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 04:06:21,146 DEBUG 105:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 04:06:21,146 DEBUG 106:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 04:06:21,149 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:21,281 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm HTTP/1.1" 200 763 2021-05-28 04:06:21,282 INFO 116:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response code: 200 2021-05-28 04:06:21,282 DEBUG 120:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response: {"service-subscription":[{"service-type":"basic_vm","resource-version":"1622174392996","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicvm-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"90da9e81cc034ecca7715cdc45728b4b"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-guilin-daily-vnfs"}]}]}}]} 2021-05-28 04:06:21,284 DEBUG 195:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 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-05-28 04:06:21,284 DEBUG 197:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 2021-05-28 04:06:21,284 DEBUG 198:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] data sent: None 2021-05-28 04:06:21,284 DEBUG 103:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 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-05-28 04:06:21,284 DEBUG 105:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 2021-05-28 04:06:21,284 DEBUG 106:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] data sent: None 2021-05-28 04:06:21,286 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:21,386 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 HTTP/1.1" 200 1190 2021-05-28 04:06:21,387 INFO 116:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] response code: 200 2021-05-28 04:06:21,388 DEBUG 120:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] response: {"service-instance":[{"service-instance-id":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","service-instance-name":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"a53cee5b-df9c-407f-b446-2fe737994da5","model-version-id":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","resource-version":"1622174772049","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/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/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicvm-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicvm-project"}]}]}}]} 2021-05-28 04:06:21,391 DEBUG 195: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-05-28 04:06:21,392 DEBUG 197: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 04:06:21,392 DEBUG 198:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 04:06:21,392 DEBUG 103: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-05-28 04:06:21,392 DEBUG 105: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 04:06:21,392 DEBUG 106:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 04:06:21,396 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:21,485 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2021-05-28 04:06:21,486 INFO 116:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-05-28 04:06:21,486 DEBUG 120:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicvm-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1622174390503","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-05-28 04:06:21,489 DEBUG 195: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-05-28 04:06:21,489 DEBUG 197: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 04:06:21,489 DEBUG 198:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 04:06:21,489 DEBUG 103: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-05-28 04:06:21,489 DEBUG 105: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 04:06:21,490 DEBUG 106:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 04:06:21,492 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:21,572 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b HTTP/1.1" 200 609 2021-05-28 04:06:21,574 INFO 116:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-05-28 04:06:21,574 DEBUG 120:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"90da9e81cc034ecca7715cdc45728b4b","tenant-name":"onap-guilin-daily-vnfs","tenant-context":"None","resource-version":"1622174392996","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2021-05-28 04:06:21,577 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 04:06:21,578 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 04:06:21,578 DEBUG 195: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-05-28 04:06:21,578 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 04:06:21,578 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 04:06:21,578 DEBUG 103: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-05-28 04:06:21,579 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 04:06:21,579 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 04:06:21,580 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 04:06:23,107 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2483 2021-05-28 04:06:23,109 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 04:06:23,109 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ce3cb086-cd73-4d7a-94ab-022310466a18/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94419d5c-11cb-494d-a726-c63b2970bc05","invariantUUID":"f5b9aba8-ca7a-4283-b765-28517855fb67","name":"test_pnf_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94419d5c-11cb-494d-a726-c63b2970bc05/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/efa65541-2b91-47a5-894b-6eedc7b44483/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 04:06:23,112 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 04:06:23,112 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:23,112 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:23,112 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:23,112 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 04:06:23,112 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:23,112 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:23,112 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:23,113 DEBUG 262:sdc_resource.py(1) - importing SDC Resource test_pnf_macro from SDC 2021-05-28 04:06:23,113 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:23,113 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:23,114 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:23,114 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 04:06:23,114 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:23,114 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:23,114 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:23,114 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 04:06:23,115 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:23,115 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:23,115 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:23,115 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 04:06:23,115 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:23,115 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:23,115 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:23,115 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 04:06:23,116 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:23,116 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:23,116 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:23,116 DEBUG 147:__init__.py(1) - number of Service returned: 7 2021-05-28 04:06:23,116 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 04:06:23,117 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 04:06:23,117 DEBUG 195: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-05-28 04:06:23,118 DEBUG 197: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-05-28 04:06:23,118 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:06:23,118 DEBUG 103: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-05-28 04:06:23,118 DEBUG 105: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-05-28 04:06:23,119 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:06:23,121 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:06:25,533 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-05-28 04:06:25,536 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 04:06:25,538 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1081cab6-f0ff-4118-a993-7e29b1e1ee24","lifecycleState":"CERTIFIED","lastUpdateDate":1622174371356,"name":"test-pnf","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"5c1a5c91-ed21-4f73-ab4e-605ff3384f99","invariantUUID":"560fc797-6cb6-4cc4-8fcc-eaabd62781d3","systemName":"TestPnf","description":"PNF","tags":["test-pnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"69dbbb40-abae-45b7-8ccc-e8678b75bb37","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381380,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"224c5405-ad24-4068-886d-4d4f83efca1c","lifecycleState":"CERTIFIED","lastUpdateDate":1622174452729,"name":"test_pnf_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94419d5c-11cb-494d-a726-c63b2970bc05","invariantUUID":"f5b9aba8-ca7a-4283-b765-28517855fb67","systemName":"TestPnfMacro","description":"service","tags":["test_pnf_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a59b7ca0-4c81-42c4-abf1-a09a5c216d72","lifecycleState":"CERTIFIED","lastUpdateDate":1622174382406,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4ef55d75-9286-44d2-9c30-5222a31b4422","lifecycleState":"CERTIFIED","lastUpdateDate":1622174403667,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381086,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 04:06:25,542 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 04:06:25,542 DEBUG 103:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:06:25,542 DEBUG 105:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel 2021-05-28 04:06:25,542 DEBUG 106:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] data sent: None 2021-05-28 04:06:25,544 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 04:06:26,224 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel HTTP/1.1" 200 None 2021-05-28 04:06:26,228 INFO 116:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] response code: 200 2021-05-28 04:06:26,231 DEBUG 60:sjisprober.py(1) - SHIFT_JIS Japanese prober hit error at byte 45 2021-05-28 04:06:26,231 DEBUG 61:eucjpprober.py(1) - EUC-JP Japanese prober hit error at byte 13 2021-05-28 04:06:26,231 DEBUG 65:mbcharsetprober.py(1) - GB2312 Chinese prober hit error at byte 43 2021-05-28 04:06:26,231 DEBUG 65:mbcharsetprober.py(1) - EUC-KR Korean prober hit error at byte 13 2021-05-28 04:06:26,232 DEBUG 65:mbcharsetprober.py(1) - CP949 Korean prober hit error at byte 43 2021-05-28 04:06:26,232 DEBUG 65:mbcharsetprober.py(1) - Big5 Chinese prober hit error at byte 43 2021-05-28 04:06:26,233 DEBUG 65:mbcharsetprober.py(1) - EUC-TW Taiwan prober hit error at byte 12 2021-05-28 04:06:26,342 DEBUG 116:sbcharsetprober.py(1) - windows-1251 confidence = 0.04122745562672366, below negative shortcut threshhold 0.05 2021-05-28 04:06:26,417 DEBUG 116:sbcharsetprober.py(1) - KOI8-R confidence = 0.042650424389681495, below negative shortcut threshhold 0.05 2021-05-28 04:06:26,481 DEBUG 116:sbcharsetprober.py(1) - ISO-8859-5 confidence = 0.043287673647706956, below negative shortcut threshhold 0.05 2021-05-28 04:06:26,544 DEBUG 116:sbcharsetprober.py(1) - MacCyrillic confidence = 0.042845168277152325, below negative shortcut threshhold 0.05 2021-05-28 04:06:26,609 DEBUG 116:sbcharsetprober.py(1) - IBM866 confidence = 0.04199215637554158, below negative shortcut threshhold 0.05 2021-05-28 04:06:26,673 DEBUG 116:sbcharsetprober.py(1) - IBM855 confidence = 0.04310446445792467, below negative shortcut threshhold 0.05 2021-05-28 04:06:26,866 DEBUG 116:sbcharsetprober.py(1) - ISO-8859-5 confidence = 0.041461435977897775, below negative shortcut threshhold 0.05 2021-05-28 04:06:26,938 DEBUG 116:sbcharsetprober.py(1) - windows-1251 confidence = 0.040794986097075554, below negative shortcut threshhold 0.05 2021-05-28 04:06:27,018 DEBUG 116:sbcharsetprober.py(1) - TIS-620 confidence = 0.04523335106491017, below negative shortcut threshhold 0.05 2021-05-28 04:06:27,199 DEBUG 116:sbcharsetprober.py(1) - windows-1255 confidence = 0.04574676595928033, below negative shortcut threshhold 0.05 2021-05-28 04:06:27,266 DEBUG 116:sbcharsetprober.py(1) - windows-1255 confidence = 0.046021246555036005, below negative shortcut threshhold 0.05 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - windows-1251 not active 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - KOI8-R not active 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - ISO-8859-5 not active 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - MacCyrillic not active 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - IBM866 not active 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - IBM855 not active 2021-05-28 04:06:27,353 DEBUG 100:charsetgroupprober.py(1) - ISO-8859-7 Greek confidence = 0.07492639992483971 2021-05-28 04:06:27,353 DEBUG 100:charsetgroupprober.py(1) - windows-1253 Greek confidence = 0.07607885087402443 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - ISO-8859-5 not active 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - windows-1251 not active 2021-05-28 04:06:27,353 DEBUG 97:charsetgroupprober.py(1) - TIS-620 not active 2021-05-28 04:06:27,353 DEBUG 100:charsetgroupprober.py(1) - ISO-8859-9 Turkish confidence = 0.08313191719615659 2021-05-28 04:06:27,354 DEBUG 100:charsetgroupprober.py(1) - windows-1255 Hebrew confidence = 0.0 2021-05-28 04:06:27,354 DEBUG 97:charsetgroupprober.py(1) - windows-1255 not active 2021-05-28 04:06:27,354 DEBUG 97:charsetgroupprober.py(1) - windows-1255 not active 2021-05-28 04:06:27,354 DEBUG 271:universaldetector.py(1) - no probers hit minimum threshold 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - utf-8 confidence = 0.010000000000000009 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - SHIFT_JIS Japanese confidence = 0.01 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - EUC-JP Japanese confidence = 0.01 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - GB2312 Chinese confidence = 0.01 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - EUC-KR Korean confidence = 0.01 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - CP949 Korean confidence = 0.01 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - Big5 Chinese confidence = 0.01 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - EUC-TW Taiwan confidence = 0.01 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - windows-1251 Russian confidence = 0.04122745562672366 2021-05-28 04:06:27,354 DEBUG 277:universaldetector.py(1) - KOI8-R Russian confidence = 0.042650424389681495 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - ISO-8859-5 Russian confidence = 0.043287673647706956 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - MacCyrillic Russian confidence = 0.042845168277152325 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - IBM866 Russian confidence = 0.04199215637554158 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - IBM855 Russian confidence = 0.04310446445792467 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - ISO-8859-7 Greek confidence = 0.07492639992483971 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - windows-1253 Greek confidence = 0.07607885087402443 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - ISO-8859-5 Bulgairan confidence = 0.041461435977897775 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - windows-1251 Bulgarian confidence = 0.040794986097075554 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - TIS-620 Thai confidence = 0.04523335106491017 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - ISO-8859-9 Turkish confidence = 0.08313191719615659 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.0 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.04574676595928033 2021-05-28 04:06:27,355 DEBUG 277:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.046021246555036005 2021-05-28 04:06:27,355 DEBUG 282:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.046021246555036005 2021-05-28 04:06:27,357 DEBUG 120:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] response: PKe�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKe�RTOSCA-Metadata/TOSCA.metaM���0 DwE~�-��� Ѫ�U�d)q��B������n~Na�;�M"�¹Ȧޝ��ix�Bf2~�X� ��V�Dj�W�\��Q�&��/���2�Td]�=������ޭ�r�����\�ƍַ�(�PK�ku���PKe�R(Definitions/service-BasicVm-template.yml��W�>�}� ���liY�9�9��8 �(��ғ�)V���h���mY۔�'��[n�E��#���0���� L|��E��C�i{VCh[���_lL�)���h��:t<���h���0nk@7d�kM�;�e��UY�mF� +һ�@W�@�(�uPH�B=�'�t�!;�� �&R6��G��h�����D��i�1���w)��$�h 1}w�,7�R=�$_�f�?�����O��L J0���ABs<��k{Ch�ΔR��G�o���i�o ;1�޵L�ⰳ0���ءס��^4��/�`p����i&�&pPbƃ-�K��4�)Z�F�0�ŀfh[l0Z��X���#�Aʹ�3Q���`+6��jz��@�<%nP�J �YcC� ��@�qi�7�����y��k��,J �p�n�uaMl@1st�^�z�����T��M6��w+���~m0 �I�?�����V$�(*F]f\w�+h�^@SV���T���Z���aNKP��4``1��<<�%��,�����&��EÀ��`2������ u�χ;���\���>M�a/g�Wm���:����I�q���}�s���z�҅Y�QC(�rɴ�z,eD������h�.�b��w���⺄��e�l�cY\��� ��%(KkڄD�ZGQ4�mY2l���u�lh��^F������=h%�#�$�^WԀ�c�a[�@�u`ˀ=,j�~]���M���U(Vn�+��5<1Z��8�h=�Z6��ؚ1G]��,=��μ7�`a�����A��YT�xsE�ߑ� [�$���#l�I��c����(WM�=c-ph���$�l*��:�̰���L^Z���ĭ0��6 Ser��u�9u�}3�wD{�д���K��� ?��l� 1��tުh� ����W@|��ϥ4\��u���?�_F��h ��|�//h�ۧ���9�p���� ���|��0Pt"�4; ��u{(�> ��9�������M���w�(y�¥ַ]��>(�|������v5 ��M0��~���ʒ�&�w�L%C1_�����ǻs�8�ˍ�{ ���I�y�ݑ~�&����fo$ӷ.y�ۓ�p�ާ�Eg���ӥ�S�'2ã��e�Ӝ<������ჭ93Wy^�uGW����v֞�sxy��}E��_s�ܶ�_�~�o���8�[�wu gc<|!�L�fݾ� ��\n��럔� ����0�;��� G�K4��������ݛr�8�>�w��,���FQ�q�ޠs6 m�z���ݟ+�x��Hg���xi��l����T �.����?W󎁇g�#E�>F�fʷy��e��/���'a I������<�K�|��F����� ���1�W��<�f��װ�Ϫ��ǔ���: �~��W8Z����ϴ#wOЃZBS�� f�˜>�x��� M��j��NAf1��7��"1��a���,�H�,v�tu�*+.,�LS�c�( �)��ŦoC�JѶ{Ƙ}�*� ��t�V��t�|��BVךQ Qׂ��Ջ&� � �+��*V�����?k�8j ����k]� �dqLZT��JJ�+��S�}l�� ��c��)�&!n�b�l��b�+.��)-�6V�PI���k4�8���ˎ67L�e�<�M!J+.�q��=��+��Me�7�ܦ/r)�{��څO�����#�� ��!��#���� ��������1�A4���fA�͐�+���"-�d����^�]�))�.%�o=���� ��F擜1:&9�,�]E�l*Ϸ���܎��NL��Sn���� {A+�*�4 �OI�yYǬ^?�*GU�>"��pNd��|I1��Ҧ}����ჟ�~4���0:�2u�P�5��P����9n���~r�4�S����˽�\�y҅<�A�F�b/��&Z�Uy3�)����a)�i�-fy��y�P�rd?�U5�ͣ�͑������{?�p��������Z��5��9�t�����A��`���%1]�Y�*��*`V�����zS�,Y�[�V�vBsu[�l2δi&7Y��g��`b��_{m�x.R��-���ݴ�ūS�DC���Ȋ�M�A hH�P[��f�>�A��KJ ����nM�t���D�F7w�Z��d��_wc ��]��������K@6$ zH1@� �#M4D���%��t��qשW6lA [��hf݌�(�)Yx�^YЛ�e|�ZȻ�&hm�.\+��;Kv!�,L�;Wz���&��;�-}BR�a�u��w� r��k'��i��W=qPW�n�&��2�9���Da����N�ڲ�ݽ��2�"�r�Y��͠���=��p�-^��f��ˤ�+�!~%tڽ*�@������7�ZQ�v�b��W�k���h_�uY??Ix���ѭw��\K]n�n%95ޱ�ԇCwt~^`��#(��� �d�� �����P���8�樨�V��k��ެs�+k�G�U�[`���N�.��������������-z����íf���ZIU��K��^TT�+nq�!܏"xKIe�}m��m���7k���N N����⩰';������~��� ,k�S�9����R��q*;.��=w����ݽO�+5�K�<�Ȭ��}l�{��k�����IΣs,���W;�*'�iE�ի� )o��Ľ�Q�Ȭ����)ݗ�V���jɩ� ���*���*&�~�P�� @9�{�������_�C[$��|��^�/�PKiI�K" �EPKe�RNS.mfM��n� ��{�����&�d1.5�,��2o���B�v��WL/v{�s�Qj�z�� �뻊�����(1�YF�� �V��z��j��>��c�.H�{� ��ѤZNr��"�W5Y��QzN��1L�!�����Q�!(o����ѡ�{5�p1�I^f����'�Ep��g��^{ob���}��0�Y�]��7��H�r��j�oۜ�-廓��u��#�� �?PK���k�-PKe�R2Definitions/service-BasicVm-template-interface.yml�\Ks�6��W��̉}�ͱ���4N�Nr�t0I� �N�_��)�z��сN.�o�],^��P�S���[����Lx�!� �r��d_��w�WikfﮐT)��lV&$�L@fJ,��[�%V���d�T�-�N��j&�oۊ睲����R��[�L��s%8ݪ�N��)�-�K��}A�Y��P�e�r&UY���9e�b8���bR��3K�B�l���fF� sc5�6)����s ��/���q���\K��}�*���B�ua׀)���5�� 34WJ0"�T��.�f� -�0uil��i mT�G�㗫?>~����v�Ut���R�3�hxx�I2v���Cب��I4��=�TGh�����q1/�-n�')7OI�<�~jnY2_[ ���U��vt�Ա��AirǸP��tKk�j�{��[o�^�+b�TP�1�� ��e �)��$S���)ќ�L�/Q* `�hSq�Ԭ(-�f�n A� ]���?|������}��LOqi)��?�\��j�wm���dhi<��;o�j}� ֨D���5�j�P�~���R7 !nJ�~���0�e��h4w �ˆ1��f\�\ɰ��x�M��wY$����S�Ē�`�T��TU��8G�Wnqňm����M���ۇ�b����sE>�!�X&B(Z:�h����@�v�4�7,�e�{�����۫ǃ�Q�Y�3�D��6�Pj�sV���KrB�X�9/d'�U�Y5��@�5�E�4i�2y4#i˦�M�)���%� ��-� 1�g�~3W��q~�|Yo9u~���J2ii��0� 3�Q�I����.b�:�+P06�_�' (��*@E�+s�Lh^x�"���ܦ���3��d{��e\3ӽx��,@uÄ%�!�0�8P��u�# �\RTc(m�w����K�Q��i*C�}{vn��8\��J 7���+� ����R�[O�9��7&���QG�[0b }�zµ�� ���4ύ����b˸�7M �&H�/� �>��e�4nqH9�����wY�ϋ���3�휛�ȩ��D4]���.j�>��0�Z+}���=>�+����D�JB ��;�a�-����k%�vBK���uG�݇nKڮdAݱm?W:C���w�n�t��k�����~�n.$K�v�F� ���K�Y��k+u�VH^�bwNjĵӉ�vQ� ���\��&��ۣ�@ 歆��8�?� �u%^p���߾��>�a3|��0���c��ǏϿ_��f��d����E�I�h��;�j�Z��~�_c���{w��j��� ��K�����u���� �C�k������C�ŏC��\ޞ]c���މe\�F����4�� �{���#M�c��i�௬� ��O��اO���`F�Q�zm�AC{�F���C�bL��4�Ҙ�':Q\pz@��{k�#�)N��ǫ��c��+0�ߧ����?�죘%�P6�� �0\� �(^:���)Hxc�O� <VX"�Cc��L���4V�(�(�G�-E�)�=� Y�CpF,�+��+�rA�]@^�h�bBe� ��8�Sp��J0����խ�D ��J]䴟)fz���6�(��J��r��}t��h {Q��w'Y��~t�~AX�$Q�H�� �m,}a�4eq�>(ܽ�0@NZ,0��������#��B�;L�A �Ђb�vt|����B�� �N~z'�%��„���2�I��1��o�Pn�\�� �p�Ң-7R�(m1�_��Թ6\�'�H>#�T1;���QH��gig[�:vHٯ(��\K|/a-�4d񫝐g������":���j���Ң��x�)��o��;�`L�q~�/v�U�~�?�G�r������U�3|��{�\��������*��e�b�$m(&hǠW�8�˩pW����.6�9��f�[�𮮏�Qlg��(������� ۚ�FV�x^������/�f����X5A��i����7&fA,Y�0x�3�qG�<��_|�|��(�8��G�e��|��9T��DZ�'������$ K���c�����!&�+m�:�;��C>�c�>{�g���6y�u(�&����ww�9V �r��vS�em��;]�/�� >�g䞜� ��(vjC�3���c��mm����f��rӐ�1J�2�3mh3�Yv�W��g��Ȑ� g:8Љ����FiٍD��Z�Y.���K9�Dﴶ ��%���5Hl�ć�>_1i�>ʉ��.�t)���_���f'_��p�%/��Y9��?���SKb���4�m��������I_�N��[�0~��·R1��q�-A�@Hӓ�j])ϐ �eb)%U�!-�8�aN+����a�Z���q��;�w��nݥ��a\� k�����L�� �\[h�` ���z�����q��7MXxe��j��� Eg�����=!hgR�]�����U��L��<�7 �RAHZr1X�4��7H�#O�+!���|�G��+�'��J��5���S �ש;�in[�9R�Y���H��Q�����S��D�V�"?I�Aꃆ a�'�Dz� ������^{����o �;�$r�/�"#cò� 7��ß_��������O��A,!D�vy�,���𴆡;��LG�j���������oG#T��·��)9h���� ��ǚ�ȏjoT��E `WO���|9��9t�,����2�Q56%E.+��y�J42 z��.�xM���E�� �z�5�(e��ޛ&,�)1�LϋN��sX�n]�y Wm��ɂq� ��ƕ�)�}B�� ���� �y�� X�KlPF%�9� ��q�Q�f�� �jK�U4��8�S:g׿-.fu;ִ�ʓ_a�a�5�!nc�q(��cPH���K�^����v� ��2 t/���S`z���ȑ|�\��J���1�,%B����@ѷ��G��g� N㱖�}{�r�D�z�2�s��V�G�<��9t���q~�A�1ćsԤy�M>�d��Hr��H6�:�u$���iq6���dz�[t�ݮ��Cs�F��w����_Ӎc-镻of��n��;���[�,��t�Ȏ�ۃ��Yت���2dcn�=�΁ �]��[&r\�\��,˺��;�[� 7�Xߟ�q���y����6��� �yI��g�{gj�qT��l5�����^�q�K��v�������� �iU/���,W����^��$�I�Qe�Z���K�I�]��d�xjŐK�2^� �fK@�lLL�dK\�bn~|����j2v� 4�2��s��@�+ե���q�*Z�"�I@��{M�ҕ�Ʋ��S���BT�xn�? L� *��JZQ�;KEmfu7��"o!R�X��'O�F*��Ś�*9 ���O�z�d�_t ���r]�� ��e�(eG�NGթlH��?��H�7^Qƻp��T��p^G�|x1H��9J�՛��4l�ƥ���(�B��T86��Bdzt�]ԡg���Q�p��~=�d��(���i�j�؍G�]&���)�� ^$�����y]�H����j�r$��:�t �VUnPeK�H]�Vf���$�U"!�-�(`˱ �td%{$��F�Q� � b���A9�jpED1�!��I�3w�����ҩ� x�^q�?Rԝ~`P�A'umaTf~�:�ILP����������N��ӗV�\��uŬʱe�ez�:r2��p��~+8o��U)h5T���PՆF̈4'�2���f�\��_� @��ur2�@t����*:�� *řx��<���(���&�CչNEI��2d�3���uY�k�1L��&�Ҫ����h�(�����.yAB�#ހ�~' ��1F�D����o��V�h��D*��+���I.��_�A�:�MpD-t���E��N]z_���H���w@:o��L�Esy=��i�F�dF�9� uX*] 軸�M�4o*t�,�c7�E2�����1!�}�sr�~� .�:����6]�j�o= ��)Y�� mE���>R?�;�DL�Ճ�%v�4��H7��T��=R>���~����'���k/��X�&5ܑ� ����C.���Ly�>�R���y���C����8KȝOɻ���ކ#�� GZ/�Uw&?�0eͅ�Q/��݌P>�Fr�P.4�r0���3�E�� 9����+*#�y��-��KPKn�0TC JOPKe�RDDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.yml�]M��(��ර��fr�m2I�R���2�\��(��͎Z@N��~}XȒ���%�*|�%h�׏�A-l���l�7\ ��Li�2C���y�% oH��k|������oo��1�/> ��Yy!ڤ ܌�!f�� ؋�}J22� 4�.�^��*��B��Ze[7��K%�v��Ju;� �;M�ת"DiJ�n)�rQ�vo{(�2���4��2W�E�����cJ�w2�Fj�/%f�<&{U63��,� %�ِ� �o������A!��3�Im0�ax� L�X�e��_ua�������m�ڎ��\ʄ���ؿ9W,��It]���z�I�r�����;W���O0�S�'=�i&�����R� �6X�KIS����l�Ũj1�Vjp_)p�5_�d�C����ҭ�8}'A�o����XPx�5��F!/A�*�QV�3��"�E�M� :!`;��/dK�]��{� ��o��U:7�i#�La� ��*%���k��N�"!k�,�/���� _ ���� SϚ�����k���ȕs�J�a�~��ݹ�>50d�t:�PJ&��(~�1���Qq�[ZDΏ�E' �Ee��Q�yJ���0�đ���k� ������ z�6d���0O�BhN4�X���V�5����bŗ+Lք'��:}����Ղ��mGQ{H���z�nv���U>YQ���������L��)��lk�WO���W��ЁȬg���Ŕ���9w�:�Cqh�vGhO�6DJ~�����Y�ߑ_<�S$�tΔ�>�������� v?e=(���� f�. O��3�v���L1l�{8�2r�Ř4rc�B�p���K!4�6�+�M���V����D��!Tn���2�1+bC��P~1tWi4�X��)�W]�6pS�9C��h�rm�$�m8ڶ,)pV��5ߠk����w_~ܿ��~{ |>�q�5P�J�������� ��6O[�)�m��5V�UT�\h�BF�XD���j���?[�{GK��S�k� �B�a�i3����B�G��}��OX4߀ "�� ���`�N.31"!,���n�ڭ�AO�ڶ����jT���- \� �� hC�^�.2N�J%j��cE��II�_a��4h{<�R�$v��Y�>�v=�-k��x�r޵�eڄ8g*����1�]�C�3 C<��4�F�A��Ư��en����Sϊ�)���o ��S�8�H6VF'G־S��LB��}�JX�OŽ�X���!FL�W�1%��(+B���'fB�z� ��c�0[U�1��:э%�>k���_d2 �c'[{�u�68�ĝ�+%��N=��B��Z�ya�R��E�Q����ŭ��y��,�}`��fv\��n#;ɸ���cءd�зۮ~�=}ߌ�A��'a�ǃ��z�1����cY�c�,"&]�{L�:�+�4�{��-�1u\�7[�����Z�=��ʾ�~� b\C�!��)_�[�f� �'Q��(f�q�ۧ�Kd*��Ě���D�k�Mf�l�e�oQd-��'w[�@�)KO�o?��ӄ���E������{/V�o�#��u� �� "j:yyGj�:8{(���ܚ � j�ǽ�m8�j"Z\�1W!ubJ\D�D�;�!�<q�1����HHtf���c��6�9iVt���Ŵ1�&�z �Q��!��Fd�'p��R ��0��n�Y�,1$a��K�=&A��!.��3/�*���0�O��+>>|�z�����̐-<��n��G]��z;����pqgEq2��B�7)�?�j���.�����������a���p��A'�!��ie���[U�u�$% �0���1:ѓ+ܵ�;�����^������PK ���}PKe�R)Definitions/resource-BasicVm-template.yml��R��}��osnQ ���Tݪ�pfk���%�r0񆗐��W�ﱝ0��A�]ݭV˶o{ �T�����I+�z�?'�Ny��H�@Ӑ��f"�Ї'�(J�V�ա���g'��!� �*�O3 �P��)���ycE�4�Q�i�y�p�Y0��ɲ �1���N(z�"�L<�"Oqu�E|��#��A�装�nN��B���1/�����]��x�E�� zD�j�1����'���}g������"c�2¤����f��w� P��(J� L!lLOSrd0�W�e��k�ɎǠ.2`�������M�� ��P�H<�؆�X&c1�,ۏ�f�2é\��@��@�|�jPAy)c�S�ha��+�/�GJ����.0�WI+�p DJ�V�he�r`�KOW��$�@'� �à�1�Y�[gj�N�W���j>_���O)[� ��(�9��lr;9%Ë�)������r���i����� {��ӣ��>���@T]z)���=�g����8v����]���7������S���x!���E�}���o����l��^ӛ����S����{u�&꯳������R��� k��a�����O����?r�K^�����/��q<�L|�"2�������|���s�%�};�����M������ޔ��->^�n��?�����}�����ѫrN��ߟ������������ZMf�휝��M7��|q�%7[.G�9�Όw����|��^�?n�_Mt��^��7��R}?~��?���o���t�|,<����B�v�Q��p�ܘ���g2�9��U��̩�"��j⧨��ʩxq�rw�.hhv�|+r����(���}|�2�oV���=�����_k�v�q��&G�������t`�j�>�����)zx����ǎ����f�2��2��(����dD���J���oqф���^E5� � @ �l WT�2�N��N:�19���I�p��AXz@�-��$��<���vYU��7�|$�J�SNs��FڊtCAU�u�G�Z�g��9�2���%�좋�.z�$K����a;okxo���1$��� ���q��3#�w���������2P%Z����+�`:\ #ׂN�/Y>����쳻k\a�V*b2��ɶ�.x�X4Ydꟈ�2�V$r�JK��=R!#�{��X ��y��jr��S� �3PĞ� �Ex&8�X�fR�r�Y��bvcG%I@�*����h%�6^.��Py%R�����e(rVA�?�mJ��4�:��N�6 *��D9 �on*� W(�2vI�����r� ؙ8N��H���Y�cNT3�xq,����� j��* T��p�!�<��4Y�Y��M���(�� ;�h,��X��5Qc5�)��.#4t���鱯�u �o��'�OXBoa��W�9݊���e��H�^x�;:�U`��xP��Ю����PI�,�*�l�X BÜ�����h-��`U��a�5!N(�Tꡗ㹰!�[tf����r"t$M)��ȯE� ��YU��_�2����^�J$^%|F1�����䩽���V Px* *>#4�iC�� �����!�c]�VS��>r��i�CR�������>xH���4��V{!Y���1�=�X��Y$��? �g�E c=7�s���an�@s!����q����p �^Ƹ� �E���#P��.i�����e�p�_�S #�6/I���f��K�)%���~~ss}�p~&ݝ�_���[�m��ޛ�����g�|��ӛ����O����4�������+_����{�A�G-VR�l{Y�,���[� ����!��R�*�|��@��3߀������*9[)$��c����@�+�'\h <���6y*y8s�X�H��V�h���i�<�4C��@ S�WGh�dwhl/���D,��5�_JR�� ޘ�1�PGy/˶����w�4*�����[;�Tv��_ٲZ��j����~�*8�-���V��e�p��-I6�4 w���{:{��;�r��\<�&E�J&���&�a�Nw��j��=#4����M��f3Ŷ,>%�F�Ϧ���e��2��N'�"����.�oQS]6��D |��A5Aݕ?�:sR�8/�'��Q8:]E-�1H)d5�1|�O�wg��J�����.Y�;�_�L���CB���v{�Ǹ2���\� Q�4�"�o�?��ޖ�*Ʉ��3],W��R�c �S !BU�>]�T�Wr�\L��k �B-Y [W��(qj���71j¯eZ��l�TBjm�6�fc�xX�,��[j�Іq�yw7uw.d=�V�kKҶ�K���jP�d[G��m�i��U �Y�m��J���2=\_�I���4[m����5שM< (�z􏡎��m�vu��M��b4�j%J]�-�"�7�9<�v�b<�'_s&�b�5F�դ�Ӥmt���j��V^�\�V-��VN�,|-��Ng�R-���&�y�fk��֑��z�m��[�C������(��}���+�jY�єo���5�z]_����b����o�Z�rw��C�ŮM"�Ծ����v*��$:�>@���4V<��]赲L���>��F�ht?�ܣ��5%b�"k��]����n[�t�n�-�v�������i���E��b�{��nO=�L y�|oW�R�z ���*��G:}E ����Y*�"?*��E�r���x��sS�4����H�&�Ķ��s����׾��W��(�$�P���ޚ5�i� Y�_� ����T�e�s���r�_�婭j��@2���S* ?\�B�S/���ﬔ�%��6|4��X�P�(jS�0�~C��PKYm��.VPKe�R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.kw�M �ԔK�2(ؒ�e��G� ����w�'����;G�Ȓ`�V��Aa���2���_�%�=��iPq�i(���I(����I�h���GG<� d�4�C 0�\+ZA�U`�2���*��*��h!+R7� �<�ĉ��K��1��4�,�0&��7\+T�U�*  �Ă�Ĵd m�P�S]��}��J�M��蔘�I���f�L���ozM-ʫ�qI�TWL�9\;H���!t��\� ̜b>�o��z�:��s����0��V)�������M��k']�%d �H��4p�v�r�hI��Aj� {>�=F�b�)� `�<�)*�::��C7��2�B ����``r�V;]H�'leȥ�)��� ���r�k�������r���0��p�72������M�Bw�U���"%����Jh �v�W���Wn*oL2|w�*3��b�g�0v�`��!fp�&�jXU7,�3!d�6aέM���2�n }�=�QH���Z3P+�j�!~�+�JU;��6� ]�o9E��v23~��q�-vY���� �X�u�͏�C��q+q�� �]�>����u��w������ *&)7O.Y�L&S��/���z�E��S�n�\T��G% ��ç҈Kz�Zgg��O���KM|v���O�j�q��� �x0~�N�=�����=U|(��7��U�}bGg%Jǰ�ؘ�?Q�k�����V��1)��ڧ�z�޿Oj�!�6��#���G��cC�f׭M��*-<=���Ī7��k����Z��i�l�Z��h�?m�����]UN`���@�z������q2{>l?�/njûÓ�GC��5�e�_��U;9��n��Wή�N�bT.����^�G���ge�ީ�r���W}r����]�\�=w��)��Uz��i��|���Bg6��|>�TJ���r����ݍ ���t��G�����׮�'��f����8�m����mἯ���$�B>�K(y��&,1�څCsX��p�����kg�V3'�l;�\I�V Δ���V{�>_g������'���j�y9��.D�����H't[i*��/r G� +�=��#�(NN�!�Z��C["��z�ҐC�8��Vs[Ĵ�o H���4A��M>�HBJ~�`vcF�׌��&��.�,� �n�xGo��W�xt��� ��ȫ��P�3w���`n�&�L�C<:~=��Q��rQ'0fd���}�x !�9���!�y��ĭ&o\A֢8��H��s.�E�e�r$۫�x � QU�REkNʇ��Z�v�Uo�eS` M�s)%�����q�̪Kt�(�qg˃K��V�-������)K��d�z�@����3�'�4���\u^�'����1�����E�WvnB�#�]�s(�/-�����O��� ��5�N��c;��ha���LU��A��~"[�V���M5^�s�W^'/F���Ry�h���e��+�pup��AR˛$Y�I&�VĹ�\���@�w+"|�� ݗ�Wx�@0���p�^�lD�����h��V����� �ݠ�~������;��B�.�� A��t�4Ҷ]nv`/_�����������6� �"�ʛ�� ~Y�S$�Q ����c�w�W��*�fA�IK�\v���� �&\�Y�A���C�,�:U`�G@v����4��C�E �^n3;��HTԩ��<��:#�E��'�1dK��6iF�wj�BR-�4��h׀Ys� bB��,�2|� �� y���9}�r�,���jJ���0^�?�"[]�xV��Z�x�f��P�:UP��.ٱ�.� #; m}ap8�er)���;-2�����ƀ:��>�se��~������q�>\� �*,�� ;m���f���Z��ȕ�6�O�U�M5Iʈ�B{ai�LXT\�7&MŖ��xvc<�pSe>�����ϱiL�� ^��'�N],6J6$�=h�f����_KǨ�7�U�����T��s��:߮����ʷ �a��RB�G>Ȼ�S�W��?7�T �z�{��7^��Bin�K��!�g,��;s(['3%��� ���d��s��_�`���`�ZpZAڛ�}^Y|�f�u����l*fŪm����X]�f��\_�Q�:a�=�̫��}Co�l���~�G��Pu��+kr[R�6��Hh�h�D�� i#�H�/A��YH��7!�|S���<Ѵ9��n�M�45^a!�m�wԤ/�]����Mv~i@�~�]���4��-�n�����e��u� O�ӆ[v9-����ƚ-g��Dӷ��#N��@������S��������h�BR ��ð�>U˺H��}�<�B\��/��Glϟ�9UI>�e��r�0}��ҭBd�ryS� �{��z�tC&r�6͞�/� 6�;� j�x��D������G�9�x��vz�/%�e׬���9�������q����բ�]����8�1�<|Ř�o���2�߁y��`{�t�ɉ�H��c��}C^e����C1z���j�"��{��D��_X4>�E*1�'*0�{��=�{�M�UNٸ�ӵB,�PK#E5� c�PKe�RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml��M��0�����EX�[��V=t��+�C���m���;|� �j{��yx��AtAB���VG�lhF�5�s(h�w���t͡9� FP��1��^������:��S���RI��*�J�I� ,�4;U�� ��i�&��I�yrR�'U�ǧ�J)�-��gZ^ ���CDn����"?���!K�%Mz�����.2�C�!=Ԣg��/D�[O��YBī�}E"�$- ��I��AF�=7x�������M��~M�w��e�x��Nt��HV�����| �.asqS{kuGK�7�Qpj�T���5.��;��y�W�c���t�a7��z7l�EYý��+�][������z�gp*��]��W�z��4y~o![��;���úKBEQ5�w��������O��W��߱_PKr��}�TPKe�R.Definitions/resource-Extneutroncp-template.yml�V�o�6~�_��u{��Nb�͍��@�xk��a(�d�H������������~�pw��x������r��Z�t ��GB\PYQ�� -dz����(��&g���FP�fӄ����K�����e4��Q�!�ƗpŇ8��O����aD�����r4�����X~�]\��t�Ɗ����*g��Y���eF�.��_���rOn�R���,�P�d�q���h�Cnxڈ5���}y}B�[F,��$�wPh�Pf�l+��{�� ��P�r��� �GP\����' ��O�o/��Ĕ��x��'>x���� �U�z{�� ӯ���YD���;!���&�M!Q�k��c����ђfBb�wM���Ԁ�� +Q���(��ծU-iԥ���le� UJ��oߪ'���iwCm��.�LLeܦ0fe����t�]�5�/zr�p`�ϥ!���f�~�`aS �2�mRP4��[e��Lk$��;�>H��>%�ٷ\X���1A�������#_+a0 ɩ�pֺ_ �x��:#��u�p�̦D�K؀�@��ڦ� �SB�2���5l���?׌��LP�([����Kc����r�d@XT��J �^�4�<�N*ɧ���ق4�HpԺ��J�R��Y�BU�H��:�I-[AA��Z`�l��@���&�F�@@��L(�iN�J��W����y���Z)�e[�c��Ԗ�z9ǍD+��w���|���3�m�)��G(��=��5�;9jzG?��8%����ߥ����iN�� Ե+�Pj���:�@)) +�Ewu�<�ߝgQw02f��|����V�i(���KT�Hn����u;���&lUmQ}��?��ץ���A?��?�g�'�8��)�`}P2[�mZ���Z;�q���lQP�N�SȈc���X�_��?�:�B�HiU�BFg*؃�ý:i��p"~8�|�vd��E1�pe�:�P��w� ��)2�$��;��/~�ْ���1�G��(�tƝ�f��^�#r��~���{�Oo�� S)xZ�l�#�����b:��]n����78_���o����m����B>^ď'��U6S��r�V'�ė鏼� PKmہN� PKe�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ�B�&)o]�M���ʚ�"�\�5��mR��w ��fZ7i�D̹���O�2�E1&B +�4� ��C�6�F˳(��I���̲p �i����nB�K���c+>�|�x7�x���Y0_,�\ҭ��^,y<]2o���x�9μÁ-�i�����u0]D�,�~ /��ծ����Z���N�DK��+� � ^�vd��(2�1�P���ت �O���̙ţ�U_P��0Sz���ѨRs|B+�����=�R��0�0CfH$��{��� �wc�-����� ��N<�d2�����M �U�����e0"8��sV��Ȩ�c�o���v&ň;2��V�� ����+�3�R���6~��\]�Q���G_����?��?%ܯ��7�I�Y_�}Q�'��V+鏦�����'��D������N)�R�Ì���}ڑn��)4V y����-�*?8��*$J�M����t�����@*$����i�+�x.������\��C�����Ʀ�*�7duߘ^0��^�Y��X���J����s�K�E�c���_̕�rNJmR^=���tQ��ì=�������v�i�a��V��򭵌�N����uJ����O+�@�J�.� ?Mh��PKS��p�YPKf�RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c������U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA��@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>����T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·������F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf���k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y���kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?��s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d�������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKf�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKf�RDefinitions/policies.yml�[_s�6���8I�����>������&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w��M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKf�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKf�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKf�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKf�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK��gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKf�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ���I��['M�w�Dd��Х+yA���N� v}B�\{{� �N�#����#|��7} �o�)���Y������q��Uy�. S�J��#��ey�M��M�'0 ����������̋�ů֒��˟�1�Zn��Z�qM�4���1��d~���K�ȁ��1�$pN�U�@��6tE����آ��0�]t�/A!?��$X�v���ҵf�.�`ѣ�l��8�|/�Vt�ԳXl��}\A#2�]i���DK����}�G�{��6�3�� 6e�����o�4���݁��O��0�I|�������ɺ��_؆~�qm���x��u��k/��hNҔ8k��r�5�7�_.a1*��8���5ޯ]��v6[7�u�Z���0]�1�eN��9��f�����y� 3�ہ�R@6��_�����Q��%,oWZ�� �ոqn\� �g�ݓ���|]�!�6� �-�a�8YH�BпH��|������>++��,%�����0�� A���u���v%�:��)d�-�I%�ڴ�p����m�pI�-8(�UVπ�W��?2X�� �~�č���Z�l�KR7�9Z�0���^��z�vM'��|��E'̂�M{?�l��$�f�f�H�+�bA�`���� @ �f|��$��E�0H�iK�T�Jg��g[�w�]�T�3�"�����=�曠�7n��p�t�3��I�P���M��t�1��$a��$e.�ҵ�p�>�؝��nд1,���Ú�צ����m��`?�M{����5�9 ڵ��I��;�q��{}K|oa'a;�%H���)-v���X����z�+��I�}´F��4'![߰�wS�fܛz������Ζ���E�_��|�;��x����A�F���ߧ1���MW���s��|U����j+� OizN��C�@��� Z?'(�فLۆ�,�N���4�m ������|�>�Q�� �՝π� Iq� YsqTv���"�^���}9��G�d���V��� �GS�;���ҁ�Е�M-zp��G����/I#A{�'L�]�d�N/�N;ɺeI�� c/]oz�Vh1Ȓ_-� :�(�7��{z��|'L�9�e��X#gx)�_~�]���ԏ�L:�C N ��� @�H �H�^JB��B4�p{c��Kn�2���B���N���7������ڀ�� `D��*'��K�O��8kwCdѮ�ߕ���`)�;a�=�W�Qj��!����kP�b_m"��m@%��]��wS��*Y�RdI#�PFM�[`�yΞa�m�h�K��O�c�)�I��f!f'!4��Ԏs#~V�)���⧹ ܏���j肳H^c�:�.�?s�t!��ez%sTr��7��\�b�[��,p��Se�KX�*���T��G��[�Zh���jNj��70]_ÛS�� oW_.y�޿y�q�^R ��T�����VYL�]��Z �tS���B*nhXTߍm�X��.� �nO��/N�������u��'g3������`<��"�LT�Qw�d{Τ�8�~�k�4jdVK:���@}�(o��)��ண�S�Q��a^�������yQ�]�--�XwC�gږx>_/�O�7� y��_����wҧ�����'��)���ƃz� a�}@�0�e�ڰ��J��)V��a�+���k�h�=�\y�f0�`2���Ɠi�A��N\���M5M��a��'+�;��?/��g�*ѱ0�pQ\"ۍCIa?�"?����mW<����3��%��0�3L`3���l��(��C�G8�X?�=?�QwE�������xq�(�@;^,<��O~��Z�#�v$�Gp� 0�a�Z�N��pw��M'��%i���S�w ��m��� ��tؐ��S���#�`QP5ݙ��ܘ�l��M% ���1�Ty��&�`�~�$r�Vs����' :�M�xAx��g ��(�~����,�?$�kg�P��3��10�𹑂��:A{��t��4S�� � ���U"��}����'��{0�)cW@�����Y���v�E�+]���H�4�_�o�]�ΧW�ɹ=��:�7�L�������Ȁg^�/H>��G;�L?a\?9[Tm�=��*7�� �TǺ�&��}OFN�{]�t.#�<`z�A�� ���0���Ɗ�v��2�"���J|A��4?3�l!W��ς�ȱ�-�Ġ�w�"87�)�ϱ�p��6��Q��,/؜/$>ړ�z� "���*��]cA�L��Q�i`� /N3�?-�i���@�Եdy��ī��,�:����)�`v�3{�le�C�����}%Y�ح �m_ ���C��v����t���{0�;�}����eW ��UD��.���Z�OhBb�����Y�`�7i�c��p���W��}�l ����{RcG��<�Yv�h��Ww��KI�Y��\O�y���By��\�*[�2[ ]���v�,���_lW�G T�}��1��T&��������]B���K�xUˣ<��5 {1=M�5�ۅ�b�x�3��i���0��ڋc/��|~�J^��a�@-H*v�T���e���ɚ���s�D��S�Z���@H\mr��|fR��v��Y���.@�n�-3�j���7rG��K�������'���4M�X_����Twv�mg̦�v��b�2�9��J�X��� z�:�YT���7����@sA� [R��Yn.>�}2�h7hEB�}r�^�h�L���/�"���]X�k�Y�l��q?�@��Ĭ$F�}]��Ə��@�L�/���z��� �����4�ڹޒ��("�a�A:��JU� ��`LB�d(.s҉S⭇ U��w�ͭ�b�]��lv0��7��o�M�U���O��6���d��$H6^�z���h���`c͟��?�����=�˛�F�)�6B窧�O��#X���4���U��U�T7T溓��i��\a�Y�S���?����j|2wA�Y�Ԣ�c�Ɋ ?��0IU�P��*A��r��Z[ǥ��/}���K�/�~*���(y�X46=\(_g�w��s��oW���W��񟋰�D 9�������I%,��cY�,M(�!�'��� ރΨ�����%��y�6���$�~z��� @ş��4q�̆Y�=��i �]:�8;�E,�4ĞΉ_���B\�?�� �>)o �Y���Dĝ�Q>o�>=\�r����:4�����wO�u���c�4�q�C�����@_qS�B�xS޾j�o������۶������&u��#�1�kJ���є�+7e՘[%�\X���� `�>��Rwa�|`z��]F3�ښtb�SE}���}�Lw1y1L�~�c�N�����w�����{���p�I��ȡ�+�aq������Sq�k��\ T��d���8m��Ȧ��A�IR/m(5��i�����R����5�[�w�C/ ��5<]��B�: _����u�����U�Ը�j�36�Q��%�� �eOF��=�(j���8�TxnD�Q��<��Ѕ+�&�e� * 2$v���㒪&�c-zc��ƫE���%�K�c�Ӗ���f�-��GPW��Έ�?%M��= H)�-$�9/�_B���gȯ�1�Sr�:��=Y�0ن����� ��A5KP�"S�zs�\�څ����q�s�].\䦒���;��a:���F��wipRL����'�!������dSqBd(��,��8�BX-� ^��}��g�՘d��}9q�^�#}`4��;�Qd|{�1����6sf��}�Nx_E��\we��|�u/�B��2�P!���Q`�8Sb�f�Y_���f������ȍ���1�Gu7D�� l\��3������§�� "�(^�i'���r����-^��n�`���\�Z꼱 \UE���Z�+a�e�rJ��s�u�u���v"Ï���a-�A�J1Nw(�y#�|/�C������jHH{�2�=f|V|Q�a�i��b`c�D輴'��:�3��re��H�P=�R�hM�M��<��0o?%��H�^���Ȝ$��� qC����e��L�s�������\~�O�T[��)ݐ�>�E�W��!�g��l_�����{=�����.�L�5���7�9�ܸ9��׼~�2'��#��.3��n|M��\�]������ڗV �,t,�^I�s�M�G�Gs�9BV:޺ts�,�9 L�u3M�K_����.Y�xq������Ko���qr�:j:B�Z��p&��L���=�u�Չ2� �03=3 ެ$������z��,��?^@3;�L���(��Bv��#=3Z���/��#'s0�~`�`�o�2����R�٠Յ&��n��8Ia�H�;XI�ߎ�����O � |u��'�#d�� �1(�#5c����� ��>�P-*��Q3O:��{�)��2�=�������ܼY�L;G�9o��4��{��a��QL�w�Lt/�x���#f�1Oc}���U��U��TKsLtP�X(%�#䘈�h���ڐ��j��lDϴj� �xFC�R��� �m�:Qfg�W�`���?���*g�s�|UH� �S���u����c��i�+f<-N�ꁅ���v_��Ӛ(( $�M�n��c��)qQ��*.8p�9n�b�}��1Xˠ�;'ꍛYk��Yq��Jg�>r��{}W�~�k��eC�����M��n�m.���UFƂ�W%� ������e5��!a�df@2G�.�T�7�������(s����w��v�?Ur:B�Z��zG��w�b_.��2���!���ɦ/-O�]�ҡ�i��2�3ʚ��ճӗ���0L�K�ʠ��i2RA=G�D��x8��j��s��PeЇ����e4����%�D� ���5qo �ds������]���O�K�4fx�\�E%��.�C���p��DDG�a+W� ��o�����.U}pߛp�wYdj`���Ӆ���� ����;�v�:B�\W+�}� ����-�>�Z� vP���('``�{e�C)�Z�;�S}k5���=X���U ��e�&𦂱��T�}� ���:��Ր�!�n��'����wb*��u^�Y�)��Q3λ�5�LUQ�q��O ���ʱ� o����\Y���z�$V��Ց�r���V(*�)2q�j��q����W�h���p�t`��dk2��!{�n��*�O$��Q~��Pa�]�;�;�@D]̟; \f�S���h� �7�{�>&[7N��g���0��r#h���8G ��6���X���`��?T;����J鞷c�<�$�錅+C;�2� �s�Bw���F��קF53�S���~��,�0��NwE��ef(�м�J����҃Ֆ�I:��~䐺p��18�h�ˮ�͆�0�z<��b�XcMĄ&�VN� pf�󂦮�s'б�(?7�A�{�� o��v�� �%��=����"ù]N�S�%�tuLH�.�i2�A^2l?��an����$�ðQ�ޢ����T�Xǵ�&�����4�!�d���,�[���Ґs�%A�"JB�r��}��9+��D �w��ť�ĺ�WG�P��|P1f!�$��h �r��8���������MAg~����$u��z9�T̋/����ߓ �wuu?0�GR'�0� ѦİA�^����@�2�CX�.�V��ysaGS�̦r�<���QΘ+�a���a��5��JRG�i�Rp�o)x`�}�m$��Ͼ.���2�Q�=��A�m���5�� UjA���復��%���  ��v`�� �`b�Dt�\�\�?������;����bk_��[[ߑ�k[)���*��u� �#d�5��`x�����.�1�W;٧.J7됹Q��[ h� )��e R�3s��{f )<ۥ�W{��ܒ�̍�nm�^g')��z��p1;"I�h�Jv�-=x C�-�� �eb�/����m״�Ȗx>_��00�K�-l�Ǜ�(3�`�a��}���� ����ʭa�6����� ��h3�����J��6���&E��G��D�����v|�LE��0�w矿\^�uBnaj��$Ĝ���-lz�)�ډ�ڞޝ�����������w��kӫ�伮)� �̈2���H;[%�x��p4����&�Q���˩d�����6��Ѥ����/ex�y+ �7�>84"G����-2���5֛JCو���g�w�T�c��Y%���nn�ģ�O�a|t��{�bv��B��s;����K��p��C�C]� ]'KYA��� �O�>~�� ���~�P���fk�T�&���϶�vu�A���(^��A�;O\݉�p�=��b��V�T����E�����(��H%F�b�e����d=��c�,�]�W��+ T���+������S��2I�^��ht^���"aݢ�E��4�'�į)M�!Q5�O���I!��$���>�>Z��*�������*$�2}$���g�DyF~C�~G&_�0Y���w:.� W��"�J��\->�����ՕM%�;{rqs��i��o�_����zj�Sž�1����g��o�S��lH/��_�9�����5�zr��p����W�C`xv{q�u|wnOno..S���W�{0hZa*� �&(��>�O����DP>�@���Uv.���v��?�/��ʃ��͗\�0=X��N��?���,2�m�N��U� �'t��D����y�>����!7]�~�d�+{7`��gbo�I�0�q�$��n�f*\mH��_���$>5 ��Ҋ�9��v�׈�2Xi���֪��rf�&E��K��~���*��QZ�aD��v�qS�nHb�W3�.�eX^��j!��s!r �tS��Ψ�A�&�x�]�4j_��`bp�<� q�=HC � ;�бA�a�Z���9&�I�g�ž��N�D��y?I�u��?L��I���U�9����H�PNiŮY6� R+��g�+�Sծ�����͋��E���]6U~�o,*�Zy�Qi�=e/k�W������C��X���V����BA�yu&}�� -����Q�V&�H �'�z*H���=�}���GӼ��׬:m���v"?l*��"7�S~�О�~vNq��+w���� ���A& ����=U�䢳aU�wܯT��c��N���brU��NF6�/K�~' w 16�&�k/�ø���S�;3��-IX 4��@�ﻎr�ȡA���ܿ�9F_k#T!r8P��KKI�'Ft��}R,���a���w/�]X4�Q��ͽ�LoH��E��nE&gvt6y� �6��\bE��"�y�@U�5'݄��΂oA����«�b�թ�էRݎ �\e�xed��,�L������ƌFG�0���B��`�jyӄ1�Zhq�ÚtN�� ��aq�����T�v�����C#%���\�3'�b�нQ�KS�+0�5����Õn��,?TL����~o�>��.N|w�����+/�� �� ���t/q)�fgt;3�&L�F��45"�eh\7ֲꄁ4]VCz�/� G�B[�o���<Ų�1ф���"Vcd݄)��Dٓ���c/���Nl=�=����>]L�ڰd�e�/���E6�� B�I[TP��.� = �h���AV������t����+���\N�ؒ� ͤ�p�Rc�JPZ>������7bm2?��- �|�j9R�2�P�`N׏Xl ���^�J���� U#(�/6�u��d��}r"t1�n�e*�� &���I% ����"1��qS�l� )ţxP] ���_>Z�>Z���h�� >�~,�eՆT1g5 4��,/�E� 絛J/�/���)���������@��&�꼫��;M ��������H��VSvn_��h�6��F�ub�0��K�)K�g�$X�6]�ĝ�;�Y�8�b� ��m�C�P�q���Y��-���h��9��� $�R �=eS�&3&ɲ�����_��g���弼H2�k��.�rG�(�N�� {p2� ��w�QQ�p�ѐ&>����cH�ć4q�E�w"V i��� ^)�$H�ʸy�ԥ�nj��6���}I+r7To� �~�e�E)iӴb3��1{�G����sZyH�?�)�j�Xғ����~Hs��5nZ^H�;�V���RY0/����� �h��n" C0&�|y;V),�%� N}96C�ИF� �� �6+Kb9�{�I���qN���=��q~�9�WA�͜t%�ۍQ�\q�k8��$� ��Z�t��b�8�O����W�1�T^(�8ψ�Ȇ ൅�#�.��k��K� V����w���Q� ��wG�0�;w)(��3q{̞�L��x��{��`�U6b�Z��L/� ���m�}��8�� =�ؤ5w���_�!���Ue#���t �?W�Eš����h8�7��[M�}��'E!ot��Aw�E\�s1@w%�l� ��^Y���a����R���н͐ �j�& +Q�m�^,f�@��2P�� ���lW1��}�"]�Q���+-���,]@����⾇�,RR���<ȍ�܈��[�eO����?˗U`��������+����:b��%�i�i t'3�´����0G4���&�5���`�T"�tI_���:T� J��$FVm�{��y�Yț��Lw�?�y�����saTa���Z�<⭗���iŖ�C� H �R�����Ұ�� 7^/TNXxy�x�}��ց� ����xʃ,�+�Q���I�4�E�ұ�X���[<� �7Q��Q�&�����}j��%� ,|?��h��~���X�<c�y����}���X?���,`�Eן?�����'�����k �X�}r�Kv�� �;�Z;��Nh�l�o�ɫԲײ��t^->�1;�))`��@������T�z�W��&T ,�b,I�|ga!y$�ݱ(�[����(C^>�/\�M] ah|��E&�M�*�r�V�u`=�^�&����9�Vdf��E1 �'���uD}I9G�œw��oÎ�|�lw�cg�� �R[Z�ϵX�������b��n�)��מ�7TӤT@�t�}Лv��?�ִ%ɤf��2q �&M���J�����l" |���Iu��P4�@Ph�)"�߅&�2X2[u��:)|�+&���=\�Cs}�Ԉ3Z�t�9��v&֒ϷB4���\�}��WD�!oA =Ǧ�&WFL� ��zb�ԉ8, ��WIX�.��������e��ݍ��@���6u��i���fҲ*�j��G� �.�\�߃z����k�gV~F[Y^t�թK�����E��i�d�n�¡��z�)����R}{���$D��A�=�g�o5���Xʥ�W�9"��|��� �Wsȡ�����C-�fp���y�l T�9�řb���܊�/)\^q<��L��ʟΘUHؒ��Qhc��w��\��vv渢>;�Ŗ��a/�B Qn��MJ��5�y��,6���$d)hP��j�D17i�<� ��̑��5�ն܉����ao��(<"w %݉QGu�rsї4\k;%YBpF%��s�a #�p��o�D��)ɼzZk ����NJ��~B��Ԑن�og���=y�Oɇ��0�$g �&�Ɔ.���pN���*w���_1j#/��lŔ�q� ��G��LƜ�ra�(X{�h�E{����=�S����{G��`@LY��'�2}��g�m ��f������I'�Pk83���ө�6Xn(0��A��ݴ`�k������uC^$��Q�?Y�n�� ��I� �g�.,���6�`N4������V�4�$=�)���u�5kI�����6����ƶ��(��*���O��G��O�5������K�'��*�=`/瞷&���j�9�)������/;r��Q�Nf�f'���*��l�l�������#I��"l0��'���Wls���1��J,6Y�ڍq�T�_0hY�+�g�[��c�G|��L�V+�H5�#��������>۰���Jk��6�a#��;��j8��Q��4� I� �K:tnn�c�+�۲�Ĉ�`߿a��B�4�Dv‰�b�����v�L <��� .J�˴�1����n�6�"�a��-��۹�����a���bk�X�n��I���\�2�E ���O��}a��s�Ů�]׮�c�<��8����6c��$�Ι�R>ʔ� 7�(�fa� �cC/ad��L0�C�1p, �3A�Κl�0���+��J��3� �r�� \N���52M1(]_ҵ5���;��RC�������R0�,�^��ٵ�N�K�C��x��ͦ�����y�[ `f��=�ebD� ���sf F_��ꋚ�ɉ��L����s�E�:J��)y�ׅ���i�6�?�V�Y�b�,�e��,���8u��\�:���i~}͢��~��b�R�,w��1�:�>� ��HWq2з6�-Aġ�%����d��1�zf �W�"��l'�(]G�����N�04I�D ��'��KL��8���P�/���\�ǹW�j!��/�N �T�.�����6q�L%��ĤTrJ���<�ʚ���n�f_�c�h�ѳ�_��&Q?.W�Tδ����(UNq_^���5�\>yvc[�&������\/����z�������_B�1Fr9�����(\d��G^��[����:^�f�����-#qX=f �|��Xpv����.HݧT��X"����|4������ͬS�0��ð,K����P�/��+�Zc�nUK^!\$B��*�o�lX�Sd�iT�5�'є#B�`��j낶F��"�Y���ɴq��0���������t���d!��#f,B�\���K�7� �d]�S��$���3e�b�@����^|z�B2�����`X~���w�ѱ�6=��!"ҵo8�d�K3�����>��Nǿ��K� TN�Е�y�BGY�f���������-�Nnql��-�� ����O�Ivv3P��¥�]n+�/Yn�}7������‘���p�\����u:��|�� �q^�$��-��P_��K�\��8����'���$HXN��w�E�I�H�>���r��r���u�^�$�/u?_�#�m��E���� ����[������s�=K\q���X�e��r�JKl0��K����r+��G�K�� �o��� ��� ��q�a��K�/v2/UPA� `4�������X�Iv��IFt�L* �g��N�f��#:�df�"���!I]�k��u㾰X�ؚ�[i�o�j�n�]!��iÖV�-uA@�l���� ��i5��_N�G�����rv9S|�m�|/.��Å=_E61����07a��$� �V�m�,V�b��E N��89;��ǰ���t7nqڋ[�jr�Ӟ;�t���tnqz0nq�'nQ�-��[t���E.������޹�����8���_+|s�xy*�!� e���۠8w���+`R* �R�\8JXWEA,Z�OG���'`XW��� 0Z���s5��.���Y��ܯ��σ:qA/��9��[�Kb����'�P^J:"H��F�.Lэ@�B����2D��H�TĨ�����R�yY�p!Y, �eqta�EM-(5U�UTr��$�o�$9}�'�鑝$���$9}M'��!O��c�RC��R�RT#j�(N�CUEDZ6��>�>��_����R��������q5{�� &��*��U����e��)�e�hi�8p��K*4�J̷B��~f��bk�vl�K�T����҅�u�J�k��"G@G��D�}�0����A�9J�;�7�+�S:�b�i��a��n��a�k/r��-.y�� b�"��6?���ʉ�ܔV�PJz���#-$K�d���0�Y��t�EJ�9���!��/�,U���ˈ�/��D��@9�����"�U$�� �|�M(��'rC���4�=�r���~� ]OC���Wrj� �U`˜� �gu Rwi{Ϙgv� �B�F������k�}��N�չre�z����D��B��9Y�+ ��;��C����E�� �%)k\�T��z۾�g�N$Y��3[W�{73v��=��B�[�Jc�ne ��q/D���ei� �z�`�+�r�I�a��r� ��WRh�]�����u���;8��AzW=v�ýdqL�fĔ�����#�o+(��W��{��G�E=}�ա?�C��^�[�"�PK}�;.@�PKf�RSArtifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/HEAT/base_ubuntu20.yaml�Wmo�6��_qk�`/��]1�C�"m�bK�]�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B��O? &?�OF�M���^�������J� �Y��>\�E* &� �R���7���gh�~48�+�<ᖃƿ �Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g���� �e��Xf��b��<��I=Oy)�ܗ�ƒ�������w /�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a� �~c�1'^������)�"���T��+^V��",��J��i��� ��<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś� �Zgde^��c��tIc~�_+4 ����6'�L0��jJ�J�DŽ��Å H�]k�X��!��4�K�L�sY �q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP�� �+1)���_��m�����gO{ ��?6��h���ҤgZ���r� ���K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PKf�RcArtifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+���fwC6�������0�a܌����#��!IX ��p~��JE�(T����%8����w����q��'s��rϽ �j�HY/h�� �fl�����PKwHy�PKf�R[Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VF_LICENSE/vf-license-model.xmlU��� D�qW[�� ���Xy���K�.g�Lf�aɶj�� ���m>�ͻ��8 =��" i���K :�6��MH�K�Bɼ�ý~����jc����S��(Ge;m&�0�I�m-�9nQ�=!YR�c�� �^N�/PK�����PKf�RSArtifacts/Resources/basic_vm0/Deployment/VF_MODULES_METADATA/basic_vm0_modules.json��;o�0�{� Aux �8J)�4.��n C�]��Db���S. T� ���rVOwI�W���:���s� :N?&�'�==v���͂K�L�N�fU:�p��}��C�*#9Y�W�UQ;�+P�!��j��G�f?�+�� A�י��ZUe��8[e�63…�*?|^�0t�B��ib�j2���\����e-;B#Fv��cGkWaZ�����9�O�E���P<[�H��L���3ה�h����N�ke�D�Ӫ��A�5f$�+W����:N��1��Է�����H�>���s��6��F�JvG ��z���o�~�����a��R�˸�^|t�x�ɏ�:����>xh��� ڥ���4,�6Eh���||�o}xi^��o��"ޭ��PK�(�PKf�RCArtifacts/Resources/basic_vm0/Deployment/HEAT_ENV/base_ubuntu20.envm�ˎ�@F����D�@u2�jK�(# �1��V\�B��������?�,j�C��o/���49iX�d�V�k>���+b&5�Y��5� �g�|�1KO�ٷ���P<�7[6�5��A�u4�5IÓ9�� ӹ��q.$]�8��s��C�lXW=U}���|߱zBhA���&z�ө�\˹F�'� ��V���ޒ�;�[�O6��w$T��%GPT7��-�& ���U���*�w3΃ +�s�đ&���㞫 �.�\�5��������(_L�p���D�w~�Gʦ���U�Y�:Y�Q�w�)�|@GH�2=+�#�a�?Mgq ����Ay� z(ίe�a�>y.�?��B��Y�d�v\��'� ;ax�?EY`24=c���WTxM�_c�ˠ��j��Fy��VO��K_���^_~PK�!��}�PKe�R�R�B4E csar.metaPKe�R�ku���kTOSCA-Metadata/TOSCA.metaPKe�RiI�K" �E(;Definitions/service-BasicVm-template.ymlPKe�R���k�-� NS.mfPKe�R��o4��r2� Definitions/service-BasicVm-template-interface.ymlPKe�Rn�0TC JO:�Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPKe�R ���}DZ!Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPKe�RYm��.V)j*Definitions/resource-BasicVm-template.ymlPKe�R#E5� c�3�:Definitions/resource-BasicVm-template-interface.ymlPKe�Rr��}�TA�EDefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPKe�RmہN� .�GDefinitions/resource-Extneutroncp-template.ymlPKe�RS��p�Y/iLDefinitions/resource-Securityrules-template.ymlPKf�R+�@j5��NODefinitions/data.ymlPKf�R�'}8��Definitions/groups.ymlPKf�R0?��@ @��Definitions/policies.ymlPKf�R���C&A�Definitions/annotations.ymlPKf�R�������Definitions/relationships.ymlPKf�R 2ea� ��Definitions/artifacts.ymlPKf�R�H�v~(�Definitions/capabilities.ymlPKf�R8��ƯDefinitions/interfaces.ymlPKf�R����A���Definitions/nodes.ymlPKf�R}�;.@�e��Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPKf�R�ظW�S��Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/HEAT/base_ubuntu20.yamlPKf�RwHy�ci�Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKf�R�����[sArtifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VF_LICENSE/vf-license-model.xmlPKf�R�(�S�Artifacts/Resources/basic_vm0/Deployment/VF_MODULES_METADATA/basic_vm0_modules.jsonPKf�R�!��}�C�Artifacts/Resources/basic_vm0/Deployment/HEAT_ENV/base_ubuntu20.envPK� � 2021-05-28 04:06:27,555 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 04:06:27,555 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 04:06:27,556 DEBUG 195: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-05-28 04:06:27,556 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 04:06:27,556 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 04:06:27,556 DEBUG 103: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-05-28 04:06:27,556 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 04:06:27,556 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 04:06:27,559 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 04:06:29,533 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2483 2021-05-28 04:06:29,534 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 04:06:29,535 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ce3cb086-cd73-4d7a-94ab-022310466a18/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94419d5c-11cb-494d-a726-c63b2970bc05","invariantUUID":"f5b9aba8-ca7a-4283-b765-28517855fb67","name":"test_pnf_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94419d5c-11cb-494d-a726-c63b2970bc05/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/efa65541-2b91-47a5-894b-6eedc7b44483/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 04:06:29,538 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 04:06:29,538 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:29,538 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:29,538 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:29,538 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 04:06:29,538 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:29,538 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:29,538 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:29,539 DEBUG 262:sdc_resource.py(1) - importing SDC Resource test_pnf_macro from SDC 2021-05-28 04:06:29,539 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:29,539 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:29,539 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:29,539 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 04:06:29,539 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:29,539 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:29,539 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:29,539 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 04:06:29,539 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:29,539 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:29,540 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:29,540 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 04:06:29,540 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:29,540 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:29,540 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:29,540 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 04:06:29,540 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:06:29,540 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:06:29,540 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:06:29,540 DEBUG 147:__init__.py(1) - number of Service returned: 7 2021-05-28 04:06:29,540 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 04:06:29,541 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 04:06:29,541 DEBUG 195: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-05-28 04:06:29,541 DEBUG 197: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-05-28 04:06:29,541 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:06:29,541 DEBUG 103: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-05-28 04:06:29,542 DEBUG 105: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-05-28 04:06:29,542 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:06:29,543 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:06:30,215 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-05-28 04:06:30,217 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 04:06:30,219 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1081cab6-f0ff-4118-a993-7e29b1e1ee24","lifecycleState":"CERTIFIED","lastUpdateDate":1622174371356,"name":"test-pnf","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"5c1a5c91-ed21-4f73-ab4e-605ff3384f99","invariantUUID":"560fc797-6cb6-4cc4-8fcc-eaabd62781d3","systemName":"TestPnf","description":"PNF","tags":["test-pnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"69dbbb40-abae-45b7-8ccc-e8678b75bb37","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381380,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"224c5405-ad24-4068-886d-4d4f83efca1c","lifecycleState":"CERTIFIED","lastUpdateDate":1622174452729,"name":"test_pnf_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94419d5c-11cb-494d-a726-c63b2970bc05","invariantUUID":"f5b9aba8-ca7a-4283-b765-28517855fb67","systemName":"TestPnfMacro","description":"service","tags":["test_pnf_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a59b7ca0-4c81-42c4-abf1-a09a5c216d72","lifecycleState":"CERTIFIED","lastUpdateDate":1622174382406,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4ef55d75-9286-44d2-9c30-5222a31b4422","lifecycleState":"CERTIFIED","lastUpdateDate":1622174403667,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381086,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 04:06:30,224 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 04:06:30,225 DEBUG 195:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] sent header: 2021-05-28 04:06:30,225 DEBUG 197:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/vnfs 2021-05-28 04:06:30,225 DEBUG 198:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "a53cee5b-df9c-407f-b446-2fe737994da5" }, "modelInfo": { "modelType": "vnf", "modelInvariantId": "d3ea1e40-da58-4011-aa6f-1fc6c4463a43", "modelVersionId": "0eb699b0-454d-4a52-bb6c-8f6efbbda083", "modelName": "basic_vm", "modelVersion": "1.0", "modelCustomizationId": "d36429c4-871b-4840-a5ba-986a2fa8e1b4", "modelCustomizationName": "basic_vm 0" }, "requestParameters": { "userParams": [], "aLaCarte": true, "testApi": "GR_API" }, "cloudConfiguration": { "tenantId": "90da9e81cc034ecca7715cdc45728b4b", "cloudOwner": "basicvm-cloud-owner", "lcpCloudRegionId": "RegionOne" }, "lineOfBusiness": { "lineOfBusinessName": "basicvm-lob" }, "platform": { "platformName": "basicvm-platform" }, "relatedInstanceList": [{ "relatedInstance": { "instanceId": "14ddc671-221d-4dbe-a7df-1aa56b7d3a73", "modelInfo": { "modelType": "service", "modelName": "basic_vm", "modelInvariantId": "a53cee5b-df9c-407f-b446-2fe737994da5", "modelVersion": "1.0", "modelVersionId": "9bcd7cc2-7b17-469b-86c7-388cc8b812df" } } }] } } 2021-05-28 04:06:30,225 DEBUG 103:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0bbe252a-1793-4074-a75d-f33722200620', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:30,225 DEBUG 105:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/vnfs 2021-05-28 04:06:30,225 DEBUG 106:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "a53cee5b-df9c-407f-b446-2fe737994da5" }, "modelInfo": { "modelType": "vnf", "modelInvariantId": "d3ea1e40-da58-4011-aa6f-1fc6c4463a43", "modelVersionId": "0eb699b0-454d-4a52-bb6c-8f6efbbda083", "modelName": "basic_vm", "modelVersion": "1.0", "modelCustomizationId": "d36429c4-871b-4840-a5ba-986a2fa8e1b4", "modelCustomizationName": "basic_vm 0" }, "requestParameters": { "userParams": [], "aLaCarte": true, "testApi": "GR_API" }, "cloudConfiguration": { "tenantId": "90da9e81cc034ecca7715cdc45728b4b", "cloudOwner": "basicvm-cloud-owner", "lcpCloudRegionId": "RegionOne" }, "lineOfBusiness": { "lineOfBusinessName": "basicvm-lob" }, "platform": { "platformName": "basicvm-platform" }, "relatedInstanceList": [{ "relatedInstance": { "instanceId": "14ddc671-221d-4dbe-a7df-1aa56b7d3a73", "modelInfo": { "modelType": "service", "modelName": "basic_vm", "modelInvariantId": "a53cee5b-df9c-407f-b446-2fe737994da5", "modelVersion": "1.0", "modelVersionId": "9bcd7cc2-7b17-469b-86c7-388cc8b812df" } } }] } } 2021-05-28 04:06:30,227 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:32,123 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/vnfs HTTP/1.1" 202 262 2021-05-28 04:06:32,124 INFO 116:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] response code: 202 2021-05-28 04:06:32,125 DEBUG 120:onap_service.py(1) - [None][Instantiate basic_vm service vnf basic_vm 0] response: {"requestReferences":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","instanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620"}} 2021-05-28 04:06:32,125 DEBUG 79:mixins.py(1) - Wait until VnfInstantiation task is not finished 2021-05-28 04:06:32,134 DEBUG 195:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: 2021-05-28 04:06:32,134 DEBUG 197:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:32,134 DEBUG 198:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:32,136 DEBUG 103:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5746e22d-a4a0-484f-9efb-b5677db230f7', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:32,136 DEBUG 105:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:32,136 DEBUG 106:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:32,141 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:32,353 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 HTTP/1.1" 200 1914 2021-05-28 04:06:32,355 INFO 116:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response code: 200 2021-05-28 04:06:32,355 DEBUG 120:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response: {"request":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","startTime":"Fri, 28 May 2021 04:06:30 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_vm 0","modelInvariantId":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelType":"vnf","modelName":"basic_vm","modelVersion":"1.0","modelCustomizationUuid":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelVersionId":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelCustomizationId":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelUuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelInvariantUuid":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelInstanceName":"basic_vm 0"},"requestInfo":{"productFamilyId":"a53cee5b-df9c-407f-b446-2fe737994da5","source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"}}}],"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicvm-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicvm-lob"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","vnfInstanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnfInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 28 May 2021 04:06:31 GMT"}}} 2021-05-28 04:06:42,365 DEBUG 195:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: 2021-05-28 04:06:42,365 DEBUG 197:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:42,365 DEBUG 198:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:42,366 DEBUG 103:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3da7bb48-c692-4f14-b27c-7190fc4ba206', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:42,366 DEBUG 105:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:42,366 DEBUG 106:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:42,369 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:42,617 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 HTTP/1.1" 200 1914 2021-05-28 04:06:42,618 INFO 116:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response code: 200 2021-05-28 04:06:42,619 DEBUG 120:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response: {"request":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","startTime":"Fri, 28 May 2021 04:06:30 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_vm 0","modelInvariantId":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelType":"vnf","modelName":"basic_vm","modelVersion":"1.0","modelCustomizationUuid":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelVersionId":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelCustomizationId":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelUuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelInvariantUuid":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelInstanceName":"basic_vm 0"},"requestInfo":{"productFamilyId":"a53cee5b-df9c-407f-b446-2fe737994da5","source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"}}}],"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicvm-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicvm-lob"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","vnfInstanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnfInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 28 May 2021 04:06:31 GMT"}}} 2021-05-28 04:06:52,629 DEBUG 195:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: 2021-05-28 04:06:52,629 DEBUG 197:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:52,629 DEBUG 198:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:52,629 DEBUG 103:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a4af04c5-fa13-40ec-a1a8-ff7b4c33e661', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:52,629 DEBUG 105:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:52,629 DEBUG 106:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:52,631 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:52,817 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 HTTP/1.1" 200 2120 2021-05-28 04:06:52,818 INFO 116:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response code: 200 2021-05-28 04:06:52,819 DEBUG 120:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response: {"request":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","startTime":"Fri, 28 May 2021 04:06:30 GMT","finishTime":"Fri, 28 May 2021 04:06:47 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_vm 0","modelInvariantId":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelType":"vnf","modelName":"basic_vm","modelVersion":"1.0","modelCustomizationUuid":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelVersionId":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelCustomizationId":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelUuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelInvariantUuid":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelInstanceName":"basic_vm 0"},"requestInfo":{"productFamilyId":"a53cee5b-df9c-407f-b446-2fe737994da5","source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"}}}],"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicvm-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicvm-lob"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","vnfInstanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnfInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:47 GMT"}}} 2021-05-28 04:06:52,819 INFO 56:mixins.py(9) - VnfInstantiation task finished 2021-05-28 04:06:52,819 DEBUG 195:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: 2021-05-28 04:06:52,819 DEBUG 197:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:52,819 DEBUG 198:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:52,820 DEBUG 103:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8664dddf-aae0-4bd4-a3e1-83227a62b4b8', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:52,820 DEBUG 105:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:52,820 DEBUG 106:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:52,823 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:52,983 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 HTTP/1.1" 200 2120 2021-05-28 04:06:52,985 INFO 116:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response code: 200 2021-05-28 04:06:52,986 DEBUG 120:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response: {"request":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","startTime":"Fri, 28 May 2021 04:06:30 GMT","finishTime":"Fri, 28 May 2021 04:06:47 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_vm 0","modelInvariantId":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelType":"vnf","modelName":"basic_vm","modelVersion":"1.0","modelCustomizationUuid":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelVersionId":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelCustomizationId":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelUuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelInvariantUuid":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelInstanceName":"basic_vm 0"},"requestInfo":{"productFamilyId":"a53cee5b-df9c-407f-b446-2fe737994da5","source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"}}}],"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicvm-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicvm-lob"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","vnfInstanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnfInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:47 GMT"}}} 2021-05-28 04:06:52,987 DEBUG 195:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: 2021-05-28 04:06:52,987 DEBUG 197:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:52,987 DEBUG 198:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:52,987 DEBUG 103:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '830bf0d8-8198-4b0c-83cc-b943a2f6ca00', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:52,987 DEBUG 105:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:52,987 DEBUG 106:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:52,989 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:53,250 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 HTTP/1.1" 200 2120 2021-05-28 04:06:53,251 INFO 116:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response code: 200 2021-05-28 04:06:53,251 DEBUG 120:onap_service.py(9) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response: {"request":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","startTime":"Fri, 28 May 2021 04:06:30 GMT","finishTime":"Fri, 28 May 2021 04:06:47 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_vm 0","modelInvariantId":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelType":"vnf","modelName":"basic_vm","modelVersion":"1.0","modelCustomizationUuid":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelVersionId":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelCustomizationId":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelUuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelInvariantUuid":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelInstanceName":"basic_vm 0"},"requestInfo":{"productFamilyId":"a53cee5b-df9c-407f-b446-2fe737994da5","source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"}}}],"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicvm-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicvm-lob"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","vnfInstanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnfInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:47 GMT"}}} 2021-05-28 04:06:53,255 DEBUG 195:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: 2021-05-28 04:06:53,255 DEBUG 197:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:53,255 DEBUG 198:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:53,255 DEBUG 103:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '75ba57bf-6115-4f10-9d1b-b2684a8f431a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:53,256 DEBUG 105:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:53,256 DEBUG 106:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:53,258 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:53,428 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 HTTP/1.1" 200 2120 2021-05-28 04:06:53,429 INFO 116:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response code: 200 2021-05-28 04:06:53,430 DEBUG 120:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response: {"request":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","startTime":"Fri, 28 May 2021 04:06:30 GMT","finishTime":"Fri, 28 May 2021 04:06:47 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_vm 0","modelInvariantId":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelType":"vnf","modelName":"basic_vm","modelVersion":"1.0","modelCustomizationUuid":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelVersionId":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelCustomizationId":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelUuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelInvariantUuid":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelInstanceName":"basic_vm 0"},"requestInfo":{"productFamilyId":"a53cee5b-df9c-407f-b446-2fe737994da5","source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"}}}],"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicvm-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicvm-lob"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","vnfInstanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnfInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:47 GMT"}}} 2021-05-28 04:06:53,430 DEBUG 195:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: 2021-05-28 04:06:53,430 DEBUG 197:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:53,430 DEBUG 198:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:53,431 DEBUG 103:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0e474553-ad7c-4609-bdc5-397e0c4c8fa9', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-05-28 04:06:53,431 DEBUG 105:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 2021-05-28 04:06:53,431 DEBUG 106:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] data sent: None 2021-05-28 04:06:53,432 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-05-28 04:06:53,730 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/0bbe252a-1793-4074-a75d-f33722200620 HTTP/1.1" 200 2120 2021-05-28 04:06:53,732 INFO 116:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response code: 200 2021-05-28 04:06:53,732 DEBUG 120:onap_service.py(1) - [None][Check 0bbe252a-1793-4074-a75d-f33722200620 orchestration request status] response: {"request":{"requestId":"0bbe252a-1793-4074-a75d-f33722200620","startTime":"Fri, 28 May 2021 04:06:30 GMT","finishTime":"Fri, 28 May 2021 04:06:47 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_vm 0","modelInvariantId":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelType":"vnf","modelName":"basic_vm","modelVersion":"1.0","modelCustomizationUuid":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelVersionId":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelCustomizationId":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","modelUuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","modelInvariantUuid":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","modelInstanceName":"basic_vm 0"},"requestInfo":{"productFamilyId":"a53cee5b-df9c-407f-b446-2fe737994da5","source":"VID","instanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","modelInfo":{"modelInvariantId":"a53cee5b-df9c-407f-b446-2fe737994da5","modelType":"service","modelName":"basic_vm","modelVersion":"1.0","modelVersionId":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelUuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","modelInvariantUuid":"a53cee5b-df9c-407f-b446-2fe737994da5"}}}],"cloudConfiguration":{"tenantId":"90da9e81cc034ecca7715cdc45728b4b","tenantName":"onap-guilin-daily-vnfs","cloudOwner":"basicvm-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicvm-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicvm-lob"}},"instanceReferences":{"serviceInstanceId":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","vnfInstanceId":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnfInstanceName":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 28 May 2021 04:06:47 GMT"}}} 2021-05-28 04:06:53,733 DEBUG 195:onap_service.py(1) - [AAI][Get basicvm-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-05-28 04:06:53,733 DEBUG 197:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 04:06:53,733 DEBUG 198:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 04:06:53,733 DEBUG 103:onap_service.py(1) - [AAI][Get basicvm-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-05-28 04:06:53,733 DEBUG 105:onap_service.py(1) - [AAI][Get basicvm-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer 2021-05-28 04:06:53,733 DEBUG 106:onap_service.py(1) - [AAI][Get basicvm-customer customer] data sent: None 2021-05-28 04:06:53,735 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:53,795 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer HTTP/1.1" 200 139 2021-05-28 04:06:53,796 INFO 116:onap_service.py(1) - [AAI][Get basicvm-customer customer] response code: 200 2021-05-28 04:06:53,796 DEBUG 120:onap_service.py(1) - [AAI][Get basicvm-customer customer] response: {"global-customer-id":"basicvm-customer","subscriber-name":"basicvm-customer","subscriber-type":"INFRA","resource-version":"1622174390775"} 2021-05-28 04:06:53,800 DEBUG 195:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 04:06:53,800 DEBUG 197:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 04:06:53,800 DEBUG 198:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 04:06:53,800 DEBUG 103:onap_service.py(1) - [AAI][Get service subscription with basic_vm 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-05-28 04:06:53,801 DEBUG 105:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm 2021-05-28 04:06:53,801 DEBUG 106:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] data sent: None 2021-05-28 04:06:53,804 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:53,979 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions?service-type=basic_vm HTTP/1.1" 200 763 2021-05-28 04:06:53,980 INFO 116:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response code: 200 2021-05-28 04:06:53,980 DEBUG 120:onap_service.py(1) - [AAI][Get service subscription with basic_vm service type] response: {"service-subscription":[{"service-type":"basic_vm","resource-version":"1622174392996","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicvm-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"90da9e81cc034ecca7715cdc45728b4b"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-guilin-daily-vnfs"}]}]}}]} 2021-05-28 04:06:53,984 DEBUG 195:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 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-05-28 04:06:53,985 DEBUG 197:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 2021-05-28 04:06:53,985 DEBUG 198:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] data sent: None 2021-05-28 04:06:53,985 DEBUG 103:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 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-05-28 04:06:53,985 DEBUG 105:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 2021-05-28 04:06:53,985 DEBUG 106:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] data sent: None 2021-05-28 04:06:53,996 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:54,182 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances?service-instance-name=basic_vm-a76c8db6-41de-46e1-8701-618cda810022 HTTP/1.1" 200 1641 2021-05-28 04:06:54,183 INFO 116:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] response code: 200 2021-05-28 04:06:54,183 DEBUG 120:onap_service.py(1) - [AAI][Get service instance with basic_vm-a76c8db6-41de-46e1-8701-618cda810022 service-instance-name] response: {"service-instance":[{"service-instance-id":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73","service-instance-name":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"a53cee5b-df9c-407f-b446-2fe737994da5","model-version-id":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","resource-version":"1622174797717","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/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/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicvm-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicvm-project"}]}]}}]} 2021-05-28 04:06:54,186 DEBUG 195: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-05-28 04:06:54,186 DEBUG 197: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 04:06:54,186 DEBUG 198:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 04:06:54,187 DEBUG 103: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-05-28 04:06:54,187 DEBUG 105: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=basicvm-cloud-owner&cloud-region-id=RegionOne 2021-05-28 04:06:54,187 DEBUG 106:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-05-28 04:06:54,190 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:54,524 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicvm-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 1136 2021-05-28 04:06:54,525 INFO 116:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-05-28 04:06:54,525 DEBUG 120:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicvm-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1622174798899","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/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"}]}]}}]} 2021-05-28 04:06:54,527 DEBUG 195: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-05-28 04:06:54,527 DEBUG 197: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 04:06:54,527 DEBUG 198:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 04:06:54,528 DEBUG 103: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-05-28 04:06:54,528 DEBUG 105: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/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b 2021-05-28 04:06:54,528 DEBUG 106:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-05-28 04:06:54,530 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:54,718 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b HTTP/1.1" 200 1059 2021-05-28 04:06:54,720 INFO 116:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-05-28 04:06:54,720 DEBUG 120:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"90da9e81cc034ecca7715cdc45728b4b","tenant-name":"onap-guilin-daily-vnfs","tenant-context":"None","resource-version":"1622174799321","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}} 2021-05-28 04:06:54,724 DEBUG 195: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-05-28 04:06:54,724 DEBUG 197:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/relationship-list 2021-05-28 04:06:54,724 DEBUG 198:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-05-28 04:06:54,724 DEBUG 103: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-05-28 04:06:54,725 DEBUG 105:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/relationship-list 2021-05-28 04:06:54,725 DEBUG 106:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-05-28 04:06:54,728 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:54,990 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/relationship-list HTTP/1.1" 200 1063 2021-05-28 04:06:54,991 INFO 116:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-05-28 04:06:54,992 DEBUG 120:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v21/business/owning-entities/owning-entity/29e49c97-0a6d-40e6-a5f9-c999fa24e9f4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"29e49c97-0a6d-40e6-a5f9-c999fa24e9f4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v21/network/generic-vnfs/generic-vnf/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v21/business/projects/project/basicvm-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicvm-project"}]}]} 2021-05-28 04:06:54,995 DEBUG 195:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-05-28 04:06:54,995 DEBUG 197:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v21/network/generic-vnfs/generic-vnf/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6 2021-05-28 04:06:54,995 DEBUG 198:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] data sent: None 2021-05-28 04:06:54,996 DEBUG 103:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-05-28 04:06:54,996 DEBUG 105:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v21/network/generic-vnfs/generic-vnf/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6 2021-05-28 04:06:54,996 DEBUG 106:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] data sent: None 2021-05-28 04:06:54,999 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-05-28 04:06:55,276 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v21/network/generic-vnfs/generic-vnf/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6 HTTP/1.1" 200 3782 2021-05-28 04:06:55,278 INFO 116:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] response code: 200 2021-05-28 04:06:55,278 DEBUG 120:onap_service.py(1) - [AAI][Get 14ddc671-221d-4dbe-a7df-1aa56b7d3a73 ] response: {"vnf-id":"a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6","vnf-name":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0","vnf-type":"basic_vm/basic_vm 0","service-id":"a53cee5b-df9c-407f-b446-2fe737994da5","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1622174807717","model-invariant-id":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","model-version-id":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","model-customization-id":"d36429c4-871b-4840-a5ba-986a2fa8e1b4","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/14ddc671-221d-4dbe-a7df-1aa56b7d3a73/service-data/vnfs/vnf/a1d1fe5d-10a3-42ef-8fa0-5bda0033f1d6/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v21/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/90da9e81cc034ecca7715cdc45728b4b","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicvm-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"90da9e81cc034ecca7715cdc45728b4b"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-guilin-daily-vnfs"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v21/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicvm-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"N/A"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v21/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/14ddc671-221d-4dbe-a7df-1aa56b7d3a73","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"14ddc671-221d-4dbe-a7df-1aa56b7d3a73"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v21/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicvm-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicvm-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v21/business/platforms/platform/basicvm-platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicvm-platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v21/business/lines-of-business/line-of-business/basicvm-lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicvm-lob"}]}]}} 2021-05-28 04:06:55,282 DEBUG 159:__init__.py(1) - check if Service basic_vm exists in SDC 2021-05-28 04:06:55,283 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-05-28 04:06:55,283 DEBUG 195: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-05-28 04:06:55,283 DEBUG 197:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 04:06:55,283 DEBUG 198:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 04:06:55,284 DEBUG 103: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-05-28 04:06:55,284 DEBUG 105:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-05-28 04:06:55,284 DEBUG 106:onap_service.py(1) - [SDC][get Services] data sent: None 2021-05-28 04:06:55,287 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 04:07:00,420 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 2483 2021-05-28 04:07:00,422 INFO 116:onap_service.py(1) - [SDC][get Services] response code: 200 2021-05-28 04:07:00,423 DEBUG 120:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/ce3cb086-cd73-4d7a-94ab-022310466a18/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"94419d5c-11cb-494d-a726-c63b2970bc05","invariantUUID":"f5b9aba8-ca7a-4283-b765-28517855fb67","name":"test_pnf_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/94419d5c-11cb-494d-a726-c63b2970bc05/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","name":"basic_onboard_QiqADh","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a6050183-f435-46a4-a78f-d1b096c4e5df/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","name":"basic_vm_macro","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/efa65541-2b91-47a5-894b-6eedc7b44483/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/559837ac-b171-4e9c-a4e8-ad91b17b8442/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/605ee9ca-75b6-496f-923b-7b55e38cbe52/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-05-28 04:07:00,426 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2021-05-28 04:07:00,426 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:07:00,426 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:07:00,426 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:07:00,426 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-05-28 04:07:00,427 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:07:00,427 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:07:00,427 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:07:00,427 DEBUG 262:sdc_resource.py(1) - importing SDC Resource test_pnf_macro from SDC 2021-05-28 04:07:00,427 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:07:00,427 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:07:00,427 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:07:00,428 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_onboard_QiqADh from SDC 2021-05-28 04:07:00,428 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:07:00,428 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:07:00,428 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:07:00,428 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_vm_macro from SDC 2021-05-28 04:07:00,428 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:07:00,428 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:07:00,428 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:07:00,429 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2021-05-28 04:07:00,429 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:07:00,429 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:07:00,429 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:07:00,429 DEBUG 262:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-05-28 04:07:00,429 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-05-28 04:07:00,429 DEBUG 335:sdc_resource.py(1) - Parse status for SDC Resource 2021-05-28 04:07:00,429 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-05-28 04:07:00,430 DEBUG 147:__init__.py(1) - number of Service returned: 7 2021-05-28 04:07:00,430 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_vm 2021-05-28 04:07:00,430 INFO 192:__init__.py(1) - Service found, updating information 2021-05-28 04:07:00,430 DEBUG 195: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-05-28 04:07:00,430 DEBUG 197: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-05-28 04:07:00,430 DEBUG 198:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:07:00,431 DEBUG 103: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-05-28 04:07:00,431 DEBUG 105: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-05-28 04:07:00,431 DEBUG 106:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-05-28 04:07:00,434 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-05-28 04:07:02,478 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-05-28 04:07:02,480 INFO 116:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-05-28 04:07:02,482 DEBUG 120:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"12f61d0d-7cba-4e2e-a91a-6a61dd5f5403","lifecycleState":"CERTIFIED","lastUpdateDate":1622170341671,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a38a06a-5d08-4141-9f4e-85753cf6e0d5","invariantUUID":"5e64bb57-d94b-4d1a-8557-ba0499355184","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8e0958c5-aca8-4e69-bdf6-be6b135b2674","lifecycleState":"CERTIFIED","lastUpdateDate":1622170684229,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"45cd81d4-d3e3-422e-b7c5-0e3b3d40377c","invariantUUID":"bffdfa05-0bc3-47ed-a2ac-e97fd08ae009","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3970a67b-1b84-4356-8a23-50f4a5748d8f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170465534,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88bb8785-8de7-42b4-94b2-ed571e136e51","invariantUUID":"1bf529b8-2323-4b64-83d2-b16ec460e719","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"a56630e6-35d9-423c-9895-c0adb0c7ff4c","lifecycleState":"CERTIFIED","lastUpdateDate":1622170050229,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ad43c55-2067-42bf-965c-304f2f44eb18","invariantUUID":"4da614e4-5176-46a2-afc6-b51f4fb13570","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5600b8d0-e8a4-4c10-9aa1-e5c732c6e015","lifecycleState":"CERTIFIED","lastUpdateDate":1622170604216,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3cf58187-d892-408d-bcc2-a8ee414819da","invariantUUID":"bf57fff5-6d63-4e9b-b71e-ef3bcda4f33d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"63bbcfb3-1add-45c7-bba2-640256f192f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170067414,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3a6988c8-7bb7-472a-b527-4de8c52d3c73","invariantUUID":"d353e85d-b29b-4e1e-aa79-5ef4683b9f3c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"50cf6016-3160-4e44-bf03-f49a13e23ba7","lifecycleState":"CERTIFIED","lastUpdateDate":1622170095380,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1be30dfe-24c3-4878-b2bd-27c49367c9f3","invariantUUID":"ce6026ea-b60a-4c8a-85ca-7b968c1cff51","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"961feee2-472e-4654-b432-f23762e4705d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170230212,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e2217fcf-b53d-4cd3-911a-f022f32cb5c2","invariantUUID":"96bc7119-49e4-412e-a9fc-01e9cfca1218","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"24259c1b-8928-4133-93ec-f8600ef6b317","lifecycleState":"CERTIFIED","lastUpdateDate":1622170667019,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e3273b84-d75f-4dd5-82ba-0c8d5e2354fc","invariantUUID":"58a77a9a-9393-42d9-9515-6ea4c74fed30","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"2a9a96d6-eb4d-4915-83dc-34fef18fe63d","lifecycleState":"CERTIFIED","lastUpdateDate":1622170550080,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f765fe5e-6eeb-4acb-8f95-f333bad74b09","invariantUUID":"2c74624d-16e7-4dd2-bed0-0d38504bf239","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"74282578-7bf9-445a-81d7-83b56f259a13","lifecycleState":"CERTIFIED","lastUpdateDate":1622170174111,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0d8c3357-349a-4100-b704-3e40ab4a73b8","invariantUUID":"f39e0297-ea88-4027-8e16-8b3ea5c0ad35","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5948581a-c445-40bf-b1e1-3806578db6c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170453868,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ab5fa0dd-e60e-4734-84c0-a1e5aa3a2d96","invariantUUID":"7afa15e0-ab7d-42ee-8be1-928f9dffa944","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"713436fe-1c1f-4276-b415-c428252c9af6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170649163,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d45c5511-6301-486a-b16d-d9205ec667b3","invariantUUID":"fca998ac-82ab-4b3e-b003-2eb21cdd19b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbdf46e3-c056-40e1-bf0b-5f5785c1ef68","lifecycleState":"CERTIFIED","lastUpdateDate":1622170271469,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ac090372-db0e-46df-a5e8-7eff67acec98","invariantUUID":"ec389cf7-9f68-49e6-b18a-0ee453e949fb","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"ecf6b88c-c965-4775-8426-99d0c524f72e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170129992,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1e24fce3-2812-4895-b5fc-76654a003442","invariantUUID":"a37eb3f5-a5cd-4834-ab65-3a8d369de6cc","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e46a694b-d81a-4b9d-a333-9144e91ce1e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622174285510,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0ef79933-2027-4679-a222-760b34ec8429","invariantUUID":"f3d1b1e0-160c-48f2-9235-239d38f12cc3","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c9bbc309-c8fe-41a8-9431-872550ba12c4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170447318,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"07c4c4c1-9a8a-4d8e-a9b0-a81fbb333c86","invariantUUID":"05508e30-e5f4-4a35-882a-81ca8d38931d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1c6ec471-810a-47fa-bafe-dd541beaaa67","lifecycleState":"CERTIFIED","lastUpdateDate":1622170498122,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bf5ef9d0-abf7-4027-9c28-3412954722cc","invariantUUID":"f05820bf-bddf-4128-baaa-1cffc8dbf6a1","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f69f5ef3-cfbe-40fe-ae9e-1fe33b9092e4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170157467,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a7ce6ba7-b93e-46df-ad6f-d6636bc7ea37","invariantUUID":"e96bbc9d-bc72-441c-a42e-50e290d39d36","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"14e6c22d-4b52-4949-8d1c-6a80d4c1b7c1","lifecycleState":"CERTIFIED","lastUpdateDate":1622170026930,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"75545d3b-fa59-4333-8683-363fbfc42eea","invariantUUID":"240151e9-039a-415e-a54a-6e2d1dcec3e7","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"9cff1e0a-d293-40fa-90df-a6830e254e85","lifecycleState":"CERTIFIED","lastUpdateDate":1622170263729,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3d542a2c-11d4-4dc5-9ddd-9b744fca39b8","invariantUUID":"73d3bc87-1ffb-481a-a006-2f5a0c84f090","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a1ea1c99-531c-4281-aab7-69ccbbeafdd0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170472023,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"5a0a4015-d80e-4222-a825-ee36d10b8684","invariantUUID":"23b8b409-fd7d-4e2c-9967-e90c8a8533c5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b01933dd-f7a4-4e16-bc9b-2b988ee81250","lifecycleState":"CERTIFIED","lastUpdateDate":1622170149639,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"c6448dba-6de3-45d9-b6d3-24ae9c01bfb2","invariantUUID":"79aed943-e0e6-4cfa-b8db-e7942eb7c43b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"45e08ee8-10a3-4d87-b494-d4712e75f087","lifecycleState":"CERTIFIED","lastUpdateDate":1622170349829,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bd897e8a-96dd-4584-9ee0-c8cf7b2784a4","invariantUUID":"e3775e48-6205-429f-bdeb-95e6d40e1f9a","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab7481a2-b46b-45a1-8d38-c04582202401","lifecycleState":"CERTIFIED","lastUpdateDate":1622174283907,"name":"basic_vm_macro","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4cb3bef5-d928-4c0d-818a-567c54076403","invariantUUID":"3805f8ae-f525-4a80-9362-a7a94140d79f","systemName":"BasicVmMacro","description":"VF","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75c92f2b-ee54-444b-a74f-0797fc033f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1622170658069,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498eb77c-9cd6-439e-b48c-07c3cb1bb5c2","invariantUUID":"a6c7ecb1-f7f2-4a7f-957b-983745b954bf","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a24692fd-73e3-4151-8921-365eaa804703","lifecycleState":"CERTIFIED","lastUpdateDate":1622170421371,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1cb4b86a-002e-44a0-be6c-545b5329bc1f","invariantUUID":"bcad4185-4778-427d-8659-d72775b6f651","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3312ef32-ba8a-456d-9b2b-2d50865f0608","lifecycleState":"CERTIFIED","lastUpdateDate":1622170167717,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"62c4a5b8-1c3c-4c8d-819c-e7b9bbed3775","invariantUUID":"0f314e6d-cf79-4ce0-9a96-ca87cebf4882","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"ab2fde98-b443-4767-bdd4-a5ead2449020","lifecycleState":"CERTIFIED","lastUpdateDate":1622170140275,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4248e8c-b941-4623-b751-02d923534569","invariantUUID":"4bcff7ee-cc1c-4108-a5ab-36d8e16cf3e8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"3396c871-b676-4ce5-ac24-3e41b64c53db","lifecycleState":"CERTIFIED","lastUpdateDate":1622170281302,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"846cd06a-4829-43e2-bba6-018d3d951071","invariantUUID":"c6ad1322-a7c3-4c7f-97d8-12521346fc66","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"30de457d-617b-4507-9f70-64b55e62a579","lifecycleState":"CERTIFIED","lastUpdateDate":1622170507725,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62a779e8-6bf6-4c00-8a53-5ccc15955d20","invariantUUID":"9166f0d5-a2a7-4618-845b-ce0607e3dad4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3e574d37-5461-42a6-b78f-edff06114e69","lifecycleState":"CERTIFIED","lastUpdateDate":1622170631215,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acb180aa-73a4-42f2-b8b8-37a6e34ed200","invariantUUID":"16db77e6-995f-4aa8-98c6-ba1fe94193fd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d69da6d4-6427-47bb-a817-2573ec2e8bc4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170533173,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"06570ec2-004c-487c-8fee-c1219576fe6d","invariantUUID":"c8a81c52-6761-463c-9047-9a1bd36c39f8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"eabbe4d7-d777-4ae0-a51b-723b8609b34f","lifecycleState":"CERTIFIED","lastUpdateDate":1622170569233,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"db4ae163-f72e-4fd8-898f-d8fd5891e32b","invariantUUID":"86de740c-8dae-40e7-a37f-34369696e29d","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"890c5fb1-0b47-4059-9501-f22948228c58","lifecycleState":"CERTIFIED","lastUpdateDate":1622170320683,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"652d7f92-d7af-4c7e-8aae-1028d5cc9725","invariantUUID":"ab87fea5-0ff3-46d8-8495-d70e64966933","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3accfc61-3ca4-440c-9fcd-ee9edeb7545a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170587213,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f4d300e-dea4-44bb-aebc-feeddcc08c01","invariantUUID":"7b86b24c-91e4-4aa2-a285-643ed426d098","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"d2b74cb7-c261-4857-960d-3a4433db39eb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170673426,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"88f915c1-e8f4-4527-b3ef-f5812767225d","invariantUUID":"31f80f1a-f8da-4321-bea7-c80a966fbfab","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"292584d9-9785-4dbe-b772-68ef27024a0b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170641178,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"349c0f15-6d3c-4635-9e82-5a9d47c744ee","invariantUUID":"979e20d3-a9db-44ad-a8b9-485ae332f2ad","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"563d2a30-ef12-4147-94b7-7dabfb80d82b","lifecycleState":"CERTIFIED","lastUpdateDate":1622169970133,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab98ee04-7064-4d64-a8c7-c78a96d08664","invariantUUID":"7fb5087b-6b43-4301-8756-8151524c9673","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2368e8eb-bf53-44d7-9aee-7f6b8d25ebd6","lifecycleState":"CERTIFIED","lastUpdateDate":1622170007113,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"32e840db-7d4f-4c91-959d-c22bd118a61d","invariantUUID":"39047a0a-3b90-4193-a82a-912ca2ef15a5","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"18207201-477a-459e-a3c2-2064b3003df4","lifecycleState":"CERTIFIED","lastUpdateDate":1622170106009,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f23b77f6-86f7-4b50-8b83-990ef1f00a63","invariantUUID":"5b7c4e16-5aa5-4dae-86e4-ba4d21b55fa9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"474fb0f3-89f6-417a-916b-fe6c8bce5c22","lifecycleState":"CERTIFIED","lastUpdateDate":1622170015315,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"89d16536-80bc-4c6c-8c23-5f6451e4de75","invariantUUID":"d4edf22c-6958-4434-ab8a-b599ac4b8599","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1829a48a-27bb-455b-8416-5f08e829c122","lifecycleState":"CERTIFIED","lastUpdateDate":1622174272070,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"90e7b2de-406d-450b-9f89-b7c415a9f5e4","invariantUUID":"56e077bb-1e82-4449-920c-f0290bab7d7e","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"cadce8d4-b574-466a-8315-805a7e701b64","lifecycleState":"CERTIFIED","lastUpdateDate":1622170614671,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b548c047-e302-49af-874d-6da3a940c6cb","invariantUUID":"49a2797d-cd5a-42f4-8f86-d9dd5f762eb2","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48da7558-2fe0-49bc-89b5-95972aa4d8fc","lifecycleState":"CERTIFIED","lastUpdateDate":1622170113030,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d54cd5e2-ef57-45be-8499-b7e1ed654d9b","invariantUUID":"70592674-c5e8-44ed-9fa6-bf8375a1048c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fada2a49-9d3d-4df1-9841-07ecb9bd0e86","lifecycleState":"CERTIFIED","lastUpdateDate":1622170310151,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0961fda-d260-4cac-a298-0c30a496836b","invariantUUID":"fcda9de5-e559-4a68-93d9-a2d600f6a2e6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"753f2b19-2e7f-49bc-ae8e-71735f0512a0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170394074,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"da7fee60-bf33-4480-a277-a439e48593ee","invariantUUID":"51003228-faed-41c3-896f-4b68c3a86d1b","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8a37ff98-b67a-4c26-9411-8e84d07836f0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170561074,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29c47218-fc1f-4bb1-93a8-11e9c13818dd","invariantUUID":"0e80ac40-a5f7-4e16-91a8-7958a3285cdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3c72d57c-22e6-467d-8cab-5bfddc66b8ca","lifecycleState":"CERTIFIED","lastUpdateDate":1622170123627,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"617796d7-9c12-430c-8fff-6dd760dfce0d","invariantUUID":"a0ec7ba8-8461-48f1-ac62-12e4adbaa7a4","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4aededb1-5a9d-4739-80af-d50a7ee5a1e0","lifecycleState":"CERTIFIED","lastUpdateDate":1622170292928,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bf0d4277-e3ef-46e1-a15c-e9501489422b","invariantUUID":"47746172-409f-4b44-a812-de46de578800","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"7be0225a-c89b-4022-b8aa-5b7462aa484a","lifecycleState":"CERTIFIED","lastUpdateDate":1622170691204,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5c367b66-08e5-446a-8642-b878798903e4","invariantUUID":"3b861f96-9072-4591-99ba-bf8778c5833c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f00a4ffa-027e-484a-b7a8-965ff485fd65","lifecycleState":"CERTIFIED","lastUpdateDate":1622170516411,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ee3c1731-b967-4d67-bc37-7f6a9274a148","invariantUUID":"32a23627-8fb0-48aa-bfe6-1705c7887ef9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"8539cfab-641e-49d8-a78c-f386c6e031a2","lifecycleState":"CERTIFIED","lastUpdateDate":1622170239868,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34144973-1afd-4fc8-9b91-4984c2d6e8db","invariantUUID":"65db1254-c1ab-47d8-a958-0a72a4883091","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b7bea55c-f351-45c6-ad4b-668e34984617","lifecycleState":"CERTIFIED","lastUpdateDate":1622170593469,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa61dfdd-51fa-48f3-b9e4-4dabf1590f25","invariantUUID":"3ca66d56-8286-4cdc-8043-419eafdb7cf8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3bbd7a78-02a6-4f85-8722-2f6fcbc6eadb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170624526,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da246926-00bf-40b8-9f82-7a9c432456e0","invariantUUID":"7c2e2542-f76a-4707-833a-2247e288a936","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"1081cab6-f0ff-4118-a993-7e29b1e1ee24","lifecycleState":"CERTIFIED","lastUpdateDate":1622174371356,"name":"test-pnf","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"5c1a5c91-ed21-4f73-ab4e-605ff3384f99","invariantUUID":"560fc797-6cb6-4cc4-8fcc-eaabd62781d3","systemName":"TestPnf","description":"PNF","tags":["test-pnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"749d3a6a-8918-4e01-9c5f-2fa19cee5981","lifecycleState":"CERTIFIED","lastUpdateDate":1622170357602,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7aab16c-c305-4720-9791-e7f6f70260c4","invariantUUID":"bbdbaa4c-99ea-4811-8fd6-d03861e12bdd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b198b150-ca4a-45f9-b6a3-88a047b6eaa4","lifecycleState":"CERTIFIED","lastUpdateDate":1622173531058,"name":"basic_onboard_QiqADh","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"e23a5f89-d1e5-415d-b1a7-05e907c8b5d9","invariantUUID":"b751d5c9-515b-4f5d-acf4-a7db4a5f1fa1","systemName":"BasicOnboardQiqadh","description":"VF","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6a128006-6757-4761-8da7-1ccfef8b7a9b","lifecycleState":"CERTIFIED","lastUpdateDate":1622170526937,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"78861001-c40b-426f-8d7e-d272d79409ca","invariantUUID":"0857c62d-07ac-4b0a-90b5-779bf51d72d9","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"546b72b8-52e2-4baa-82d4-ba18ee4bb235","lifecycleState":"CERTIFIED","lastUpdateDate":1622170303084,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a33be274-0813-4827-9dea-80dd9e807525","invariantUUID":"4d8f8c74-a401-44fd-b31b-c15c5bd55988","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"910fee21-76a4-4ea3-8220-c8acf3e683f8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170185531,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"5352a301-2141-49ad-9327-d321926c1e73","invariantUUID":"81744d6a-9b82-4bd7-9f2f-d6a7584db70c","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5a41e2f9-d652-45e0-a3e7-3686b1f096e2","lifecycleState":"CERTIFIED","lastUpdateDate":1622174281585,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"0eb699b0-454d-4a52-bb6c-8f6efbbda083","invariantUUID":"d3ea1e40-da58-4011-aa6f-1fc6c4463a43","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"89eb00ec-9981-4c35-8e3a-433003e89a45","lifecycleState":"CERTIFIED","lastUpdateDate":1622170481470,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"923c5b4d-db0b-407b-8fd9-cee0763abc29","invariantUUID":"e65707f0-1f55-4126-9ea6-039ee66103b6","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"48b320e8-9d1e-4872-9955-661a8b58c2a8","lifecycleState":"CERTIFIED","lastUpdateDate":1622170543104,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c02769e-c997-4116-856a-f43c3aa6908e","invariantUUID":"034bd398-4298-4fca-a261-e42d10f79dfd","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"eefe2347-3f82-4955-b4d3-54a868f9fe75","lifecycleState":"CERTIFIED","lastUpdateDate":1622170489021,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"79def427-5828-4870-ace4-b07739c78515","invariantUUID":"69ec2617-d259-49fc-b034-6c56565467a8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b83fb0d6-ae0a-4642-acd5-1676d630a782","lifecycleState":"CERTIFIED","lastUpdateDate":1622170058309,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a1801099-07c9-41b5-b508-9ffb3bf3e07f","invariantUUID":"84d7a77e-e474-49d6-90a1-388726fab2d8","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","empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b49f3153-6830-46b0-b792-8c2d2e41badb","lifecycleState":"CERTIFIED","lastUpdateDate":1622170429338,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"429fc404-596f-4052-8b6c-bd11e48e897e","invariantUUID":"78cb708c-14db-411d-a1ac-6adafafdceac","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","empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"25ea365d-5b61-4352-89f4-52bb35e28a01","lifecycleState":"CERTIFIED","lastUpdateDate":1622173617567,"name":"basic_onboard_QiqADh","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a6050183-f435-46a4-a78f-d1b096c4e5df","invariantUUID":"5babebce-fb2e-4525-9ee6-90ae9e93a86d","systemName":"BasicOnboardQiqadh","description":"service","tags":["basic_onboard_QiqADh"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"69dbbb40-abae-45b7-8ccc-e8678b75bb37","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381380,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"ce3cb086-cd73-4d7a-94ab-022310466a18","invariantUUID":"124cd392-39e4-4059-a4f3-42a2c508dd26","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"224c5405-ad24-4068-886d-4d4f83efca1c","lifecycleState":"CERTIFIED","lastUpdateDate":1622174452729,"name":"test_pnf_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"94419d5c-11cb-494d-a726-c63b2970bc05","invariantUUID":"f5b9aba8-ca7a-4283-b765-28517855fb67","systemName":"TestPnfMacro","description":"service","tags":["test_pnf_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"a59b7ca0-4c81-42c4-abf1-a09a5c216d72","lifecycleState":"CERTIFIED","lastUpdateDate":1622174382406,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"559837ac-b171-4e9c-a4e8-ad91b17b8442","invariantUUID":"f8354717-be4e-4e6a-9139-c40b04da9865","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"4ef55d75-9286-44d2-9c30-5222a31b4422","lifecycleState":"CERTIFIED","lastUpdateDate":1622174403667,"name":"basic_vm_macro","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"efa65541-2b91-47a5-894b-6eedc7b44483","invariantUUID":"fa414c82-80b1-46c7-b439-e773de518695","systemName":"BasicVmMacro","description":"service","tags":["basic_vm_macro"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"597ebcfa-9af8-4a16-8a79-3fa3cb1f6ae9","lifecycleState":"CERTIFIED","lastUpdateDate":1622174381086,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"9bcd7cc2-7b17-469b-86c7-388cc8b812df","invariantUUID":"a53cee5b-df9c-407f-b446-2fe737994da5","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f5b7abb1-616d-4fb8-82d4-408aa14a9d10","lifecycleState":"CERTIFIED","lastUpdateDate":1622174221577,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"605ee9ca-75b6-496f-923b-7b55e38cbe52","invariantUUID":"71e8d557-4561-4fd7-8ec2-229fd712e11c","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"empty":false}]}]} 2021-05-28 04:07:02,485 DEBUG 117:sdc_resource.py(1) - Resource basic_vm found in services list 2021-05-28 04:07:02,485 DEBUG 103:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-05-28 04:07:02,485 DEBUG 105:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel 2021-05-28 04:07:02,485 DEBUG 106:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] data sent: None 2021-05-28 04:07:02,487 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-05-28 04:07:03,541 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/9bcd7cc2-7b17-469b-86c7-388cc8b812df/toscaModel HTTP/1.1" 200 None 2021-05-28 04:07:03,544 INFO 116:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] response code: 200 2021-05-28 04:07:03,545 DEBUG 60:sjisprober.py(1) - SHIFT_JIS Japanese prober hit error at byte 45 2021-05-28 04:07:03,546 DEBUG 61:eucjpprober.py(1) - EUC-JP Japanese prober hit error at byte 13 2021-05-28 04:07:03,546 DEBUG 65:mbcharsetprober.py(1) - GB2312 Chinese prober hit error at byte 43 2021-05-28 04:07:03,546 DEBUG 65:mbcharsetprober.py(1) - EUC-KR Korean prober hit error at byte 13 2021-05-28 04:07:03,546 DEBUG 65:mbcharsetprober.py(1) - CP949 Korean prober hit error at byte 43 2021-05-28 04:07:03,547 DEBUG 65:mbcharsetprober.py(1) - Big5 Chinese prober hit error at byte 43 2021-05-28 04:07:03,547 DEBUG 65:mbcharsetprober.py(1) - EUC-TW Taiwan prober hit error at byte 12 2021-05-28 04:07:03,615 DEBUG 116:sbcharsetprober.py(1) - windows-1251 confidence = 0.04122745562672366, below negative shortcut threshhold 0.05 2021-05-28 04:07:03,680 DEBUG 116:sbcharsetprober.py(1) - KOI8-R confidence = 0.042650424389681495, below negative shortcut threshhold 0.05 2021-05-28 04:07:03,746 DEBUG 116:sbcharsetprober.py(1) - ISO-8859-5 confidence = 0.043287673647706956, below negative shortcut threshhold 0.05 2021-05-28 04:07:03,811 DEBUG 116:sbcharsetprober.py(1) - MacCyrillic confidence = 0.042845168277152325, below negative shortcut threshhold 0.05 2021-05-28 04:07:03,876 DEBUG 116:sbcharsetprober.py(1) - IBM866 confidence = 0.04199215637554158, below negative shortcut threshhold 0.05 2021-05-28 04:07:03,950 DEBUG 116:sbcharsetprober.py(1) - IBM855 confidence = 0.04310446445792467, below negative shortcut threshhold 0.05 2021-05-28 04:07:04,145 DEBUG 116:sbcharsetprober.py(1) - ISO-8859-5 confidence = 0.041461435977897775, below negative shortcut threshhold 0.05 2021-05-28 04:07:04,221 DEBUG 116:sbcharsetprober.py(1) - windows-1251 confidence = 0.040794986097075554, below negative shortcut threshhold 0.05 2021-05-28 04:07:04,285 DEBUG 116:sbcharsetprober.py(1) - TIS-620 confidence = 0.04523335106491017, below negative shortcut threshhold 0.05 2021-05-28 04:07:04,436 DEBUG 116:sbcharsetprober.py(1) - windows-1255 confidence = 0.04574676595928033, below negative shortcut threshhold 0.05 2021-05-28 04:07:04,499 DEBUG 116:sbcharsetprober.py(1) - windows-1255 confidence = 0.046021246555036005, below negative shortcut threshhold 0.05 2021-05-28 04:07:04,581 DEBUG 97:charsetgroupprober.py(1) - windows-1251 not active 2021-05-28 04:07:04,581 DEBUG 97:charsetgroupprober.py(1) - KOI8-R not active 2021-05-28 04:07:04,581 DEBUG 97:charsetgroupprober.py(1) - ISO-8859-5 not active 2021-05-28 04:07:04,581 DEBUG 97:charsetgroupprober.py(1) - MacCyrillic not active 2021-05-28 04:07:04,581 DEBUG 97:charsetgroupprober.py(1) - IBM866 not active 2021-05-28 04:07:04,581 DEBUG 97:charsetgroupprober.py(1) - IBM855 not active 2021-05-28 04:07:04,581 DEBUG 100:charsetgroupprober.py(1) - ISO-8859-7 Greek confidence = 0.07492639992483971 2021-05-28 04:07:04,581 DEBUG 100:charsetgroupprober.py(1) - windows-1253 Greek confidence = 0.07607885087402443 2021-05-28 04:07:04,581 DEBUG 97:charsetgroupprober.py(1) - ISO-8859-5 not active 2021-05-28 04:07:04,582 DEBUG 97:charsetgroupprober.py(1) - windows-1251 not active 2021-05-28 04:07:04,582 DEBUG 97:charsetgroupprober.py(1) - TIS-620 not active 2021-05-28 04:07:04,582 DEBUG 100:charsetgroupprober.py(1) - ISO-8859-9 Turkish confidence = 0.08313191719615659 2021-05-28 04:07:04,582 DEBUG 100:charsetgroupprober.py(1) - windows-1255 Hebrew confidence = 0.0 2021-05-28 04:07:04,582 DEBUG 97:charsetgroupprober.py(1) - windows-1255 not active 2021-05-28 04:07:04,582 DEBUG 97:charsetgroupprober.py(1) - windows-1255 not active 2021-05-28 04:07:04,582 DEBUG 271:universaldetector.py(1) - no probers hit minimum threshold 2021-05-28 04:07:04,582 DEBUG 277:universaldetector.py(1) - utf-8 confidence = 0.010000000000000009 2021-05-28 04:07:04,582 DEBUG 277:universaldetector.py(1) - SHIFT_JIS Japanese confidence = 0.01 2021-05-28 04:07:04,582 DEBUG 277:universaldetector.py(1) - EUC-JP Japanese confidence = 0.01 2021-05-28 04:07:04,582 DEBUG 277:universaldetector.py(1) - GB2312 Chinese confidence = 0.01 2021-05-28 04:07:04,582 DEBUG 277:universaldetector.py(1) - EUC-KR Korean confidence = 0.01 2021-05-28 04:07:04,582 DEBUG 277:universaldetector.py(1) - CP949 Korean confidence = 0.01 2021-05-28 04:07:04,582 DEBUG 277:universaldetector.py(1) - Big5 Chinese confidence = 0.01 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - EUC-TW Taiwan confidence = 0.01 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - windows-1251 Russian confidence = 0.04122745562672366 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - KOI8-R Russian confidence = 0.042650424389681495 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - ISO-8859-5 Russian confidence = 0.043287673647706956 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - MacCyrillic Russian confidence = 0.042845168277152325 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - IBM866 Russian confidence = 0.04199215637554158 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - IBM855 Russian confidence = 0.04310446445792467 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - ISO-8859-7 Greek confidence = 0.07492639992483971 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - windows-1253 Greek confidence = 0.07607885087402443 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - ISO-8859-5 Bulgairan confidence = 0.041461435977897775 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - windows-1251 Bulgarian confidence = 0.040794986097075554 2021-05-28 04:07:04,583 DEBUG 277:universaldetector.py(1) - TIS-620 Thai confidence = 0.04523335106491017 2021-05-28 04:07:04,584 DEBUG 277:universaldetector.py(1) - ISO-8859-9 Turkish confidence = 0.08313191719615659 2021-05-28 04:07:04,584 DEBUG 277:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.0 2021-05-28 04:07:04,584 DEBUG 277:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.04574676595928033 2021-05-28 04:07:04,584 DEBUG 277:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.046021246555036005 2021-05-28 04:07:04,584 DEBUG 282:universaldetector.py(1) - windows-1255 Hebrew confidence = 0.046021246555036005 2021-05-28 04:07:04,586 DEBUG 120:onap_service.py(1) - [SDC][Download Tosca Model for basic_vm] response: PKe�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKe�RTOSCA-Metadata/TOSCA.metaM���0 DwE~�-��� Ѫ�U�d)q��B������n~Na�;�M"�¹Ȧޝ��ix�Bf2~�X� ��V�Dj�W�\��Q�&��/���2�Td]�=������ޭ�r�����\�ƍַ�(�PK�ku���PKe�R(Definitions/service-BasicVm-template.yml��W�>�}� ���liY�9�9��8 �(��ғ�)V���h���mY۔�'��[n�E��#���0���� L|��E��C�i{VCh[���_lL�)���h��:t<���h���0nk@7d�kM�;�e��UY�mF� +һ�@W�@�(�uPH�B=�'�t�!;�� �&R6��G��h�����D��i�1���w)��$�h 1}w�,7�R=�$_�f�?�����O��L J0���ABs<��k{Ch�ΔR��G�o���i�o ;1�޵L�ⰳ0���ءס��^4��/�`p����i&�&pPbƃ-�K��4�)Z�F�0�ŀfh[l0Z��X���#�Aʹ�3Q���`+6��jz��@�<%nP�J �YcC� ��@�qi�7�����y��k��,J �p�n�uaMl@1st�^�z�����T��M6��w+���~m0 �I�?�����V$�(*F]f\w�+h�^@SV���T���Z���aNKP��4``1��<<�%��,�����&��EÀ��`2������ u�χ;���\���>M�a/g�Wm���:����I�q���}�s���z�҅Y�QC(�rɴ�z,eD������h�.�b��w���⺄��e�l�cY\��� ��%(KkڄD�ZGQ4�mY2l���u�lh��^F������=h%�#�$�^WԀ�c�a[�@�u`ˀ=,j�~]���M���U(Vn�+��5<1Z��8�h=�Z6��ؚ1G]��,=��μ7�`a�����A��YT�xsE�ߑ� [�$���#l�I��c����(WM�=c-ph���$�l*��:�̰���L^Z���ĭ0��6 Ser��u�9u�}3�wD{�д���K��� ?��l� 1��tުh� ����W@|��ϥ4\��u���?�_F��h ��|�//h�ۧ���9�p���� ���|��0Pt"�4; ��u{(�> ��9�������M���w�(y�¥ַ]��>(�|������v5 ��M0��~���ʒ�&�w�L%C1_�����ǻs�8�ˍ�{ ���I�y�ݑ~�&����fo$ӷ.y�ۓ�p�ާ�Eg���ӥ�S�'2ã��e�Ӝ<������ჭ93Wy^�uGW����v֞�sxy��}E��_s�ܶ�_�~�o���8�[�wu gc<|!�L�fݾ� ��\n��럔� ����0�;��� G�K4��������ݛr�8�>�w��,���FQ�q�ޠs6 m�z���ݟ+�x��Hg���xi��l����T �.����?W󎁇g�#E�>F�fʷy��e��/���'a I������<�K�|��F����� ���1�W��<�f��װ�Ϫ��ǔ���: �~��W8Z����ϴ#wOЃZBS�� f�˜>�x��� M��j��NAf1��7��"1��a���,�H�,v�tu�*+.,�LS�c�( �)��ŦoC�JѶ{Ƙ}�*� ��t�V��t�|��BVךQ Qׂ��Ջ&� � �+��*V�����?k�8j ����k]� �dqLZT��JJ�+��S�}l�� ��c��)�&!n�b�l��b�+.��)-�6V�PI���k4�8���ˎ67L�e�<�M!J+.�q��=��+��Me�7�ܦ/r)�{��څO�����#�� ��!��#���� ��������1�A4���fA�͐�+���"-�d����^�]�))�.%�o=���� ��F擜1:&9�,�]E�l*Ϸ���܎��NL��Sn���� {A+�*�4 �OI�yYǬ^?�*GU�>"��pNd��|I1��Ҧ}����ჟ�~4���0:�2u�P�5��P����9n���~r�4�S����˽�\�y҅<�A�F�b/��&Z�Uy3�)����a)�i�-fy��y�P�rd?�U5�ͣ�͑������{?�p��������Z��5��9�t�����A��`���%1]�Y�*��*`V�����zS�,Y�[�V�vBsu[�l2δi&7Y��g��`b��_{m�x.R��-���ݴ�ūS�DC���Ȋ�M�A hH�P[��f�>�A��KJ ����nM�t���D�F7w�Z��d��_wc ��]��������K@6$ zH1@� �#M4D���%��t��qשW6lA [��hf݌�(�)Yx�^YЛ�e|�ZȻ�&hm�.\+��;Kv!�,L�;Wz���&��;�-}BR�a�u��w� r��k'��i��W=qPW�n�&��2�9���Da����N�ڲ�ݽ��2�"�r�Y��͠���=��p�-^��f��ˤ�+�!~%tڽ*�@������7�ZQ�v�b��W�k���h_�uY??Ix���ѭw��\K]n�n%95ޱ�ԇCwt~^`��#(��� �d�� �����P���8�樨�V��k��ެs�+k�G�U�[`���N�.��������������-z����íf���ZIU��K��^TT�+nq�!܏"xKIe�}m��m���7k���N N����⩰';������~��� ,k�S�9����R��q*;.��=w����ݽO�+5�K�<�Ȭ��}l�{��k�����IΣs,���W;�*'�iE�ի� )o��Ľ�Q�Ȭ����)ݗ�V���jɩ� ���*���*&�~�P�� @9�{�������_�C[$��|��^�/�PKiI�K" �EPKe�RNS.mfM��n� ��{�����&�d1.5�,��2o���B�v��WL/v{�s�Qj�z�� �뻊�����(1�YF�� �V��z��j��>��c�.H�{� ��ѤZNr��"�W5Y��QzN��1L�!�����Q�!(o����ѡ�{5�p1�I^f����'�Ep��g��^{ob���}��0�Y�]��7��H�r��j�oۜ�-廓��u��#�� �?PK���k�-PKe�R2Definitions/service-BasicVm-template-interface.yml�\Ks�6��W��̉}�ͱ���4N�Nr�t0I� �N�_��)�z��сN.�o�],^��P�S���[����Lx�!� �r��d_��w�WikfﮐT)��lV&$�L@fJ,��[�%V���d�T�-�N��j&�oۊ睲����R��[�L��s%8ݪ�N��)�-�K��}A�Y��P�e�r&UY���9e�b8���bR��3K�B�l���fF� sc5�6)����s ��/���q���\K��}�*���B�ua׀)���5�� 34WJ0"�T��.�f� -�0uil��i mT�G�㗫?>~����v�Ut���R�3�hxx�I2v���Cب��I4��=�TGh�����q1/�-n�')7OI�<�~jnY2_[ ���U��vt�Ա��AirǸP��tKk�j�{��[o�^�+b�TP�1�� ��e �)��$S���)ќ�L�/Q* `�hSq�Ԭ(-�f�n A� ]���?|������}��LOqi)��?�\��j�wm���dhi<��;o�j}� ֨D���5�j�P�~���R7 !nJ�~���0�e��h4w �ˆ1��f\�\ɰ��x�M��wY$����S�Ē�`�T��TU��8G�Wnqňm����M���ۇ�b����sE>�!�X&B(Z:�h����@�v�4�7,�e�{�����۫ǃ�Q�Y�3�D��6�Pj�sV���KrB�X�9/d'�U�Y5��@�5�E�4i�2y4#i˦�M�)���%� ��-� 1�g�~3W��q~�|Yo9u~���J2ii��0� 3�Q�I����.b�:�+P06�_�' (��*@E�+s�Lh^x�"���ܦ���3��d{��e\3ӽx��,@uÄ%�!�0�8P��u�# �\RTc(m�w����K�Q��i*C�}{vn��8\��J 7���+� ����R�[O�9��7&���QG�[0b }�zµ�� ���4ύ����b˸�7M �&H�/� �>��e�4nqH9�����wY�ϋ���3�휛�ȩ��D4]���.j�>��0�Z+}���=>�+����D�JB ��;�a�-����k%�vBK���uG�݇nKڮdAݱm?W:C���w�n�t��k�����~�n.$K�v�F� ���K�Y��k+u�VH^�bwNjĵӉ�vQ� ���\��&��ۣ�@ 歆��8�?� �u%^p���߾��>�a3|��0���c��ǏϿ_��f��d����E�I�h��;�j�Z��~�_c���{w��j��� ��K�����u���� �C�k������C�ŏC��\ޞ]c���މe\�F����4�� �{���#M�c��i�௬� ��O��اO���`F�Q�zm�AC{�F���C�bL��4�Ҙ�':Q\pz@��{k�#�)N��ǫ��c��+0�ߧ����?�죘%�P6�� �0\� �(^:���)Hxc�O� <VX"�Cc��L���4V�(�(�G�-E�)�=� Y�CpF,�+��+�rA�]@^�h�bBe� ��8�Sp��J0����խ�D ��J]䴟)fz���6�(��J��r��}t��h {Q��w'Y��~t�~AX�$Q�H�� �m,}a�4eq�>(ܽ�0@NZ,0��������#��B�;L�A �Ђb�vt|����B�� �N~z'�%��„���2�I��1��o�Pn�\�� �p�Ң-7R�(m1�_��Թ6\�'�H>#�T1;���QH��gig[�:vHٯ(��\K|/a-�4d񫝐g������":���j���Ң��x�)��o��;�`L�q~�/v�U�~�?�G�r������U�3|��{�\��������*��e�b�$m(&hǠW�8�˩pW����.6�9��f�[�𮮏�Qlg��(������� ۚ�FV�x^������/�f����X5A��i����7&fA,Y�0x�3�qG�<��_|�|��(�8��G�e��|��9T��DZ�'������$ K���c�����!&�+m�:�;��C>�c�>{�g���6y�u(�&����ww�9V �r��vS�em��;]�/�� >�g䞜� ��(vjC�3���c��mm����f��rӐ�1J�2�3mh3�Yv�W��g��Ȑ� g:8Љ����FiٍD��Z�Y.���K9�Dﴶ ��%���5Hl�ć�>_1i�>ʉ��.�t)���_���f'_��p�%/��Y9��?���SKb���4�m��������I_�N��[�0~��·R1��q�-A�@Hӓ�j])ϐ �eb)%U�!-�8�aN+����a�Z���q��;�w��nݥ��a\� k�����L�� �\[h�` ���z�����q��7MXxe��j��� Eg�����=!hgR�]�����U��L��<�7 �RAHZr1X�4��7H�#O�+!���|�G��+�'��J��5���S �ש;�in[�9R�Y���H��Q�����S��D�V�"?I�Aꃆ a�'�Dz� ������^{����o �;�$r�/�"#cò� 7��ß_��������O��A,!D�vy�,���𴆡;��LG�j���������oG#T��·��)9h���� ��ǚ�ȏjoT��E `WO���|9��9t�,����2�Q56%E.+��y�J42 z��.�xM���E�� �z�5�(e��ޛ&,�)1�LϋN��sX�n]�y Wm��ɂq� ��ƕ�)�}B�� ���� �y�� X�KlPF%�9� ��q�Q�f�� �jK�U4��8�S:g׿-.fu;ִ�ʓ_a�a�5�!nc�q(��cPH���K�^����v� ��2 t/���S`z���ȑ|�\��J���1�,%B����@ѷ��G��g� N㱖�}{�r�D�z�2�s��V�G�<��9t���q~�A�1ćsԤy�M>�d��Hr��H6�:�u$���iq6���dz�[t�ݮ��Cs�F��w����_Ӎc-镻of��n��;���[�,��t�Ȏ�ۃ��Yت���2dcn�=�΁ �]��[&r\�\��,˺��;�[� 7�Xߟ�q���y����6��� �yI��g�{gj�qT��l5�����^�q�K��v�������� �iU/���,W����^��$�I�Qe�Z���K�I�]��d�xjŐK�2^� �fK@�lLL�dK\�bn~|����j2v� 4�2��s��@�+ե���q�*Z�"�I@��{M�ҕ�Ʋ��S���BT�xn�? L� *��JZQ�;KEmfu7��"o!R�X��'O�F*��Ś�*9 ���O�z�d�_t ���r]�� ��e�(eG�NGթlH��?��H�7^Qƻp��T��p^G�|x1H��9J�՛��4l�ƥ���(�B��T86��Bdzt�]ԡg���Q�p��~=�d��(���i�j�؍G�]&���)�� ^$�����y]�H����j�r$��:�t �VUnPeK�H]�Vf���$�U"!�-�(`˱ �td%{$��F�Q� � b���A9�jpED1�!��I�3w�����ҩ� x�^q�?Rԝ~`P�A'umaTf~�:�ILP����������N��ӗV�\��uŬʱe�ez�:r2��p��~+8o��U)h5T���PՆF̈4'�2���f�\��_� @��ur2�@t����*:�� *řx��<���(���&�CչNEI��2d�3���uY�k�1L��&�Ҫ����h�(�����.yAB�#ހ�~' ��1F�D����o��V�h��D*��+���I.��_�A�:�MpD-t���E��N]z_���H���w@:o��L�Esy=��i�F�dF�9� uX*] 軸�M�4o*t�,�c7�E2�����1!�}�sr�~� .�:����6]�j�o= ��)Y�� mE���>R?�;�DL�Ճ�%v�4��H7��T��=R>���~����'���k/��X�&5ܑ� ����C.���Ly�>�R���y���C����8KȝOɻ���ކ#�� GZ/�Uw&?�0eͅ�Q/��݌P>�Fr�P.4�r0���3�E�� 9����+*#�y��-��KPKn�0TC JOPKe�RDDefinitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.yml�]M��(��ර��fr�m2I�R���2�\��(��͎Z@N��~}XȒ���%�*|�%h�׏�A-l���l�7\ ��Li�2C���y�% oH��k|������oo��1�/> ��Yy!ڤ ܌�!f�� ؋�}J22� 4�.�^��*��B��Ze[7��K%�v��Ju;� �;M�ת"DiJ�n)�rQ�vo{(�2���4��2W�E�����cJ�w2�Fj�/%f�<&{U63��,� %�ِ� �o������A!��3�Im0�ax� L�X�e��_ua�������m�ڎ��\ʄ���ؿ9W,��It]���z�I�r�����;W���O0�S�'=�i&�����R� �6X�KIS����l�Ũj1�Vjp_)p�5_�d�C����ҭ�8}'A�o����XPx�5��F!/A�*�QV�3��"�E�M� :!`;��/dK�]��{� ��o��U:7�i#�La� ��*%���k��N�"!k�,�/���� _ ���� SϚ�����k���ȕs�J�a�~��ݹ�>50d�t:�PJ&��(~�1���Qq�[ZDΏ�E' �Ee��Q�yJ���0�đ���k� ������ z�6d���0O�BhN4�X���V�5����bŗ+Lք'��:}����Ղ��mGQ{H���z�nv���U>YQ���������L��)��lk�WO���W��ЁȬg���Ŕ���9w�:�Cqh�vGhO�6DJ~�����Y�ߑ_<�S$�tΔ�>�������� v?e=(���� f�. O��3�v���L1l�{8�2r�Ř4rc�B�p���K!4�6�+�M���V����D��!Tn���2�1+bC��P~1tWi4�X��)�W]�6pS�9C��h�rm�$�m8ڶ,)pV��5ߠk����w_~ܿ��~{ |>�q�5P�J�������� ��6O[�)�m��5V�UT�\h�BF�XD���j���?[�{GK��S�k� �B�a�i3����B�G��}��OX4߀ "�� ���`�N.31"!,���n�ڭ�AO�ڶ����jT���- \� �� hC�^�.2N�J%j��cE��II�_a��4h{<�R�$v��Y�>�v=�-k��x�r޵�eڄ8g*����1�]�C�3 C<��4�F�A��Ư��en����Sϊ�)���o ��S�8�H6VF'G־S��LB��}�JX�OŽ�X���!FL�W�1%��(+B���'fB�z� ��c�0[U�1��:э%�>k���_d2 �c'[{�u�68�ĝ�+%��N=��B��Z�ya�R��E�Q����ŭ��y��,�}`��fv\��n#;ɸ���cءd�зۮ~�=}ߌ�A��'a�ǃ��z�1����cY�c�,"&]�{L�:�+�4�{��-�1u\�7[�����Z�=��ʾ�~� b\C�!��)_�[�f� �'Q��(f�q�ۧ�Kd*��Ě���D�k�Mf�l�e�oQd-��'w[�@�)KO�o?��ӄ���E������{/V�o�#��u� �� "j:yyGj�:8{(���ܚ � j�ǽ�m8�j"Z\�1W!ubJ\D�D�;�!�<q�1����HHtf���c��6�9iVt���Ŵ1�&�z �Q��!��Fd�'p��R ��0��n�Y�,1$a��K�=&A��!.��3/�*���0�O��+>>|�z�����̐-<��n��G]��z;����pqgEq2��B�7)�?�j���.�����������a���p��A'�!��ie���[U�u�$% �0���1:ѓ+ܵ�;�����^������PK ���}PKe�R)Definitions/resource-BasicVm-template.yml��R��}��osnQ ���Tݪ�pfk���%�r0񆗐��W�ﱝ0��A�]ݭV˶o{ �T�����I+�z�?'�Ny��H�@Ӑ��f"�Ї'�(J�V�ա���g'��!� �*�O3 �P��)���ycE�4�Q�i�y�p�Y0��ɲ �1���N(z�"�L<�"Oqu�E|��#��A�装�nN��B���1/�����]��x�E�� zD�j�1����'���}g������"c�2¤����f��w� P��(J� L!lLOSrd0�W�e��k�ɎǠ.2`�������M�� ��P�H<�؆�X&c1�,ۏ�f�2é\��@��@�|�jPAy)c�S�ha��+�/�GJ����.0�WI+�p DJ�V�he�r`�KOW��$�@'� �à�1�Y�[gj�N�W���j>_���O)[� ��(�9��lr;9%Ë�)������r���i����� {��ӣ��>���@T]z)���=�g����8v����]���7������S���x!���E�}���o����l��^ӛ����S����{u�&꯳������R��� k��a�����O����?r�K^�����/��q<�L|�"2�������|���s�%�};�����M������ޔ��->^�n��?�����}�����ѫrN��ߟ������������ZMf�휝��M7��|q�%7[.G�9�Όw����|��^�?n�_Mt��^��7��R}?~��?���o���t�|,<����B�v�Q��p�ܘ���g2�9��U��̩�"��j⧨��ʩxq�rw�.hhv�|+r����(���}|�2�oV���=�����_k�v�q��&G�������t`�j�>�����)zx����ǎ����f�2��2��(����dD���J���oqф���^E5� � @ �l WT�2�N��N:�19���I�p��AXz@�-��$��<���vYU��7�|$�J�SNs��FڊtCAU�u�G�Z�g��9�2���%�좋�.z�$K����a;okxo���1$��� ���q��3#�w���������2P%Z����+�`:\ #ׂN�/Y>����쳻k\a�V*b2��ɶ�.x�X4Ydꟈ�2�V$r�JK��=R!#�{��X ��y��jr��S� �3PĞ� �Ex&8�X�fR�r�Y��bvcG%I@�*����h%�6^.��Py%R�����e(rVA�?�mJ��4�:��N�6 *��D9 �on*� W(�2vI�����r� ؙ8N��H���Y�cNT3�xq,����� j��* T��p�!�<��4Y�Y��M���(�� ;�h,��X��5Qc5�)��.#4t���鱯�u �o��'�OXBoa��W�9݊���e��H�^x�;:�U`��xP��Ю����PI�,�*�l�X BÜ�����h-��`U��a�5!N(�Tꡗ㹰!�[tf����r"t$M)��ȯE� ��YU��_�2����^�J$^%|F1�����䩽���V Px* *>#4�iC�� �����!�c]�VS��>r��i�CR�������>xH���4��V{!Y���1�=�X��Y$��? �g�E c=7�s���an�@s!����q����p �^Ƹ� �E���#P��.i�����e�p�_�S #�6/I���f��K�)%���~~ss}�p~&ݝ�_���[�m��ޛ�����g�|��ӛ����O����4�������+_����{�A�G-VR�l{Y�,���[� ����!��R�*�|��@��3߀������*9[)$��c����@�+�'\h <���6y*y8s�X�H��V�h���i�<�4C��@ S�WGh�dwhl/���D,��5�_JR�� ޘ�1�PGy/˶����w�4*�����[;�Tv��_ٲZ��j����~�*8�-���V��e�p��-I6�4 w���{:{��;�r��\<�&E�J&���&�a�Nw��j��=#4����M��f3Ŷ,>%�F�Ϧ���e��2��N'�"����.�oQS]6��D |��A5Aݕ?�:sR�8/�'��Q8:]E-�1H)d5�1|�O�wg��J�����.Y�;�_�L���CB���v{�Ǹ2���\� Q�4�"�o�?��ޖ�*Ʉ��3],W��R�c �S !BU�>]�T�Wr�\L��k �B-Y [W��(qj���71j¯eZ��l�TBjm�6�fc�xX�,��[j�Іq�yw7uw.d=�V�kKҶ�K���jP�d[G��m�i��U �Y�m��J���2=\_�I���4[m����5שM< (�z􏡎��m�vu��M��b4�j%J]�-�"�7�9<�v�b<�'_s&�b�5F�դ�Ӥmt���j��V^�\�V-��VN�,|-��Ng�R-���&�y�fk��֑��z�m��[�C������(��}���+�jY�єo���5�z]_����b����o�Z�rw��C�ŮM"�Ծ����v*��$:�>@���4V<��]赲L���>��F�ht?�ܣ��5%b�"k��]����n[�t�n�-�v�������i���E��b�{��nO=�L y�|oW�R�z ���*��G:}E ����Y*�"?*��E�r���x��sS�4����H�&�Ķ��s����׾��W��(�$�P���ޚ5�i� Y�_� ����T�e�s���r�_�婭j��@2���S* ?\�B�S/���ﬔ�%��6|4��X�P�(jS�0�~C��PKYm��.VPKe�R3Definitions/resource-BasicVm-template-interface.yml�]Ys�~�_ᷙ�K6Ru�.kw�M �ԔK�2(ؒ�e��G� ����w�'����;G�Ȓ`�V��Aa���2���_�%�=��iPq�i(���I(����I�h���GG<� d�4�C 0�\+ZA�U`�2���*��*��h!+R7� �<�ĉ��K��1��4�,�0&��7\+T�U�*  �Ă�Ĵd m�P�S]��}��J�M��蔘�I���f�L���ozM-ʫ�qI�TWL�9\;H���!t��\� ̜b>�o��z�:��s����0��V)�������M��k']�%d �H��4p�v�r�hI��Aj� {>�=F�b�)� `�<�)*�::��C7��2�B ����``r�V;]H�'leȥ�)��� ���r�k�������r���0��p�72������M�Bw�U���"%����Jh �v�W���Wn*oL2|w�*3��b�g�0v�`��!fp�&�jXU7,�3!d�6aέM���2�n }�=�QH���Z3P+�j�!~�+�JU;��6� ]�o9E��v23~��q�-vY���� �X�u�͏�C��q+q�� �]�>����u��w������ *&)7O.Y�L&S��/���z�E��S�n�\T��G% ��ç҈Kz�Zgg��O���KM|v���O�j�q��� �x0~�N�=�����=U|(��7��U�}bGg%Jǰ�ؘ�?Q�k�����V��1)��ڧ�z�޿Oj�!�6��#���G��cC�f׭M��*-<=���Ī7��k����Z��i�l�Z��h�?m�����]UN`���@�z������q2{>l?�/njûÓ�GC��5�e�_��U;9��n��Wή�N�bT.����^�G���ge�ީ�r���W}r����]�\�=w��)��Uz��i��|���Bg6��|>�TJ���r����ݍ ���t��G�����׮�'��f����8�m����mἯ���$�B>�K(y��&,1�څCsX��p�����kg�V3'�l;�\I�V Δ���V{�>_g������'���j�y9��.D�����H't[i*��/r G� +�=��#�(NN�!�Z��C["��z�ҐC�8��Vs[Ĵ�o H���4A��M>�HBJ~�`vcF�׌��&��.�,� �n�xGo��W�xt��� ��ȫ��P�3w���`n�&�L�C<:~=��Q��rQ'0fd���}�x !�9���!�y��ĭ&o\A֢8��H��s.�E�e�r$۫�x � QU�REkNʇ��Z�v�Uo�eS` M�s)%�����q�̪Kt�(�qg˃K��V�-������)K��d�z�@����3�'�4���\u^�'����1�����E�WvnB�#�]�s(�/-�����O��� ��5�N��c;��ha���LU��A��~"[�V���M5^�s�W^'/F���Ry�h���e��+�pup��AR˛$Y�I&�VĹ�\���@�w+"|�� ݗ�Wx�@0���p�^�lD�����h��V����� �ݠ�~������;��B�.�� A��t�4Ҷ]nv`/_�����������6� �"�ʛ�� ~Y�S$�Q ����c�w�W��*�fA�IK�\v���� �&\�Y�A���C�,�:U`�G@v����4��C�E �^n3;��HTԩ��<��:#�E��'�1dK��6iF�wj�BR-�4��h׀Ys� bB��,�2|� �� y���9}�r�,���jJ���0^�?�"[]�xV��Z�x�f��P�:UP��.ٱ�.� #; m}ap8�er)���;-2�����ƀ:��>�se��~������q�>\� �*,�� ;m���f���Z��ȕ�6�O�U�M5Iʈ�B{ai�LXT\�7&MŖ��xvc<�pSe>�����ϱiL�� ^��'�N],6J6$�=h�f����_KǨ�7�U�����T��s��:߮����ʷ �a��RB�G>Ȼ�S�W��?7�T �z�{��7^��Bin�K��!�g,��;s(['3%��� ���d��s��_�`���`�ZpZAڛ�}^Y|�f�u����l*fŪm����X]�f��\_�Q�:a�=�̫��}Co�l���~�G��Pu��+kr[R�6��Hh�h�D�� i#�H�/A��YH��7!�|S���<Ѵ9��n�M�45^a!�m�wԤ/�]����Mv~i@�~�]���4��-�n�����e��u� O�ӆ[v9-����ƚ-g��Dӷ��#N��@������S��������h�BR ��ð�>U˺H��}�<�B\��/��Glϟ�9UI>�e��r�0}��ҭBd�ryS� �{��z�tC&r�6͞�/� 6�;� j�x��D������G�9�x��vz�/%�e׬���9�������q����բ�]����8�1�<|Ř�o���2�߁y��`{�t�ɉ�H��c��}C^e����C1z���j�"��{��D��_X4>�E*1�'*0�{��=�{�M�UNٸ�ӵB,�PK#E5� c�PKe�RADefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.yml��M��0�����EX�[��V=t��+�C���m���;|� �j{��yx��AtAB���VG�lhF�5�s(h�w���t͡9� FP��1��^������:��S���RI��*�J�I� ,�4;U�� ��i�&��I�yrR�'U�ǧ�J)�-��gZ^ ���CDn����"?���!K�%Mz�����.2�C�!=Ԣg��/D�[O��YBī�}E"�$- ��I��AF�=7x�������M��~M�w��e�x��Nt��HV�����| �.asqS{kuGK�7�Qpj�T���5.��;��y�W�c���t�a7��z7l�EYý��+�][������z�gp*��]��W�z��4y~o![��;���úKBEQ5�w��������O��W��߱_PKr��}�TPKe�R.Definitions/resource-Extneutroncp-template.yml�V�o�6~�_��u{��Nb�͍��@�xk��a(�d�H������������~�pw��x������r��Z�t ��GB\PYQ�� -dz����(��&g���FP�fӄ����K�����e4��Q�!�ƗpŇ8��O����aD�����r4�����X~�]\��t�Ɗ����*g��Y���eF�.��_���rOn�R���,�P�d�q���h�Cnxڈ5���}y}B�[F,��$�wPh�Pf�l+��{�� ��P�r��� �GP\����' ��O�o/��Ĕ��x��'>x���� �U�z{�� ӯ���YD���;!���&�M!Q�k��c����ђfBb�wM���Ԁ�� +Q���(��ծU-iԥ���le� UJ��oߪ'���iwCm��.�LLeܦ0fe����t�]�5�/zr�p`�ϥ!���f�~�`aS �2�mRP4��[e��Lk$��;�>H��>%�ٷ\X���1A�������#_+a0 ɩ�pֺ_ �x��:#��u�p�̦D�K؀�@��ڦ� �SB�2���5l���?׌��LP�([����Kc����r�d@XT��J �^�4�<�N*ɧ���ق4�HpԺ��J�R��Y�BU�H��:�I-[AA��Z`�l��@���&�F�@@��L(�iN�J��W����y���Z)�e[�c��Ԗ�z9ǍD+��w���|���3�m�)��G(��=��5�;9jzG?��8%����ߥ����iN�� Ե+�Pj���:�@)) +�Ewu�<�ߝgQw02f��|����V�i(���KT�Hn����u;���&lUmQ}��?��ץ���A?��?�g�'�8��)�`}P2[�mZ���Z;�q���lQP�N�SȈc���X�_��?�:�B�HiU�BFg*؃�ý:i��p"~8�|�vd��E1�pe�:�P��w� ��)2�$��;��/~�ْ���1�G��(�tƝ�f��^�#r��~���{�Oo�� S)xZ�l�#�����b:��]n����78_���o����m����B>^ď'��U6S��r�V'�ė鏼� PKmہN� PKe�R/Definitions/resource-Securityrules-template.yml�T]o�0}ϯ�oݤ�B�&)o]�M���ʚ�"�\�5��mR��w ��fZ7i�D̹���O�2�E1&B +�4� ��C�6�F˳(��I���̲p �i����nB�K���c+>�|�x7�x���Y0_,�\ҭ��^,y<]2o���x�9μÁ-�i�����u0]D�,�~ /��ծ����Z���N�DK��+� � ^�vd��(2�1�P���ت �O���̙ţ�U_P��0Sz���ѨRs|B+�����=�R��0�0CfH$��{��� �wc�-����� ��N<�d2�����M �U�����e0"8��sV��Ȩ�c�o���v&ň;2��V�� ����+�3�R���6~��\]�Q���G_����?��?%ܯ��7�I�Y_�}Q�'��V+鏦�����'��D������N)�R�Ì���}ڑn��)4V y����-�*?8��*$J�M����t�����@*$����i�+�x.������\��C�����Ʀ�*�7duߘ^0��^�Y��X���J����s�K�E�c���_̕�rNJmR^=���tQ��ì=�������v�i�a��V��򭵌�N����uJ����O+�@�J�.� ?Mh��PKS��p�YPKf�RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c������U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA��@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>����T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·������F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf���k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y���kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?��s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d�������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKf�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKf�RDefinitions/policies.yml�[_s�6���8I�����>������&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w��M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKf�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKf�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKf�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKf�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK��gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKf�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ���I��['M�w�Dd��Х+yA���N� v}B�\{{� �N�#����#|��7} �o�)���Y������q��Uy�. S�J��#��ey�M��M�'0 ����������̋�ů֒��˟�1�Zn��Z�qM�4���1��d~���K�ȁ��1�$pN�U�@��6tE����آ��0�]t�/A!?��$X�v���ҵf�.�`ѣ�l��8�|/�Vt�ԳXl��}\A#2�]i���DK����}�G�{��6�3�� 6e�����o�4���݁��O��0�I|�������ɺ��_؆~�qm���x��u��k/��hNҔ8k��r�5�7�_.a1*��8���5ޯ]��v6[7�u�Z���0]�1�eN��9��f�����y� 3�ہ�R@6��_�����Q��%,oWZ�� �ոqn\� �g�ݓ���|]�!�6� �-�a�8YH�BпH��|������>++��,%�����0�� A���u���v%�:��)d�-�I%�ڴ�p����m�pI�-8(�UVπ�W��?2X�� �~�č���Z�l�KR7�9Z�0���^��z�vM'��|��E'̂�M{?�l��$�f�f�H�+�bA�`���� @ �f|��$��E�0H�iK�T�Jg��g[�w�]�T�3�"�����=�曠�7n��p�t�3��I�P���M��t�1��$a��$e.�ҵ�p�>�؝��nд1,���Ú�צ����m��`?�M{����5�9 ڵ��I��;�q��{}K|oa'a;�%H���)-v���X����z�+��I�}´F��4'![߰�wS�fܛz������Ζ���E�_��|�;��x����A�F���ߧ1���MW���s��|U����j+� OizN��C�@��� Z?'(�فLۆ�,�N���4�m ������|�>�Q�� �՝π� Iq� YsqTv���"�^���}9��G�d���V��� �GS�;���ҁ�Е�M-zp��G����/I#A{�'L�]�d�N/�N;ɺeI�� c/]oz�Vh1Ȓ_-� :�(�7��{z��|'L�9�e��X#gx)�_~�]���ԏ�L:�C N ��� @�H �H�^JB��B4�p{c��Kn�2���B���N���7������ڀ�� `D��*'��K�O��8kwCdѮ�ߕ���`)�;a�=�W�Qj��!����kP�b_m"��m@%��]��wS��*Y�RdI#�PFM�[`�yΞa�m�h�K��O�c�)�I��f!f'!4��Ԏs#~V�)���⧹ ܏���j肳H^c�:�.�?s�t!��ez%sTr��7��\�b�[��,p��Se�KX�*���T��G��[�Zh���jNj��70]_ÛS�� oW_.y�޿y�q�^R ��T�����VYL�]��Z �tS���B*nhXTߍm�X��.� �nO��/N�������u��'g3������`<��"�LT�Qw�d{Τ�8�~�k�4jdVK:���@}�(o��)��ண�S�Q��a^�������yQ�]�--�XwC�gږx>_/�O�7� y��_����wҧ�����'��)���ƃz� a�}@�0�e�ڰ��J��)V��a�+���k�h�=�\y�f0�`2���Ɠi�A��N\���M5M��a��'+�;��?/��g�*ѱ0�pQ\"ۍCIa?�"?����mW<����3��%��0�3L`3���l��(��C�G8�X?�=?�QwE�������xq�(�@;^,<��O~��Z�#�v$�Gp� 0�a�Z�N��pw��M'��%i���S�w ��m��� ��tؐ��S���#�`QP5ݙ��ܘ�l��M% ���1�Ty��&�`�~�$r�Vs����' :�M�xAx��g ��(�~����,�?$�kg�P��3��10�𹑂��:A{��t��4S�� � ���U"��}����'��{0�)cW@�����Y���v�E�+]���H�4�_�o�]�ΧW�ɹ=��:�7�L�������Ȁg^�/H>��G;�L?a\?9[Tm�=��*7�� �TǺ�&��}OFN�{]�t.#�<`z�A�� ���0���Ɗ�v��2�"���J|A��4?3�l!W��ς�ȱ�-�Ġ�w�"87�)�ϱ�p��6��Q��,/؜/$>ړ�z� "���*��]cA�L��Q�i`� /N3�?-�i���@�Եdy��ī��,�:����)�`v�3{�le�C�����}%Y�ح �m_ ���C��v����t���{0�;�}����eW ��UD��.���Z�OhBb�����Y�`�7i�c��p���W��}�l ����{RcG��<�Yv�h��Ww��KI�Y��\O�y���By��\�*[�2[ ]���v�,���_lW�G T�}��1��T&��������]B���K�xUˣ<��5 {1=M�5�ۅ�b�x�3��i���0��ڋc/��|~�J^��a�@-H*v�T���e���ɚ���s�D��S�Z���@H\mr��|fR��v��Y���.@�n�-3�j���7rG��K�������'���4M�X_����Twv�mg̦�v��b�2�9��J�X��� z�:�YT���7����@sA� [R��Yn.>�}2�h7hEB�}r�^�h�L���/�"���]X�k�Y�l��q?�@��Ĭ$F�}]��Ə��@�L�/���z��� �����4�ڹޒ��("�a�A:��JU� ��`LB�d(.s҉S⭇ U��w�ͭ�b�]��lv0��7��o�M�U���O��6���d��$H6^�z���h���`c͟��?�����=�˛�F�)�6B窧�O��#X���4���U��U�T7T溓��i��\a�Y�S���?����j|2wA�Y�Ԣ�c�Ɋ ?��0IU�P��*A��r��Z[ǥ��/}���K�/�~*���(y�X46=\(_g�w��s��oW���W��񟋰�D 9�������I%,��cY�,M(�!�'��� ރΨ�����%��y�6���$�~z��� @ş��4q�̆Y�=��i �]:�8;�E,�4ĞΉ_���B\�?�� �>)o �Y���Dĝ�Q>o�>=\�r����:4�����wO�u���c�4�q�C�����@_qS�B�xS޾j�o������۶������&u��#�1�kJ���є�+7e՘[%�\X���� `�>��Rwa�|`z��]F3�ښtb�SE}���}�Lw1y1L�~�c�N�����w�����{���p�I��ȡ�+�aq������Sq�k��\ T��d���8m��Ȧ��A�IR/m(5��i�����R����5�[�w�C/ ��5<]��B�: _����u�����U�Ը�j�36�Q��%�� �eOF��=�(j���8�TxnD�Q��<��Ѕ+�&�e� * 2$v���㒪&�c-zc��ƫE���%�K�c�Ӗ���f�-��GPW��Έ�?%M��= H)�-$�9/�_B���gȯ�1�Sr�:��=Y�0ن����� ��A5KP�"S�zs�\�څ����q�s�].\䦒���;��a:���F��wipRL����'�!������dSqBd(��,��8�BX-� ^��}��g�՘d��}9q�^�#}`4��;�Qd|{�1����6sf��}�Nx_E��\we��|�u/�B��2�P!���Q`�8Sb�f�Y_���f������ȍ���1�Gu7D�� l\��3������§�� "�(^�i'���r����-^��n�`���\�Z꼱 \UE���Z�+a�e�rJ��s�u�u���v"Ï���a-�A�J1Nw(�y#�|/�C������jHH{�2�=f|V|Q�a�i��b`c�D輴'��:�3��re��H�P=�R�hM�M��<��0o?%��H�^���Ȝ$��� qC����e��L�s�������\~�O�T[��)ݐ�>�E�W��!�g��l_�����{=�����.�L�5���7�9�ܸ9��׼~�2'��#��.3��n|M��\�]������ڗV �,t,�^I�s�M�G�Gs�9BV:޺ts�,�9 L�u3M�K_����.Y�xq������Ko���qr�:j:B�Z��p&��L���=�u�Չ2� �03=3 ެ$������z��,��?^@3;�L���(��Bv��#=3Z���/��#'s0�~`�`�o�2����R�٠Յ&��n��8Ia�H�;XI�ߎ�����O � |u��'�#d�� �1(�#5c����� ��>�P-*��Q3O:��{�)��2�=�������ܼY�L;G�9o��4��{��a��QL�w�Lt/�x���#f�1Oc}���U��U��TKsLtP�X(%�#䘈�h���ڐ��j��lDϴj� �xFC�R��� �m�:Qfg�W�`���?���*g�s�|UH� �S���u����c��i�+f<-N�ꁅ���v_��Ӛ(( $�M�n��c��)qQ��*.8p�9n�b�}��1Xˠ�;'ꍛYk��Yq��Jg�>r��{}W�~�k��eC�����M��n�m.���UFƂ�W%� ������e5��!a�df@2G�.�T�7�������(s����w��v�?Ur:B�Z��zG��w�b_.��2���!���ɦ/-O�]�ҡ�i��2�3ʚ��ճӗ���0L�K�ʠ��i2RA=G�D��x8��j��s��PeЇ����e4����%�D� ���5qo �ds������]���O�K�4fx�\�E%��.�C���p��DDG�a+W� ��o�����.U}pߛp�wYdj`���Ӆ���� ����;�v�:B�\W+�}� ����-�>�Z� vP���('``�{e�C)�Z�;�S}k5���=X���U ��e�&𦂱��T�}� ���:��Ր�!�n��'����wb*��u^�Y�)��Q3λ�5�LUQ�q��O ���ʱ� o����\Y���z�$V��Ց�r���V(*�)2q�j��q����W�h���p�t`��dk2��!{�n��*�O$��Q~��Pa�]�;�;�@D]̟; \f�S���h� �7�{�>&[7N��g���0��r#h���8G ��6���X���`��?T;����J鞷c�<�$�錅+C;�2� �s�Bw���F��קF53�S���~��,�0��NwE��ef(�м�J����҃Ֆ�I:��~䐺p��18�h�ˮ�͆�0�z<��b�XcMĄ&�VN� pf�󂦮�s'б�(?7�A�{�� o��v�� �%��=����"ù]N�S�%�tuLH�.�i2�A^2l?��an����$�ðQ�ޢ����T�Xǵ�&�����4�!�d���,�[���Ґs�%A�"JB�r��}��9+��D �w��ť�ĺ�WG�P��|P1f!�$��h �r��8���������MAg~����$u��z9�T̋/����ߓ �wuu?0�GR'�0� ѦİA�^����@�2�CX�.�V��ysaGS�̦r�<���QΘ+�a���a��5��JRG�i�Rp�o)x`�}�m$��Ͼ.���2�Q�=��A�m���5�� UjA���復��%���  ��v`�� �`b�Dt�\�\�?������;����bk_��[[ߑ�k[)���*��u� �#d�5��`x�����.�1�W;٧.J7됹Q��[ h� )��e R�3s��{f )<ۥ�W{��ܒ�̍�nm�^g')��z��p1;"I�h�Jv�-=x C�-�� �eb�/����m״�Ȗx>_��00�K�-l�Ǜ�(3�`�a��}���� ����ʭa�6����� ��h3�����J��6���&E��G��D�����v|�LE��0�w矿\^�uBnaj��$Ĝ���-lz�)�ډ�ڞޝ�����������w��kӫ�伮)� �̈2���H;[%�x��p4����&�Q���˩d�����6��Ѥ����/ex�y+ �7�>84"G����-2���5֛JCو���g�w�T�c��Y%���nn�ģ�O�a|t��{�bv��B��s;����K��p��C�C]� ]'KYA��� �O�>~�� ���~�P���fk�T�&���϶�vu�A���(^��A�;O\݉�p�=��b��V�T����E�����(��H%F�b�e����d=��c�,�]�W��+ T���+������S��2I�^��ht^���"aݢ�E��4�'�į)M�!Q5�O���I!��$���>�>Z��*�������*$�2}$���g�DyF~C�~G&_�0Y���w:.� W��"�J��\->�����ՕM%�;{rqs��i��o�_����zj�Sž�1����g��o�S��lH/��_�9�����5�zr��p����W�C`xv{q�u|wnOno..S���W�{0hZa*� �&(��>�O����DP>�@���Uv.���v��?�/��ʃ��͗\�0=X��N��?���,2�m�N��U� �'t��D����y�>����!7]�~�d�+{7`��gbo�I�0�q�$��n�f*\mH��_���$>5 ��Ҋ�9��v�׈�2Xi���֪��rf�&E��K��~���*��QZ�aD��v�qS�nHb�W3�.�eX^��j!��s!r �tS��Ψ�A�&�x�]�4j_��`bp�<� q�=HC � ;�бA�a�Z���9&�I�g�ž��N�D��y?I�u��?L��I���U�9����H�PNiŮY6� R+��g�+�Sծ�����͋��E���]6U~�o,*�Zy�Qi�=e/k�W������C��X���V����BA�yu&}�� -����Q�V&�H �'�z*H���=�}���GӼ��׬:m���v"?l*��"7�S~�О�~vNq��+w���� ���A& ����=U�䢳aU�wܯT��c��N���brU��NF6�/K�~' w 16�&�k/�ø���S�;3��-IX 4��@�ﻎr�ȡA���ܿ�9F_k#T!r8P��KKI�'Ft��}R,���a���w/�]X4�Q��ͽ�LoH��E��nE&gvt6y� �6��\bE��"�y�@U�5'݄��΂oA����«�b�թ�էRݎ �\e�xed��,�L������ƌFG�0���B��`�jyӄ1�Zhq�ÚtN�� ��aq�����T�v�����C#%���\�3'�b�нQ�KS�+0�5����Õn��,?TL����~o�>��.N|w�����+/�� �� ���t/q)�fgt;3�&L�F��45"�eh\7ֲꄁ4]VCz�/� G�B[�o���<Ų�1ф���"Vcd݄)��Dٓ���c/���Nl=�=����>]L�ڰd�e�/���E6�� B�I[TP��.� = �h���AV������t����+���\N�ؒ� ͤ�p�Rc�JPZ>������7bm2?��- �|�j9R�2�P�`N׏Xl ���^�J���� U#(�/6�u��d��}r"t1�n�e*�� &���I% ����"1��qS�l� )ţxP] ���_>Z�>Z���h�� >�~,�eՆT1g5 4��,/�E� 絛J/�/���)���������@��&�꼫��;M ��������H��VSvn_��h�6��F�ub�0��K�)K�g�$X�6]�ĝ�;�Y�8�b� ��m�C�P�q���Y��-���h��9��� $�R �=eS�&3&ɲ�����_��g���弼H2�k��.�rG�(�N�� {p2� ��w�QQ�p�ѐ&>����cH�ć4q�E�w"V i��� ^)�$H�ʸy�ԥ�nj��6���}I+r7To� �~�e�E)iӴb3��1{�G����sZyH�?�)�j�Xғ����~Hs��5nZ^H�;�V���RY0/����� �h��n" C0&�|y;V),�%� N}96C�ИF� �� �6+Kb9�{�I���qN���=��q~�9�WA�͜t%�ۍQ�\q�k8��$� ��Z�t��b�8�O����W�1�T^(�8ψ�Ȇ ൅�#�.��k��K� V����w���Q� ��wG�0�;w)(��3q{̞�L��x��{��`�U6b�Z��L/� ���m�}��8�� =�ؤ5w���_�!���Ue#���t �?W�Eš����h8�7��[M�}��'E!ot��Aw�E\�s1@w%�l� ��^Y���a����R���н͐ �j�& +Q�m�^,f�@��2P�� ���lW1��}�"]�Q���+-���,]@����⾇�,RR���<ȍ�܈��[�eO����?˗U`��������+����:b��%�i�i t'3�´����0G4���&�5���`�T"�tI_���:T� J��$FVm�{��y�Yț��Lw�?�y�����saTa���Z�<⭗���iŖ�C� H �R�����Ұ�� 7^/TNXxy�x�}��ց� ����xʃ,�+�Q���I�4�E�ұ�X���[<� �7Q��Q�&�����}j��%� ,|?��h��~���X�<c�y����}���X?���,`�Eן?�����'�����k �X�}r�Kv�� �;�Z;��Nh�l�o�ɫԲײ��t^->�1;�))`��@������T�z�W��&T ,�b,I�|ga!y$�ݱ(�[����(C^>�/\�M] ah|��E&�M�*�r�V�u`=�^�&����9�Vdf��E1 �'���uD}I9G�œw��oÎ�|�lw�cg�� �R[Z�ϵX�������b��n�)��מ�7TӤT@�t�}Лv��?�ִ%ɤf��2q �&M���J�����l" |���Iu��P4�@Ph�)"�߅&�2X2[u��:)|�+&���=\�Cs}�Ԉ3Z�t�9��v&֒ϷB4���\�}��WD�!oA =Ǧ�&WFL� ��zb�ԉ8, ��WIX�.��������e��ݍ��@���6u��i���fҲ*�j��G� �.�\�߃z����k�gV~F[Y^t�թK�����E��i�d�n�¡��z�)����R}{���$D��A�=�g�o5���Xʥ�W�9"��|��� �Wsȡ�����C-�fp���y�l T�9�řb���܊�/)\^q<��L��ʟΘUHؒ��Qhc��w��\��vv渢>;�Ŗ��a/�B Qn��MJ��5�y��,6���$d)hP��j�D17i�<� ��̑��5�ն܉����ao��(<"w %݉QGu�rsї4\k;%YBpF%��s�a #�p��o�D��)ɼzZk ����NJ��~B��Ԑن�og���=y�Oɇ��0�$g �&�Ɔ.���pN���*w���_1j#/��lŔ�q� ��G��LƜ�ra�(X{�h�E{����=�S����{G��`@LY��'�2}��g�m ��f������I'�Pk83���ө�6Xn(0��A��ݴ`�k������uC^$��Q�?Y�n�� ��I� �g�.,���6�`N4������V�4�$=�)���u�5kI�����6����ƶ��(��*���O��G��O�5������K�'��*�=`/瞷&���j�9�)������/;r��Q�Nf�f'���*��l�l�������#I��"l0��'���Wls���1��J,6Y�ڍq�T�_0hY�+�g�[��c�G|��L�V+�H5�#��������>۰���Jk��6�a#��;��j8��Q��4� I� �K:tnn�c�+�۲�Ĉ�`߿a��B�4�Dv‰�b�����v�L <��� .J�˴�1����n�6�"�a��-��۹�����a���bk�X�n��I���\�2�E ���O��}a��s�Ů�]׮�c�<��8����6c��$�Ι�R>ʔ� 7�(�fa� �cC/ad��L0�C�1p, �3A�Κl�0���+��J��3� �r�� \N���52M1(]_ҵ5���;��RC�������R0�,�^��ٵ�N�K�C��x��ͦ�����y�[ `f��=�ebD� ���sf F_��ꋚ�ɉ��L����s�E�:J��)y�ׅ���i�6�?�V�Y�b�,�e��,���8u��\�:���i~}͢��~��b�R�,w��1�:�>� ��HWq2з6�-Aġ�%����d��1�zf �W�"��l'�(]G�����N�04I�D ��'��KL��8���P�/���\�ǹW�j!��/�N �T�.�����6q�L%��ĤTrJ���<�ʚ���n�f_�c�h�ѳ�_��&Q?.W�Tδ����(UNq_^���5�\>yvc[�&������\/����z�������_B�1Fr9�����(\d��G^��[����:^�f�����-#qX=f �|��Xpv����.HݧT��X"����|4������ͬS�0��ð,K����P�/��+�Zc�nUK^!\$B��*�o�lX�Sd�iT�5�'є#B�`��j낶F��"�Y���ɴq��0���������t���d!��#f,B�\���K�7� �d]�S��$���3e�b�@����^|z�B2�����`X~���w�ѱ�6=��!"ҵo8�d�K3�����>��Nǿ��K� TN�Е�y�BGY�f���������-�Nnql��-�� ����O�Ivv3P��¥�]n+�/Yn�}7������‘���p�\����u:��|�� �q^�$��-��P_��K�\��8����'���$HXN��w�E�I�H�>���r��r���u�^�$�/u?_�#�m��E���� ����[������s�=K\q���X�e��r�JKl0��K����r+��G�K�� �o��� ��� ��q�a��K�/v2/UPA� `4�������X�Iv��IFt�L* �g��N�f��#:�df�"���!I]�k��u㾰X�ؚ�[i�o�j�n�]!��iÖV�-uA@�l���� ��i5��_N�G�����rv9S|�m�|/.��Å=_E61����07a��$� �V�m�,V�b��E N��89;��ǰ���t7nqڋ[�jr�Ӟ;�t���tnqz0nq�'nQ�-��[t���E.������޹�����8���_+|s�xy*�!� e���۠8w���+`R* �R�\8JXWEA,Z�OG���'`XW��� 0Z���s5��.���Y��ܯ��σ:qA/��9��[�Kb����'�P^J:"H��F�.Lэ@�B����2D��H�TĨ�����R�yY�p!Y, �eqta�EM-(5U�UTr��$�o�$9}�'�鑝$���$9}M'��!O��c�RC��R�RT#j�(N�CUEDZ6��>�>��_����R��������q5{�� &��*��U����e��)�e�hi�8p��K*4�J̷B��~f��bk�vl�K�T����҅�u�J�k��"G@G��D�}�0����A�9J�;�7�+�S:�b�i��a��n��a�k/r��-.y�� b�"��6?���ʉ�ܔV�PJz���#-$K�d���0�Y��t�EJ�9���!��/�,U���ˈ�/��D��@9�����"�U$�� �|�M(��'rC���4�=�r���~� ]OC���Wrj� �U`˜� �gu Rwi{Ϙgv� �B�F������k�}��N�չre�z����D��B��9Y�+ ��;��C����E�� �%)k\�T��z۾�g�N$Y��3[W�{73v��=��B�[�Jc�ne ��q/D���ei� �z�`�+�r�I�a��r� ��WRh�]�����u���;8��AzW=v�ýdqL�fĔ�����#�o+(��W��{��G�E=}�ա?�C��^�[�"�PK}�;.@�PKf�RSArtifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/HEAT/base_ubuntu20.yaml�Wmo�6��_qk�`/��]1�C�"m�bK�]�aZ:�\$�#)%F���#e˒%�n������=�{�y��2��J�EV�6B��O? &?�OF�M���^�������J� �Y��>\�E* &� �R���7���gh�~48�+�<ᖃƿ �Ia���e>g9���F`����|�i���\|�Ć��Sח���%/a@iY����e2)R%�&2��#"���|܀���g���� �e��Xf��b��<��I=Oy)�ܗ�ƒ�������w /�����[\�'�)f���p]­l���Ӕ.+s���}�ue���p)��h菉=2�/e,�yS)� ���a� �~c�1'^������)�"���T��+^V��",��J��i��� ��<9Ƈ�bFC5}��ɍI�ˮ�BX�S�#,��Q�t�,fc��ʜ����$�A�&�є�1�vb��]lH�����ś� �Zgde^��c��tIc~�_+4 ����6'�L0��jJ�J�DŽ��Å H�]k�X��!��4�K�L�sY �q?k�`�娸�Ax���ʹ'P*xD{̞O�}���#x��Xd�ka�ː�B�ou����]ת"�S�yOP�� �+1)���_��m�����gO{ ��?6��h���ҤgZ���r� ���K��Ƴee�*B8}R��yAm|�#�q<x���_PK�ظW�PKf�RcArtifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+���fwC6�������0�a܌����#��!IX ��p~��JE�(T����%8����w����q��'s��rϽ �j�HY/h�� �fl�����PKwHy�PKf�R[Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VF_LICENSE/vf-license-model.xmlU��� D�qW[�� ���Xy���K�.g�Lf�aɶj�� ���m>�ͻ��8 =��" i���K :�6��MH�K�Bɼ�ý~����jc����S��(Ge;m&�0�I�m-�9nQ�=!YR�c�� �^N�/PK�����PKf�RSArtifacts/Resources/basic_vm0/Deployment/VF_MODULES_METADATA/basic_vm0_modules.json��;o�0�{� Aux �8J)�4.��n C�]��Db���S. T� ���rVOwI�W���:���s� :N?&�'�==v���͂K�L�N�fU:�p��}��C�*#9Y�W�UQ;�+P�!��j��G�f?�+�� A�י��ZUe��8[e�63…�*?|^�0t�B��ib�j2���\����e-;B#Fv��cGkWaZ�����9�O�E���P<[�H��L���3ה�h����N�ke�D�Ӫ��A�5f$�+W����:N��1��Է�����H�>���s��6��F�JvG ��z���o�~�����a��R�˸�^|t�x�ɏ�:����>xh��� ڥ���4,�6Eh���||�o}xi^��o��"ޭ��PK�(�PKf�RCArtifacts/Resources/basic_vm0/Deployment/HEAT_ENV/base_ubuntu20.envm�ˎ�@F����D�@u2�jK�(# �1��V\�B��������?�,j�C��o/���49iX�d�V�k>���+b&5�Y��5� �g�|�1KO�ٷ���P<�7[6�5��A�u4�5IÓ9�� ӹ��q.$]�8��s��C�lXW=U}���|߱zBhA���&z�ө�\˹F�'� ��V���ޒ�;�[�O6��w$T��%GPT7��-�& ���U���*�w3΃ +�s�đ&���㞫 �.�\�5��������(_L�p���D�w~�Gʦ���U�Y�:Y�Q�w�)�|@GH�2=+�#�a�?Mgq ����Ay� z(ίe�a�>y.�?��B��Y�d�v\��'� ;ax�?EY`24=c���WTxM�_c�ˠ��j��Fy��VO��K_���^_~PK�!��}�PKe�R�R�B4E csar.metaPKe�R�ku���kTOSCA-Metadata/TOSCA.metaPKe�RiI�K" �E(;Definitions/service-BasicVm-template.ymlPKe�R���k�-� NS.mfPKe�R��o4��r2� Definitions/service-BasicVm-template-interface.ymlPKe�Rn�0TC JO:�Definitions/resource-BasicVmNodesUbuntu20cvfc-template.ymlPKe�R ���}DZ!Definitions/resource-BasicVmNodesUbuntu20cvfc-template-interface.ymlPKe�RYm��.V)j*Definitions/resource-BasicVm-template.ymlPKe�R#E5� c�3�:Definitions/resource-BasicVm-template-interface.ymlPKe�Rr��}�TA�EDefinitions/resource-BasicvmComputeNodesHeatUbuntu20-template.ymlPKe�RmہN� .�GDefinitions/resource-Extneutroncp-template.ymlPKe�RS��p�Y/iLDefinitions/resource-Securityrules-template.ymlPKf�R+�@j5��NODefinitions/data.ymlPKf�R�'}8��Definitions/groups.ymlPKf�R0?��@ @��Definitions/policies.ymlPKf�R���C&A�Definitions/annotations.ymlPKf�R�������Definitions/relationships.ymlPKf�R 2ea� ��Definitions/artifacts.ymlPKf�R�H�v~(�Definitions/capabilities.ymlPKf�R8��ƯDefinitions/interfaces.ymlPKf�R����A���Definitions/nodes.ymlPKf�R}�;.@�e��Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Informational/OTHER/VSP_basic_vm_VSP_Information.txtPKf�R�ظW�S��Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/HEAT/base_ubuntu20.yamlPKf�RwHy�ci�Artifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKf�R�����[sArtifacts/org.openecomp.resource.vf.BasicVm_v1.0/Deployment/VF_LICENSE/vf-license-model.xmlPKf�R�(�S�Artifacts/Resources/basic_vm0/Deployment/VF_MODULES_METADATA/basic_vm0_modules.jsonPKf�R�!��}�C�Artifacts/Resources/basic_vm0/Deployment/HEAT_ENV/base_ubuntu20.envPK� � 2021-05-28 04:07:04,745 DEBUG 195: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': '5272a4da-48f7-4e02-b50f-2c934ff102f9', 'x-fromappid': 'API client'} 2021-05-28 04:07:04,745 DEBUG 197: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-05-28 04:07:04,745 DEBUG 198: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_vm-a76c8db6-41de-46e1-8701-618cda810022" }, "vf-module-parameters": { "param": [{'name': 'ubuntu20_image_name', 'value': 'ubuntu-agent'}, {'name': 'ubuntu20_key_name', 'value': 'cleouverte'}, {'name': 'ubuntu20_pub_key', 'value': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key'}, {'name': 'ubuntu20_flavor_name', 'value': 'm1.smaller'}, {'name': 'VM_name', 'value': 'ubuntu20agent-VM-01'}, {'name': 'vnf_id', 'value': 'ubuntu20agent-VNF-instance'}, {'name': 'vf_module_id', 'value': 'ubuntu20agent-vfmodule-instance'}, {'name': 'vnf_name', 'value': 'ubuntu20agent-VNF'}, {'name': 'admin_plane_net_name', 'value': 'admin'}] } }, "vnf-topology-identifier-structure":{ "vnf-name":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0", "vnf-type":"basic_vm/basic_vm 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-05-28 04:07:04,746 DEBUG 103: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': '5272a4da-48f7-4e02-b50f-2c934ff102f9', 'x-fromappid': 'API client'} 2021-05-28 04:07:04,746 DEBUG 105: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-05-28 04:07:04,746 DEBUG 106: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_vm-a76c8db6-41de-46e1-8701-618cda810022" }, "vf-module-parameters": { "param": [{'name': 'ubuntu20_image_name', 'value': 'ubuntu-agent'}, {'name': 'ubuntu20_key_name', 'value': 'cleouverte'}, {'name': 'ubuntu20_pub_key', 'value': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key'}, {'name': 'ubuntu20_flavor_name', 'value': 'm1.smaller'}, {'name': 'VM_name', 'value': 'ubuntu20agent-VM-01'}, {'name': 'vnf_id', 'value': 'ubuntu20agent-VNF-instance'}, {'name': 'vf_module_id', 'value': 'ubuntu20agent-vfmodule-instance'}, {'name': 'vnf_name', 'value': 'ubuntu20agent-VNF'}, {'name': 'admin_plane_net_name', 'value': 'admin'}] } }, "vnf-topology-identifier-structure":{ "vnf-name":"basic_vm-a76c8db6-41de-46e1-8701-618cda810022_vnf_0", "vnf-type":"basic_vm/basic_vm 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-05-28 04:07:04,749 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:04,751 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=9, connect=9, read=10, redirect=None, status=None) 2021-05-28 04:07:04,751 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=9, connect=9, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:07:04,751 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (2): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:04,753 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=8, connect=8, read=10, redirect=None, status=None) 2021-05-28 04:07:05,354 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=8, connect=8, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:07:05,354 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (3): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:05,355 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=7, connect=7, read=10, redirect=None, status=None) 2021-05-28 04:07:06,557 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=7, connect=7, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:07:06,557 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (4): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:06,559 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=6, connect=6, read=10, redirect=None, status=None) 2021-05-28 04:07:08,962 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=6, connect=6, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:07:08,963 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (5): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:08,965 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=5, connect=5, read=10, redirect=None, status=None) 2021-05-28 04:07:13,770 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=5, connect=5, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:07:13,772 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (6): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:13,774 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=4, connect=4, read=10, redirect=None, status=None) 2021-05-28 04:07:23,381 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=4, connect=4, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:07:23,381 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (7): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:23,383 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=3, connect=3, read=10, redirect=None, status=None) 2021-05-28 04:07:42,601 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=3, connect=3, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:07:42,602 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (8): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:07:42,603 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=2, connect=2, read=10, redirect=None, status=None) 2021-05-28 04:08:21,041 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=2, connect=2, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:08:21,042 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (9): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:08:21,044 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=1, connect=1, read=10, redirect=None, status=None) 2021-05-28 04:09:37,865 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=1, connect=1, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:09:37,866 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (10): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:09:37,868 DEBUG 448:retry.py(1) - Incremented Retry for (url='/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation'): Retry(total=0, connect=0, read=10, redirect=None, status=None) 2021-05-28 04:11:37,964 WARNING 751:connectionpool.py(1) - Retrying (Retry(total=0, connect=0, read=10, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation 2021-05-28 04:11:37,966 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (11): sdnc.api.simpledemo.onap.org:30267 2021-05-28 04:11:37,969 ERROR 142:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] Failed to connect: HTTPSConnectionPool(host='sdnc.api.simpledemo.onap.org', port=30267): Max retries exceeded with url: /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2021-05-28 04:11:37,969 ERROR 212:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] request failed: Can't connect to https://sdnc.api.simpledemo.onap.org:30267/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation. 2021-05-28 04:11:37,970 ERROR 51:basic_vm.py(1) - SDK Exception 2021-05-28 04:11:37,970 INFO 176:run_tests.py(1) - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | basic_vm | integration | 15:40 | FAIL | +-------------------+---------------------+------------------+----------------+ 2021-05-28 04:11:37,974 INFO 57:basic_vm.py(1) - Generate Test report 2021-05-28 04:11:38,056 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): testresults.opnfv.org:80 2021-05-28 04:11:38,297 DEBUG 433:connectionpool.py(1) - http://testresults.opnfv.org:80 "POST /onap/api/v1/results HTTP/1.1" 200 73 2021-05-28 04:11:38,299 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/60b06d7a6c44f5001012018c 2021-05-28 04:11:38,299 ERROR 253:run_tests.py(1) - The test case 'basic_vm' failed. 2021-05-28 04:11:38,300 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_ERROR