2022-01-01 01:39:24,650 DEBUG 22:basic_onboard.py(1) - BasicOnboard init started 2022-01-01 01:39:24,651 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py:120: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._yaml_template: dict = load(yaml_template) 2022-01-01 01:39:24,659 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2022-01-01 01:39:24,660 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2022-01-01 01:39:24,660 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro_stability', value='onaptests.scenario.basic_vm_macro_stability:BasicVmMacroStability', group='xtesting.testcase') 2022-01-01 01:39:24,660 DEBUG 219:extension.py(1) - found extension EntryPoint(name='cds_resource_resolution', value='onaptests.scenario.cds_resource_resolution:CDSResourceResolution', group='xtesting.testcase') 2022-01-01 01:39:24,660 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2022-01-01 01:39:24,660 DEBUG 219:extension.py(1) - found extension EntryPoint(name='multi_vnf_ubuntu_macro', value='onaptests.scenario.multi_vnf_macro:MultiVnfUbuntuMacro', group='xtesting.testcase') 2022-01-01 01:39:24,661 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2022-01-01 01:39:24,661 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2022-01-01 01:39:24,661 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2022-01-01 01:39:24,661 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2022-01-01 01:39:24,661 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2022-01-01 01:39:24,662 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2022-01-01 01:39:24,662 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2022-01-01 01:39:24,662 INFO 169:run_tests.py(1) - Running test case 'basic_onboard'... 2022-01-01 01:39:24,662 DEBUG 32:basic_onboard.py(1) - start time 2022-01-01 01:39:24,663 DEBUG 159:__init__.py(1) - check if Vendor basic_onboard_vendor exists in SDC 2022-01-01 01:39:24,663 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2022-01-01 01:39:24,663 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:24,663 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2022-01-01 01:39:24,663 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2022-01-01 01:39:24,666 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:24,765 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 532 2022-01-01 01:39:24,767 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2022-01-01 01:39:24,767 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"31f7f431859640faacfffa458298b093","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"83d7c02062694a5085b907f2bf24abc1","type":"vlm","name":"1e4d1d43-3a61-44f0-a6f9","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"7a436c11412d4dbc9f4cdbea2ae07121","type":"vlm","name":"d4bd2ae4-42ce-4a49-b160","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":3} 2022-01-01 01:39:24,771 DEBUG 147:__init__.py(1) - number of Vendor returned: 3 2022-01-01 01:39:24,771 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_vendor 2022-01-01 01:39:24,771 INFO 169:__init__.py(1) - Vendor basic_onboard_vendor doesn't exist in SDC 2022-01-01 01:39:24,772 INFO 267:__init__.py(1) - attempting to create Vendor basic_onboard_vendor in SDC 2022-01-01 01:39:24,772 DEBUG 159:__init__.py(1) - check if Vendor basic_onboard_vendor exists in SDC 2022-01-01 01:39:24,773 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2022-01-01 01:39:24,773 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:24,774 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2022-01-01 01:39:24,774 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2022-01-01 01:39:24,777 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:24,860 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 532 2022-01-01 01:39:24,862 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2022-01-01 01:39:24,862 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"31f7f431859640faacfffa458298b093","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"83d7c02062694a5085b907f2bf24abc1","type":"vlm","name":"1e4d1d43-3a61-44f0-a6f9","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"7a436c11412d4dbc9f4cdbea2ae07121","type":"vlm","name":"d4bd2ae4-42ce-4a49-b160","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":3} 2022-01-01 01:39:24,865 DEBUG 147:__init__.py(1) - number of Vendor returned: 3 2022-01-01 01:39:24,865 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_vendor 2022-01-01 01:39:24,866 INFO 169:__init__.py(1) - Vendor basic_onboard_vendor doesn't exist in SDC 2022-01-01 01:39:24,890 DEBUG 129:onap_service.py(1) - [SDC][create Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:24,890 DEBUG 131:onap_service.py(1) - [SDC][create Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2022-01-01 01:39:24,890 DEBUG 132:onap_service.py(1) - [SDC][create Vendor] data sent: { "iconRef": "icon", "vendorName": "basic_onboard_vendor", "description": "vendor" } 2022-01-01 01:39:24,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:25,765 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 2022-01-01 01:39:25,767 INFO 142:onap_service.py(1) - [SDC][create Vendor] response code: 200 2022-01-01 01:39:25,767 DEBUG 146:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"607450d29c0b49c9bd52ab38a9583e0f","version":{"id":"4c63675e76b74e4d9a1f5ad494985978","name":"1.0","description":"Initial version","status":"Draft"}} 2022-01-01 01:39:25,771 INFO 285:__init__.py(1) - Vendor basic_onboard_vendor is created in SDC 2022-01-01 01:39:25,771 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basic_onboard_vendor in SDC 2022-01-01 01:39:25,777 DEBUG 129:onap_service.py(1) - [SDC][Submit Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:25,778 DEBUG 131:onap_service.py(1) - [SDC][Submit Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/607450d29c0b49c9bd52ab38a9583e0f/versions/4c63675e76b74e4d9a1f5ad494985978/actions 2022-01-01 01:39:25,778 DEBUG 132:onap_service.py(1) - [SDC][Submit Vendor] data sent: { "action": "Submit" } 2022-01-01 01:39:25,781 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:25,996 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/607450d29c0b49c9bd52ab38a9583e0f/versions/4c63675e76b74e4d9a1f5ad494985978/actions HTTP/1.1" 200 2 2022-01-01 01:39:25,997 INFO 142:onap_service.py(1) - [SDC][Submit Vendor] response code: 200 2022-01-01 01:39:25,998 DEBUG 146:onap_service.py(1) - [SDC][Submit Vendor] response: {} 2022-01-01 01:39:26,001 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_npbaMY_VSP exists in SDC 2022-01-01 01:39:26,001 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2022-01-01 01:39:26,002 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,002 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2022-01-01 01:39:26,002 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2022-01-01 01:39:26,004 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,063 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 877 2022-01-01 01:39:26,064 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2022-01-01 01:39:26,065 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"31f7f431859640faacfffa458298b093","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"29a09fafae9e46bb8927e1270813abf1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e3bdc335-d5da","description":"vendor software product","vendorName":"1e4d1d43-3a61-44f0-a6f9","vendorId":"83d7c02062694a5085b907f2bf24abc1","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"9fc93bfc8cb641ceabfa2ad618ccde4e","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e7762089-71bd","description":"vendor software product","vendorName":"d4bd2ae4-42ce-4a49-b160","vendorId":"7a436c11412d4dbc9f4cdbea2ae07121","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"54c8cebaa37243ce99ca51ce365dd202","owner":"cs0008","status":"ACTIVE"}],"listCount":3} 2022-01-01 01:39:26,066 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2022-01-01 01:39:26,067 DEBUG 324:vsp.py(1) - importing VSP pNF e3bdc335-d5da from SDC 2022-01-01 01:39:26,067 DEBUG 324:vsp.py(1) - importing VSP vFW e7762089-71bd from SDC 2022-01-01 01:39:26,067 DEBUG 147:__init__.py(1) - number of Vsp returned: 3 2022-01-01 01:39:26,067 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY_VSP 2022-01-01 01:39:26,067 INFO 169:__init__.py(1) - Vsp basic_onboard_npbaMY_VSP doesn't exist in SDC 2022-01-01 01:39:26,067 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_npbaMY_VSP exists in SDC 2022-01-01 01:39:26,068 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2022-01-01 01:39:26,068 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,068 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2022-01-01 01:39:26,068 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2022-01-01 01:39:26,070 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,159 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 877 2022-01-01 01:39:26,161 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2022-01-01 01:39:26,162 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"31f7f431859640faacfffa458298b093","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"29a09fafae9e46bb8927e1270813abf1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e3bdc335-d5da","description":"vendor software product","vendorName":"1e4d1d43-3a61-44f0-a6f9","vendorId":"83d7c02062694a5085b907f2bf24abc1","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"9fc93bfc8cb641ceabfa2ad618ccde4e","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e7762089-71bd","description":"vendor software product","vendorName":"d4bd2ae4-42ce-4a49-b160","vendorId":"7a436c11412d4dbc9f4cdbea2ae07121","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"54c8cebaa37243ce99ca51ce365dd202","owner":"cs0008","status":"ACTIVE"}],"listCount":3} 2022-01-01 01:39:26,165 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2022-01-01 01:39:26,165 DEBUG 324:vsp.py(1) - importing VSP pNF e3bdc335-d5da from SDC 2022-01-01 01:39:26,165 DEBUG 324:vsp.py(1) - importing VSP vFW e7762089-71bd from SDC 2022-01-01 01:39:26,165 DEBUG 147:__init__.py(1) - number of Vsp returned: 3 2022-01-01 01:39:26,166 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY_VSP 2022-01-01 01:39:26,166 INFO 169:__init__.py(1) - Vsp basic_onboard_npbaMY_VSP doesn't exist in SDC 2022-01-01 01:39:26,166 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_npbaMY_VSP exists in SDC 2022-01-01 01:39:26,166 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2022-01-01 01:39:26,167 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,167 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2022-01-01 01:39:26,167 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2022-01-01 01:39:26,170 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,353 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 877 2022-01-01 01:39:26,355 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2022-01-01 01:39:26,355 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"31f7f431859640faacfffa458298b093","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"29a09fafae9e46bb8927e1270813abf1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e3bdc335-d5da","description":"vendor software product","vendorName":"1e4d1d43-3a61-44f0-a6f9","vendorId":"83d7c02062694a5085b907f2bf24abc1","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"9fc93bfc8cb641ceabfa2ad618ccde4e","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e7762089-71bd","description":"vendor software product","vendorName":"d4bd2ae4-42ce-4a49-b160","vendorId":"7a436c11412d4dbc9f4cdbea2ae07121","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"54c8cebaa37243ce99ca51ce365dd202","owner":"cs0008","status":"ACTIVE"}],"listCount":3} 2022-01-01 01:39:26,358 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2022-01-01 01:39:26,359 DEBUG 324:vsp.py(1) - importing VSP pNF e3bdc335-d5da from SDC 2022-01-01 01:39:26,359 DEBUG 324:vsp.py(1) - importing VSP vFW e7762089-71bd from SDC 2022-01-01 01:39:26,359 DEBUG 147:__init__.py(1) - number of Vsp returned: 3 2022-01-01 01:39:26,359 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY_VSP 2022-01-01 01:39:26,360 INFO 169:__init__.py(1) - Vsp basic_onboard_npbaMY_VSP doesn't exist in SDC 2022-01-01 01:39:26,360 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_npbaMY_VSP exists in SDC 2022-01-01 01:39:26,360 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2022-01-01 01:39:26,360 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,361 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2022-01-01 01:39:26,361 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2022-01-01 01:39:26,363 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,487 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 877 2022-01-01 01:39:26,489 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2022-01-01 01:39:26,489 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"31f7f431859640faacfffa458298b093","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"29a09fafae9e46bb8927e1270813abf1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e3bdc335-d5da","description":"vendor software product","vendorName":"1e4d1d43-3a61-44f0-a6f9","vendorId":"83d7c02062694a5085b907f2bf24abc1","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"9fc93bfc8cb641ceabfa2ad618ccde4e","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e7762089-71bd","description":"vendor software product","vendorName":"d4bd2ae4-42ce-4a49-b160","vendorId":"7a436c11412d4dbc9f4cdbea2ae07121","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"54c8cebaa37243ce99ca51ce365dd202","owner":"cs0008","status":"ACTIVE"}],"listCount":3} 2022-01-01 01:39:26,492 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2022-01-01 01:39:26,493 DEBUG 324:vsp.py(1) - importing VSP pNF e3bdc335-d5da from SDC 2022-01-01 01:39:26,493 DEBUG 324:vsp.py(1) - importing VSP vFW e7762089-71bd from SDC 2022-01-01 01:39:26,493 DEBUG 147:__init__.py(1) - number of Vsp returned: 3 2022-01-01 01:39:26,493 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY_VSP 2022-01-01 01:39:26,493 INFO 169:__init__.py(1) - Vsp basic_onboard_npbaMY_VSP doesn't exist in SDC 2022-01-01 01:39:26,494 INFO 267:__init__.py(1) - attempting to create Vsp basic_onboard_npbaMY_VSP in SDC 2022-01-01 01:39:26,494 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_npbaMY_VSP exists in SDC 2022-01-01 01:39:26,494 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2022-01-01 01:39:26,495 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,495 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2022-01-01 01:39:26,495 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2022-01-01 01:39:26,497 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,563 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 877 2022-01-01 01:39:26,564 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2022-01-01 01:39:26,564 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"31f7f431859640faacfffa458298b093","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"29a09fafae9e46bb8927e1270813abf1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e3bdc335-d5da","description":"vendor software product","vendorName":"1e4d1d43-3a61-44f0-a6f9","vendorId":"83d7c02062694a5085b907f2bf24abc1","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"9fc93bfc8cb641ceabfa2ad618ccde4e","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e7762089-71bd","description":"vendor software product","vendorName":"d4bd2ae4-42ce-4a49-b160","vendorId":"7a436c11412d4dbc9f4cdbea2ae07121","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"54c8cebaa37243ce99ca51ce365dd202","owner":"cs0008","status":"ACTIVE"}],"listCount":3} 2022-01-01 01:39:26,567 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2022-01-01 01:39:26,567 DEBUG 324:vsp.py(1) - importing VSP pNF e3bdc335-d5da from SDC 2022-01-01 01:39:26,567 DEBUG 324:vsp.py(1) - importing VSP vFW e7762089-71bd from SDC 2022-01-01 01:39:26,567 DEBUG 147:__init__.py(1) - number of Vsp returned: 3 2022-01-01 01:39:26,567 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY_VSP 2022-01-01 01:39:26,568 INFO 169:__init__.py(1) - Vsp basic_onboard_npbaMY_VSP doesn't exist in SDC 2022-01-01 01:39:26,572 DEBUG 159:__init__.py(1) - check if Vendor basic_onboard_vendor exists in SDC 2022-01-01 01:39:26,572 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC 2022-01-01 01:39:26,573 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,573 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models 2022-01-01 01:39:26,573 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None 2022-01-01 01:39:26,575 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,662 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 691 2022-01-01 01:39:26,663 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200 2022-01-01 01:39:26,664 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"607450d29c0b49c9bd52ab38a9583e0f","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"31f7f431859640faacfffa458298b093","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"83d7c02062694a5085b907f2bf24abc1","type":"vlm","name":"1e4d1d43-3a61-44f0-a6f9","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"7a436c11412d4dbc9f4cdbea2ae07121","type":"vlm","name":"d4bd2ae4-42ce-4a49-b160","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4} 2022-01-01 01:39:26,667 DEBUG 147:__init__.py(1) - number of Vendor returned: 4 2022-01-01 01:39:26,667 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_vendor 2022-01-01 01:39:26,668 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,668 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/607450d29c0b49c9bd52ab38a9583e0f/versions 2022-01-01 01:39:26,668 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:26,671 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,753 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/607450d29c0b49c9bd52ab38a9583e0f/versions HTTP/1.1" 200 264 2022-01-01 01:39:26,755 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:26,756 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4c63675e76b74e4d9a1f5ad494985978","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1641001165040,"modificationTime":1641001165893,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2022-01-01 01:39:26,758 DEBUG 46:sdc_element.py(1) - details found, updating 2022-01-01 01:39:26,759 INFO 192:__init__.py(1) - Vendor found, updating information 2022-01-01 01:39:26,759 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,760 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/607450d29c0b49c9bd52ab38a9583e0f/versions 2022-01-01 01:39:26,760 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:26,763 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:26,851 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/607450d29c0b49c9bd52ab38a9583e0f/versions HTTP/1.1" 200 264 2022-01-01 01:39:26,853 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:26,853 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4c63675e76b74e4d9a1f5ad494985978","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1641001165040,"modificationTime":1641001165893,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2022-01-01 01:39:26,856 DEBUG 46:sdc_element.py(1) - details found, updating 2022-01-01 01:39:26,857 DEBUG 129:onap_service.py(1) - [SDC][create Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:26,857 DEBUG 131:onap_service.py(1) - [SDC][create Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2022-01-01 01:39:26,857 DEBUG 132:onap_service.py(1) - [SDC][create Vsp] data sent: { "name": "basic_onboard_npbaMY_VSP", "description": "vendor software product", "icon": "icon", "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "vendorName": "basic_onboard_vendor", "vendorId": "607450d29c0b49c9bd52ab38a9583e0f", "licensingData": {}, "onboardingMethod": "NetworkPackage" } 2022-01-01 01:39:26,860 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:29,659 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 2022-01-01 01:39:29,661 INFO 142:onap_service.py(1) - [SDC][create Vsp] response code: 200 2022-01-01 01:39:29,661 DEBUG 146:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"d82fc6857b3e4589977aa349419185c9","version":{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft"}} 2022-01-01 01:39:29,664 INFO 285:__init__.py(1) - Vsp basic_onboard_npbaMY_VSP is created in SDC 2022-01-01 01:39:29,665 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:29,665 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:29,666 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:29,668 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:29,750 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:29,752 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:29,752 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001168046,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:29,755 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:29,755 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:29,755 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:29,758 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:29,955 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 223 2022-01-01 01:39:29,957 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:29,957 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1641001166939,"modificationTime":1641001167955} 2022-01-01 01:39:29,960 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:29,961 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:29,961 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:29,964 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:30,318 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 409 2022-01-01 01:39:30,319 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:30,320 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2"} 2022-01-01 01:39:30,323 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:30,323 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:30,323 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:30,326 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:30,483 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 409 2022-01-01 01:39:30,484 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:30,485 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2"} 2022-01-01 01:39:30,487 INFO 241:vsp.py(1) - attempting to upload package for basic_onboard_npbaMY_VSP in SDC 2022-01-01 01:39:30,488 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:30,488 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:30,488 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:30,491 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:30,548 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:30,549 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:30,549 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001168046,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:30,551 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:30,552 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:30,552 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:30,554 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:30,638 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 223 2022-01-01 01:39:30,640 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:30,640 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1641001166939,"modificationTime":1641001167955} 2022-01-01 01:39:30,643 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:30,643 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:30,643 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:30,646 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:30,857 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 409 2022-01-01 01:39:30,859 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:30,859 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2"} 2022-01-01 01:39:30,863 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:30,863 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:30,863 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:30,866 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,068 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 409 2022-01-01 01:39:31,070 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:31,070 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2"} 2022-01-01 01:39:31,074 DEBUG 129:onap_service.py(1) - [SDC][upload ZIP for Vsp] sent header: {'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk', 'Accept-Encoding': 'gzip, deflate'} 2022-01-01 01:39:31,075 DEBUG 131:onap_service.py(1) - [SDC][upload ZIP for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/orchestration-template-candidate 2022-01-01 01:39:31,075 DEBUG 132:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None 2022-01-01 01:39:31,079 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,251 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/orchestration-template-candidate HTTP/1.1" 200 94 2022-01-01 01:39:31,253 INFO 142:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200 2022-01-01 01:39:31,253 DEBUG 146:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:31,254 INFO 194:vsp.py(1) - Files for Vsp basic_onboard_npbaMY_VSP have been uploaded 2022-01-01 01:39:31,257 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,257 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:31,257 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:31,260 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,313 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:31,314 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:31,314 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001168046,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:31,316 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,316 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:31,316 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:31,318 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,394 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 222 2022-01-01 01:39:31,396 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:31,396 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1641001166939,"modificationTime":1641001171243} 2022-01-01 01:39:31,400 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,400 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:31,400 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:31,403 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,505 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 480 2022-01-01 01:39:31,507 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:31,507 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:31,510 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,511 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:31,511 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:31,514 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,630 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 480 2022-01-01 01:39:31,632 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:31,633 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:31,636 INFO 241:vsp.py(1) - attempting to validate for basic_onboard_npbaMY_VSP in SDC 2022-01-01 01:39:31,637 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,637 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:31,637 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:31,640 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,689 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:31,691 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:31,691 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001168046,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:31,694 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,695 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:31,695 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:31,698 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,791 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 222 2022-01-01 01:39:31,792 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:31,792 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1641001166939,"modificationTime":1641001171243} 2022-01-01 01:39:31,794 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,794 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:31,794 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:31,796 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,908 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 480 2022-01-01 01:39:31,910 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:31,911 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:31,915 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,915 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:31,915 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:31,919 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:31,992 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 480 2022-01-01 01:39:31,994 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:31,994 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","candidateOnboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:31,997 DEBUG 129:onap_service.py(1) - [SDC][Validate artifacts for Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:31,998 DEBUG 131:onap_service.py(1) - [SDC][Validate artifacts for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/orchestration-template-candidate/process 2022-01-01 01:39:31,998 DEBUG 132:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None 2022-01-01 01:39:32,000 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:34,421 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/orchestration-template-candidate/process HTTP/1.1" 200 87 2022-01-01 01:39:34,423 INFO 142:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200 2022-01-01 01:39:34,423 DEBUG 146:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_ubuntu18.yaml","base_ubuntu18.env"],"errors":{},"status":"Success"} 2022-01-01 01:39:34,427 INFO 209:vsp.py(1) - Artifacts for Vsp basic_onboard_npbaMY_VSP have been validated 2022-01-01 01:39:34,428 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:34,428 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:34,429 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:34,431 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:34,491 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:34,493 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:34,493 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001168046,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:34,496 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:34,496 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:34,496 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:34,499 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:34,569 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 222 2022-01-01 01:39:34,570 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:34,571 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1641001166939,"modificationTime":1641001174411} 2022-01-01 01:39:34,574 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:34,575 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:34,575 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:34,578 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:34,705 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 656 2022-01-01 01:39:34,706 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:34,707 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:34,711 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:34,711 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:34,711 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:34,714 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:34,829 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 656 2022-01-01 01:39:34,831 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:34,831 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:34,835 INFO 241:vsp.py(1) - attempting to commit for basic_onboard_npbaMY_VSP in SDC 2022-01-01 01:39:34,835 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:34,835 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:34,836 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:34,838 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:34,895 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:34,897 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:34,897 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001168046,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:34,900 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:34,900 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:34,900 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:34,903 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:34,989 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 222 2022-01-01 01:39:34,990 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:34,990 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1641001166939,"modificationTime":1641001174411} 2022-01-01 01:39:34,993 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:34,994 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:34,994 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:34,996 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:35,151 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 656 2022-01-01 01:39:35,153 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:35,154 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:35,158 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:35,158 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:35,158 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:35,161 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:35,319 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 656 2022-01-01 01:39:35,320 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:35,321 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:35,331 DEBUG 129:onap_service.py(1) - [SDC][Commit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:35,332 DEBUG 131:onap_service.py(1) - [SDC][Commit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions 2022-01-01 01:39:35,332 DEBUG 132:onap_service.py(1) - [SDC][Commit Vsp] data sent: { "commitRequest":{"message":"ok"}, "action": "Commit" } 2022-01-01 01:39:35,335 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:37,123 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions HTTP/1.1" 200 2 2022-01-01 01:39:37,125 INFO 142:onap_service.py(1) - [SDC][Commit Vsp] response code: 200 2022-01-01 01:39:37,126 DEBUG 146:onap_service.py(1) - [SDC][Commit Vsp] response: {} 2022-01-01 01:39:37,130 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:37,130 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:37,130 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:37,133 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:37,190 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:37,191 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:37,191 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001175395,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:37,194 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:37,194 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:37,194 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:37,197 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:37,278 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 223 2022-01-01 01:39:37,280 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:37,280 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1641001166939,"modificationTime":1641001174411} 2022-01-01 01:39:37,283 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:37,284 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:37,284 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:37,286 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:37,417 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 656 2022-01-01 01:39:37,418 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:37,419 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:37,422 INFO 241:vsp.py(1) - attempting to certify/sumbit for basic_onboard_npbaMY_VSP in SDC 2022-01-01 01:39:37,422 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:37,423 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:37,423 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:37,425 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:37,485 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 253 2022-01-01 01:39:37,486 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:37,487 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1641001166939,"modificationTime":1641001175395,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1} 2022-01-01 01:39:37,490 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:37,490 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:37,490 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None 2022-01-01 01:39:37,493 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:37,580 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 223 2022-01-01 01:39:37,582 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200 2022-01-01 01:39:37,582 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1641001166939,"modificationTime":1641001174411} 2022-01-01 01:39:37,585 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:37,586 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:37,586 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:37,588 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:37,781 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 656 2022-01-01 01:39:37,782 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:37,783 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:37,792 DEBUG 129:onap_service.py(1) - [SDC][Submit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:37,792 DEBUG 131:onap_service.py(1) - [SDC][Submit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions 2022-01-01 01:39:37,792 DEBUG 132:onap_service.py(1) - [SDC][Submit Vsp] data sent: { "action": "Submit" } 2022-01-01 01:39:37,795 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:41,149 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions HTTP/1.1" 200 2 2022-01-01 01:39:41,150 INFO 142:onap_service.py(1) - [SDC][Submit Vsp] response code: 200 2022-01-01 01:39:41,151 DEBUG 146:onap_service.py(1) - [SDC][Submit Vsp] response: {} 2022-01-01 01:39:41,154 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:41,154 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:41,155 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:41,157 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:41,211 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 264 2022-01-01 01:39:41,213 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:41,213 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1641001166939,"modificationTime":1641001180564,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2022-01-01 01:39:41,215 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_onboard_npbaMY_VSP in SDC 2022-01-01 01:39:41,216 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:41,216 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:41,216 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:41,218 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:41,278 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 264 2022-01-01 01:39:41,279 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:41,279 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1641001166939,"modificationTime":1641001180564,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2022-01-01 01:39:41,284 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:41,285 DEBUG 131:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions 2022-01-01 01:39:41,285 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2022-01-01 01:39:41,286 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:41,931 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions HTTP/1.1" 200 381 2022-01-01 01:39:41,933 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2022-01-01 01:39:41,933 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_onboard_npbaMY_VSP","version":"1.0","versionId":"b456b20956924f5a9870227dc5a4cef2","packageId":"d82fc6857b3e4589977aa349419185c9","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2022-01-01 01:39:41,934 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_onboard_npbaMY_VSP","version":"1.0","versionId":"b456b20956924f5a9870227dc5a4cef2","packageId":"d82fc6857b3e4589977aa349419185c9","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2022-01-01 01:39:41,938 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_npbaMY exists in SDC 2022-01-01 01:39:41,938 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2022-01-01 01:39:41,939 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:41,939 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2022-01-01 01:39:41,939 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2022-01-01 01:39:41,942 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:39:42,019 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 728 2022-01-01 01:39:42,020 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2022-01-01 01:39:42,020 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","name":"vFW e7762089-71bd","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/92ba88cc-75a4-45eb-bc7b-95abd295594f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/resources/49c30f41-bba1-4fdf-b22b-eedee62b70af/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008"}] 2022-01-01 01:39:42,023 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW e7762089-71bd from SDC 2022-01-01 01:39:42,023 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:42,023 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:42,024 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:39:42,024 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-01-01 01:39:42,024 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:42,025 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:42,025 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:39:42,025 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2022-01-01 01:39:42,026 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:39:42,026 INFO 169:__init__.py(1) - Vf basic_onboard_npbaMY doesn't exist in SDC 2022-01-01 01:39:52,037 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_npbaMY exists in SDC 2022-01-01 01:39:52,037 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2022-01-01 01:39:52,038 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,038 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2022-01-01 01:39:52,038 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2022-01-01 01:39:52,041 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:39:52,145 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 728 2022-01-01 01:39:52,147 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2022-01-01 01:39:52,148 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","name":"vFW e7762089-71bd","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/92ba88cc-75a4-45eb-bc7b-95abd295594f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/resources/49c30f41-bba1-4fdf-b22b-eedee62b70af/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008"}] 2022-01-01 01:39:52,150 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW e7762089-71bd from SDC 2022-01-01 01:39:52,151 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:52,151 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:52,151 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:39:52,151 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-01-01 01:39:52,152 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:52,152 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:52,152 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:39:52,152 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2022-01-01 01:39:52,153 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:39:52,153 INFO 169:__init__.py(1) - Vf basic_onboard_npbaMY doesn't exist in SDC 2022-01-01 01:39:52,153 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_npbaMY exists in SDC 2022-01-01 01:39:52,153 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2022-01-01 01:39:52,154 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,154 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2022-01-01 01:39:52,154 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2022-01-01 01:39:52,157 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:39:52,264 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 728 2022-01-01 01:39:52,265 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2022-01-01 01:39:52,266 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","name":"vFW e7762089-71bd","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/92ba88cc-75a4-45eb-bc7b-95abd295594f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/resources/49c30f41-bba1-4fdf-b22b-eedee62b70af/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008"}] 2022-01-01 01:39:52,268 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW e7762089-71bd from SDC 2022-01-01 01:39:52,269 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:52,269 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:52,269 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:39:52,269 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-01-01 01:39:52,270 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:52,270 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:52,270 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:39:52,270 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2022-01-01 01:39:52,271 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:39:52,271 INFO 169:__init__.py(1) - Vf basic_onboard_npbaMY doesn't exist in SDC 2022-01-01 01:39:52,271 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC 2022-01-01 01:39:52,271 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC 2022-01-01 01:39:52,272 DEBUG 129:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,272 DEBUG 131:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2022-01-01 01:39:52,272 DEBUG 132:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None 2022-01-01 01:39:52,274 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:52,380 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 2022-01-01 01:39:52,382 INFO 142:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200 2022-01-01 01:39:52,384 DEBUG 146:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"models":[{"name":"ETSI SOL001 v2.5.1","derivedFrom":null,"modelType":"NORMATIVE"}],"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"type":null,"ownerId":null,"empty":false}],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.5"} 2022-01-01 01:39:52,389 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9 2022-01-01 01:39:52,390 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic 2022-01-01 01:39:52,390 INFO 192:__init__.py(1) - ResourceCategory found, updating information 2022-01-01 01:39:52,390 INFO 267:__init__.py(1) - attempting to create Vf basic_onboard_npbaMY in SDC 2022-01-01 01:39:52,390 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_npbaMY exists in SDC 2022-01-01 01:39:52,391 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2022-01-01 01:39:52,391 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,391 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2022-01-01 01:39:52,392 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2022-01-01 01:39:52,394 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:39:52,547 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 728 2022-01-01 01:39:52,548 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2022-01-01 01:39:52,549 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","name":"vFW e7762089-71bd","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/92ba88cc-75a4-45eb-bc7b-95abd295594f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/resources/49c30f41-bba1-4fdf-b22b-eedee62b70af/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008"}] 2022-01-01 01:39:52,551 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW e7762089-71bd from SDC 2022-01-01 01:39:52,552 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:52,552 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:52,552 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:39:52,553 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-01-01 01:39:52,553 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:39:52,553 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:39:52,553 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:39:52,553 DEBUG 147:__init__.py(1) - number of Vf returned: 2 2022-01-01 01:39:52,554 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:39:52,554 INFO 169:__init__.py(1) - Vf basic_onboard_npbaMY doesn't exist in SDC 2022-01-01 01:39:52,577 DEBUG 159:__init__.py(1) - check if Vsp basic_onboard_npbaMY_VSP exists in SDC 2022-01-01 01:39:52,577 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC 2022-01-01 01:39:52,578 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,578 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products 2022-01-01 01:39:52,578 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None 2022-01-01 01:39:52,580 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:52,650 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 1169 2022-01-01 01:39:52,651 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200 2022-01-01 01:39:52,652 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"31f7f431859640faacfffa458298b093","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"29a09fafae9e46bb8927e1270813abf1","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e3bdc335-d5da","description":"vendor software product","vendorName":"1e4d1d43-3a61-44f0-a6f9","vendorId":"83d7c02062694a5085b907f2bf24abc1","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"9fc93bfc8cb641ceabfa2ad618ccde4e","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e7762089-71bd","description":"vendor software product","vendorName":"d4bd2ae4-42ce-4a49-b160","vendorId":"7a436c11412d4dbc9f4cdbea2ae07121","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"54c8cebaa37243ce99ca51ce365dd202","owner":"cs0008","status":"ACTIVE"}],"listCount":4} 2022-01-01 01:39:52,655 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_npbaMY_VSP from SDC 2022-01-01 01:39:52,655 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC 2022-01-01 01:39:52,655 DEBUG 324:vsp.py(1) - importing VSP pNF e3bdc335-d5da from SDC 2022-01-01 01:39:52,656 DEBUG 324:vsp.py(1) - importing VSP vFW e7762089-71bd from SDC 2022-01-01 01:39:52,656 DEBUG 147:__init__.py(1) - number of Vsp returned: 4 2022-01-01 01:39:52,656 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY_VSP 2022-01-01 01:39:52,657 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,657 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:52,657 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:52,660 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:52,812 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 264 2022-01-01 01:39:52,814 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:52,814 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1641001166939,"modificationTime":1641001180564,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2022-01-01 01:39:52,817 DEBUG 46:sdc_element.py(1) - details found, updating 2022-01-01 01:39:52,817 INFO 192:__init__.py(1) - Vsp found, updating information 2022-01-01 01:39:52,817 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_onboard_npbaMY_VSP in SDC 2022-01-01 01:39:52,818 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,818 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:52,818 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:52,821 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:52,911 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 264 2022-01-01 01:39:52,912 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:52,913 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1641001166939,"modificationTime":1641001180564,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2022-01-01 01:39:52,916 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:52,916 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions 2022-01-01 01:39:52,916 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None 2022-01-01 01:39:52,919 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:53,011 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/d82fc6857b3e4589977aa349419185c9/versions HTTP/1.1" 200 264 2022-01-01 01:39:53,013 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200 2022-01-01 01:39:53,013 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"b456b20956924f5a9870227dc5a4cef2","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1641001166939,"modificationTime":1641001180564,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1} 2022-01-01 01:39:53,016 DEBUG 46:sdc_element.py(1) - details found, updating 2022-01-01 01:39:53,022 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:53,022 DEBUG 131:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions 2022-01-01 01:39:53,022 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: { "action": "Create_Package" } 2022-01-01 01:39:53,025 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:54,757 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2/actions HTTP/1.1" 200 381 2022-01-01 01:39:54,759 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200 2022-01-01 01:39:54,759 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_onboard_npbaMY_VSP","version":"1.0","versionId":"b456b20956924f5a9870227dc5a4cef2","packageId":"d82fc6857b3e4589977aa349419185c9","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2022-01-01 01:39:54,760 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_onboard_npbaMY_VSP","version":"1.0","versionId":"b456b20956924f5a9870227dc5a4cef2","packageId":"d82fc6857b3e4589977aa349419185c9","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"} 2022-01-01 01:39:54,764 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:54,764 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 2022-01-01 01:39:54,765 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None 2022-01-01 01:39:54,767 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:55,266 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/d82fc6857b3e4589977aa349419185c9/versions/b456b20956924f5a9870227dc5a4cef2 HTTP/1.1" 200 656 2022-01-01 01:39:55,267 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200 2022-01-01 01:39:55,268 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_onboard_npbaMY_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basic_onboard_vendor","vendorId":"607450d29c0b49c9bd52ab38a9583e0f","selectedModelList":[],"onboardingMethod":"NetworkPackage","id":"d82fc6857b3e4589977aa349419185c9","version":"b456b20956924f5a9870227dc5a4cef2","validationData":{"importStructure":{"heat":[{"fileName":"base_ubuntu18.yaml","type":"HEAT","env":{"fileName":"base_ubuntu18.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}]}},"onboardingOrigin":"zip","networkPackageName":"ubuntu18agent"} 2022-01-01 01:39:55,271 DEBUG 129:onap_service.py(1) - [SDC][create Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:39:55,271 DEBUG 131:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources 2022-01-01 01:39:55,272 DEBUG 132:onap_service.py(1) - [SDC][create Vf] data sent: { "artifacts": {}, "attributes": [], "capabilities": {}, "categories": [ { "normalizedName": "generic", "name": "Generic", "uniqueId": "resourceNewCategory.generic", "subcategories": [{"empty": false, "groupings": null, "icons": ["objectStorage", "compute"], "metadataKeys": [], "name": "Abstract", "normalizedName": "abstract", "ownerId": null, "type": null, "uniqueId": "resourceNewCategory.generic.abstract", "version": null}], "version": null, "ownerId": null, "empty": false, "type": null, "icons": null } ], "componentInstances": [], "componentInstancesAttributes": {}, "componentInstancesProperties": {}, "componentType": "RESOURCE", "contactId": "cs0008", "csarUUID": "d82fc6857b3e4589977aa349419185c9", "csarVersion": "1.0", "deploymentArtifacts": {}, "description": "VF", "icon": "defaulticon", "name": "basic_onboard_npbaMY", "properties": [], "groups": [], "requirements": {}, "resourceType": "VF", "tags": ["basic_onboard_npbaMY"], "toscaArtifacts": {}, "vendorName": "basic_onboard_vendor", "vendorRelease": "1.0" } 2022-01-01 01:39:55,274 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:39:58,744 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 2022-01-01 01:39:58,751 INFO 142:onap_service.py(1) - [SDC][create Vf] response code: 201 2022-01-01 01:39:58,761 DEBUG 146:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasiconboardnpbamyvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZiMjVpYjJGeVpGOXVjR0poVFZsZlZsTlFDaUFnSUNCaUxpQWdJQ0JFWlhOamNtbHdkR2x2YmlCMlpXNWtiM0lnYzI5bWRIZGhjbVVnY0hKdlpIVmpkQW9nSUNBZ1l5NGdJQ0FnVm1WeWMybHZiam9nTUM0d0NpQWdJQ0JrTGlBZ0lDQldaVzVrYjNJNklHSmhjMmxqWDI5dVltOWhjbVJmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"description":"Artifact created from csar","creationDate":1641001197169,"artifactType":"OTHER","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","artifactName":"VSP_basic_onboard_npbaMY_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MzFhNTRjMGNhZmMwMzYxNTBmODM5ZGRhMmZkYmZjYWM=","artifactUUID":"d20c01df-5f30-4722-9e88-84c2b9bbb5d5","artifactDisplayName":"VSP_basic_onboard_npbaMY_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardnpbamyvspinformationtxt","esId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","duplicated":false,"payloadUpdateDate":1641001197171,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197169,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJSFZpZFc1MGRURTRYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lIVmlkVzUwZFRFNFgyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnZFdKMWJuUjFNVGhmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUhWaWRXNTBkVEU0WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnZFdKMWJuUjFNVGhmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dkV0oxYm5SMU1UaGZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lIVmlkVzUwZFRFNFgyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJSFZpZFc1MGRURTRYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUhWaWRXNTBkVEU0WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUhWaWRXNTBkVEU0WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQjFZblZ1ZEhVeE9GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ2RXSjFiblIxTVRoZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJSFZpZFc1MGRURTRYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUhWaWRXNTBkVEU0WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUIxWW5WdWRIVXhPRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","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,"description":"created from csar","creationDate":1641001197184,"artifactType":"HEAT","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","artifactName":"base_ubuntu18.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=","artifactUUID":"59b4e1a8-658a-4b94-8126-1528a6c02447","artifactDisplayName":"base_ubuntu18","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","duplicated":false,"payloadUpdateDate":1641001197194,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","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":1641001197184,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiconboardnpbamyvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZiMjVpYjJGeVpGOXVjR0poVFZsZlZsTlFDaUFnSUNCaUxpQWdJQ0JFWlhOamNtbHdkR2x2YmlCMlpXNWtiM0lnYzI5bWRIZGhjbVVnY0hKdlpIVmpkQW9nSUNBZ1l5NGdJQ0FnVm1WeWMybHZiam9nTUM0d0NpQWdJQ0JrTGlBZ0lDQldaVzVrYjNJNklHSmhjMmxqWDI5dVltOWhjbVJmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"description":"Artifact created from csar","creationDate":1641001197169,"artifactType":"OTHER","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","artifactName":"VSP_basic_onboard_npbaMY_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MzFhNTRjMGNhZmMwMzYxNTBmODM5ZGRhMmZkYmZjYWM=","artifactUUID":"d20c01df-5f30-4722-9e88-84c2b9bbb5d5","artifactDisplayName":"VSP_basic_onboard_npbaMY_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardnpbamyvspinformationtxt","esId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","duplicated":false,"payloadUpdateDate":1641001197171,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197169,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","creationDate":1641001197202,"artifactType":"HEAT_ENV","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1env","artifactName":"base_ubuntu18.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZDQ5ZmVhZDQwYjdkM2I0ZTM4ZGNjNTJmOTNkZWU5Mzk=","generatedFromId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1641001197202,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197202,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"description":"TOSCA definition package of the asset","creationDate":1641001196442,"artifactType":"TOSCA_CSAR","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.assettoscacsar","artifactName":"resource-BasicOnboardNpbamy-csar.csar","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001196442,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"description":"TOSCA representation of the asset","creationDate":1641001196442,"artifactType":"TOSCA_TEMPLATE","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.assettoscatemplate","artifactName":"resource-BasicOnboardNpbamy-template.yml","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001196442,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Node","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"feature","uniqueId":"capability.082af001-e8e9-41e0-99bc-bc9554c7ce37.feature","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"feature_ubuntu18","empty":false},{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Node","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"feature","uniqueId":"capability.082af001-e8e9-41e0-99bc-bc9554c7ce37.feature","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Scalable","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"scalable","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.scalable","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"scalable_ubuntu18","empty":false}],"org.openecomp.capabilities.Forwarder":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.Forwarder","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"forwarder","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.forwarder","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.network.Bindable","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"binding","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.binding","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"binding_ubuntu18","empty":false},{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.network.Bindable","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"binding","uniqueId":"capability.6c7cfdb1-7cad-4201-ab96-f2d605091460.binding","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"ubuntu18\",\"network_role\":{\"get_input\":\"port_ubuntu18_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.PortMirroring","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"port_mirroring","uniqueId":"capability.ef7ab67d-3c5e-4e1e-94ab-dfb80d434755.port_mirroring","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"password":false,"name":"disk_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"password":false,"name":"cpu_frequency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"password":false,"name":"mem_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Container","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"host","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.host","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"host_ubuntu18","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.ephemeral.size","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.ephemeral.size","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.ephemeral.size_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"instance","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.instance","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"instance_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"memory","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.memory","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"memory_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.iops","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.iops","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.iops_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"cpu.delta","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.cpu.delta","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"cpu.delta_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.capacity","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.capacity","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.capacity_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.latency","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.latency","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.latency_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.usage","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.usage","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.usage_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"cpu_util","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.cpu_util","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"cpu_util_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.allocation","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.allocation","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.allocation_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.requests.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.requests.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.requests.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.latency","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.latency","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.latency_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"cpu","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.cpu","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"cpu_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.read.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.read.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.read.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.root.size","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.root.size","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.root.size_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"vcpus","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.vcpus","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"vcpus_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.iops","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.iops","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.iops_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.usage","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.usage","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.usage_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.requests.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.requests.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.requests.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.requests.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.requests.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.requests.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.allocation","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.allocation","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.allocation_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.read.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.read.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.read.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.read.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.read.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.read.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"memory.usage","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.memory.usage","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"memory.usage_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.capacity","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.capacity","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.capacity_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"memory.resident","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.memory.resident","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"memory.resident_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.packets.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.packets.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outgoing.bytes","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outgoing.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outgoing.packets.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outgoing.packets.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outpoing.packets","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outpoing.packets","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.bytes.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.bytes","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outgoing.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.packets","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.packets","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.OperatingSystem","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"os","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.os","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"os_ubuntu18","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Endpoint.Admin","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"endpoint","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.endpoint","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"endpoint_ubuntu18","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Attachment","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"attachment","uniqueId":"capability.6c7cfdb1-7cad-4201-ab96-f2d605091460.attachment","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"node":"tosca.nodes.Root","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"dependency","uniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37.dependency","capability":"tosca.capabilities.Node","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu18","empty":false},{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"node":"tosca.nodes.Root","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"dependency","uniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37.dependency","capability":"tosca.capabilities.Node","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"link","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c.link","capability":"tosca.capabilities.network.Linkable","ownerId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","name":"link_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"node":"tosca.nodes.BlockStorage","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"local_storage","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_ubuntu18","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_security_groups","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_security_groups","value":"[[\"ubuntu18_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"ubuntu18_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","getInputValues":[{"propName":"vm_flavor_name","inputName":"ubuntu18_flavor_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_user_data_format","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"164cdee6-004d-4ee6-852d-ebd60c48f8a1.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_ubuntu18ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"ubuntu18_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","getInputValues":[{"propName":"vm_image_name","inputName":"ubuntu18_image_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.index_value","type":"integer","required":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_name","value":"[{\"get_input\":\"ubuntu18_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"compute_ubuntu18_name","inputName":"ubuntu18_name_0","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_network","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"port_ubuntu18_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.admin_plane_net_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.min_instances","type":"integer","required":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_key_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_key_name","value":"[\"UNSUPPORTED_RESOURCE_ubuntu18_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_ubuntu18"},"actualComponentUid":"32360998-41e5-4972-96d2-3de96aa02c3b","createdFromCsar":true,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","normalizedName":"abstract_ubuntu18","name":"abstract_ubuntu18","icon":"defaulticon","creationTime":1641001196994,"originType":"CVFC","toscaArtifacts":{},"directives":["substitutable"],"isProxy":false,"invariantName":"abstract_ubuntu18","createdFrom":"CSAR","componentUid":"32360998-41e5-4972-96d2-3de96aa02c3b","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicOnboardNpbamycvfc.abstract.abstract.nodes.ubuntu18","modificationTime":1641001197113,"customizationUUID":"3cffb33c-74bd-47b5-b33a-3881a0b9f27c","posX":"475.0","posY":"325.0","componentName":"basic_onboard_npbaMY-nodes.ubuntu18Cvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false},{"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"],"type":"tosca.capabilities.Node","source":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","uniqueId":"capability.082af001-e8e9-41e0-99bc-bc9554c7ce37.feature","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"],"node":"tosca.nodes.Root","source":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","uniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37.dependency","capability":"tosca.capabilities.Node","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","source":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.port","capability":"tosca.capabilities.Attachment","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false}]},"properties":[{"definition":false,"hidden":false,"uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.name","type":"string","required":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.description","type":"string","required":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.rules","type":"list","required":false,"description":"List of security group rules","schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}],"attributes":[{"parentUniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","definition":false,"name":"tosca_name","type":"string","uniqueId":"attribute.082af001-e8e9-41e0-99bc-bc9554c7ce37.tosca_name","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","empty":false},{"definition":false,"name":"show","type":"string","description":"Detailed information about resource","status":"supported","uniqueId":"attribute.c5d50691-bab3-456c-8a1c-18152c7b7b3b.show","empty":false},{"parentUniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","definition":false,"name":"state","type":"string","uniqueId":"attribute.082af001-e8e9-41e0-99bc-bc9554c7ce37.state","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","empty":false},{"parentUniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","definition":false,"name":"tosca_id","type":"string","uniqueId":"attribute.082af001-e8e9-41e0-99bc-bc9554c7ce37.tosca_id","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"ubuntu18_admin_security_group"},"actualComponentUid":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","createdFromCsar":true,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group","normalizedName":"ubuntu18_admin_security_group","name":"ubuntu18_admin_security_group","icon":"securityrules","creationTime":1641001196994,"originType":"VFC","toscaArtifacts":{},"directives":[],"isProxy":false,"invariantName":"ubuntu18_admin_security_group","createdFrom":"CSAR","componentUid":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules","modificationTime":1641001197113,"customizationUUID":"651e4f11-95eb-4c26-939c-47243906e7aa","posX":"275.0","posY":"325.0","componentName":"SecurityRules","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[{"toNode":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","relationships":[{"relation":{"requirement":"port","capabilityOwnerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","requirementOwnerId":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group","id":"40244ab9-f417-4a44-af81-a691a55e6e18","relationship":{"type":"org.openecomp.relationships.AttachesTo"},"capability":"attachment_ubuntu18_ubuntu18_admin_plane_port_0","capabilityUid":"capability.6c7cfdb1-7cad-4201-ab96-f2d605091460.attachment","requirementUid":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.port"},"operations":[]}],"fromNode":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group","originUI":false}],"componentInstancesInputs":{"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18":[{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_order","type":"integer","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_order","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_security_groups","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_security_groups","value":"[[\"ubuntu18_admin_security_group\"]]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_mac_requirements","type":"org.openecomp.datatypes.network.MacRequirements","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_mac_requirements","value":"{\"mac_count_required\":{\"is_required\":false}}","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"ubuntu18_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_flavor_name","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","getInputValues":[{"propName":"vm_flavor_name","inputName":"ubuntu18_flavor_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_user_data_format","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_user_data_format","value":"[\"RAW\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"164cdee6-004d-4ee6-852d-ebd60c48f8a1.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_ubuntu18ServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"ubuntu18_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_image_name","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","getInputValues":[{"propName":"vm_image_name","inputName":"ubuntu18_image_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_ip_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_ip_requirements","value":"[{\"ip_version\":4,\"ip_count_required\":{\"is_required\":false},\"floating_ip_count_required\":{\"is_required\":false}}]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.IpRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.IpRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_vlan_requirements","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_vlan_requirements","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.VlanRequirements","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.VlanRequirements","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"ubuntu18","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"inputId":"e4339e00-c357-4370-ac83-3583261b60a3.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_network_role","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.index_value","type":"integer","required":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_name","value":"[{\"get_input\":\"ubuntu18_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_name_0","getInputValues":[{"propName":"compute_ubuntu18_name","inputName":"ubuntu18_name_0","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_related_networks","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_related_networks","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.network.RelatedNetworksAssignments","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.network.RelatedNetworksAssignments","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_network","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"port_ubuntu18_admin_plane_port_0_network","value":"[{\"get_input\":\"admin_plane_net_name\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"e4339e00-c357-4370-ac83-3583261b60a3.admin_plane_net_name","getInputValues":[{"propName":"port_ubuntu18_admin_plane_port_0_network","inputName":"admin_plane_net_name","inputId":"e4339e00-c357-4370-ac83-3583261b60a3.admin_plane_net_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2.min_instances","type":"integer","required":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"f8c20952-5140-4cb9-a0d8-e44ca38f12b2","empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.compute_ubuntu18_key_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_ubuntu18_key_name","value":"[\"UNSUPPORTED_RESOURCE_ubuntu18_instantiated_key_name\"]","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_exCP_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_exCP_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_subnetpoolid","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_subnetpoolid","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"32360998-41e5-4972-96d2-3de96aa02c3b.port_ubuntu18_admin_plane_port_0_network_role_tag","type":"string","required":true,"password":false,"name":"port_ubuntu18_admin_plane_port_0_network_role_tag","value":"admin_plane","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false}]},"componentInstancesProperties":{"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group":[{"definition":false,"hidden":false,"uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.name","type":"string","required":false,"description":"A symbolic name for this security group, which is not required to be unique.","password":false,"name":"name","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.description","type":"string","required":false,"description":"Description of the security group","password":false,"name":"description","value":"security group","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.rules","type":"list","required":false,"description":"List of security group rules","schema":{"property":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"rules","value":"[{\"protocol\":\"tcp\",\"remote_ip_prefix\":\"0.0.0.0/0\",\"port_range_max\":22,\"port_range_min\":22},{\"protocol\":\"icmp\",\"remote_ip_prefix\":\"0.0.0.0/0\"}]","immutable":false,"mappedToComponentProperty":true,"status":"supported","isDeclaredListInput":false,"schemaType":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","schemaProperty":{"definition":false,"hidden":false,"type":"org.openecomp.datatypes.heat.network.neutron.SecurityRules.Rule","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"empty":false}]},"componentInstancesAttributes":{"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group":[{"parentUniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","uniqueId":"attribute.082af001-e8e9-41e0-99bc-bc9554c7ce37.tosca_name","name":"tosca_name","type":"string","definition":false,"ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","empty":false},{"uniqueId":"attribute.c5d50691-bab3-456c-8a1c-18152c7b7b3b.show","name":"show","type":"string","definition":false,"description":"Detailed information about resource","status":"supported","empty":false},{"parentUniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","uniqueId":"attribute.082af001-e8e9-41e0-99bc-bc9554c7ce37.state","name":"state","type":"string","definition":false,"ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","empty":false},{"parentUniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","uniqueId":"attribute.082af001-e8e9-41e0-99bc-bc9554c7ce37.tosca_id","name":"tosca_id","type":"string","definition":false,"ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Node","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"feature","uniqueId":"capability.082af001-e8e9-41e0-99bc-bc9554c7ce37.feature","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"feature_ubuntu18","empty":false},{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Node","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"feature","uniqueId":"capability.082af001-e8e9-41e0-99bc-bc9554c7ce37.feature","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"feature_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"path":["e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"],"type":"tosca.capabilities.Node","source":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","uniqueId":"capability.082af001-e8e9-41e0-99bc-bc9554c7ce37.feature","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vfc.rules.nodes.heat.network.neutron.SecurityRules"],"name":"feature","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Scalable","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"scalable","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.scalable","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"scalable_ubuntu18","empty":false}],"org.openecomp.capabilities.Forwarder":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.Forwarder","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"forwarder","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.forwarder","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"forwarder_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.network.Bindable","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"binding","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.binding","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"binding_ubuntu18","empty":false},{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.network.Bindable","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"binding","uniqueId":"capability.6c7cfdb1-7cad-4201-ab96-f2d605091460.binding","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface","org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface"],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"binding_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"org.openecomp.capabilities.PortMirroring":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.PortMirroring.connection_point","type":"org.openecomp.datatypes.PortMirroringConnectionPointDescription","required":false,"password":false,"name":"connection_point","value":"{\"nf_type\":\"\",\"nfc_type\":\"\",\"nf_naming_code\":\"\",\"nfc_naming_code\":\"ubuntu18\",\"network_role\":{\"get_input\":\"port_ubuntu18_admin_plane_port_0_network_role\"},\"pps_capacity\":\"\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.PortMirroring","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"port_mirroring","uniqueId":"capability.ef7ab67d-3c5e-4e1e-94ab-dfb80d434755.port_mirroring","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"port_mirroring_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"password":false,"name":"disk_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"password":false,"name":"cpu_frequency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"password":false,"name":"mem_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Container","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"host","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.host","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"host_ubuntu18","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.ephemeral.size","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.ephemeral.size","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.ephemeral.size_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"instance","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.instance","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"instance_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"memory","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.memory","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"memory_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.iops","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.iops","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.iops_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"cpu.delta","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.cpu.delta","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"cpu.delta_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.capacity","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.capacity","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.capacity_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.latency","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.latency","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.latency_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.usage","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.usage","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.usage_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"cpu_util","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.cpu_util","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"cpu_util_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.allocation","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.allocation","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.allocation_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.requests.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.requests.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.requests.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.latency","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.latency","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.latency_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"cpu","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.cpu","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"cpu_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.read.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.read.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.read.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.root.size","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.root.size","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.root.size_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"vcpus","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.vcpus","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"vcpus_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.iops","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.iops","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.iops_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.usage","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.usage","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.usage_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.read.requests.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.read.requests.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.read.requests.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.write.requests.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.write.requests.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.write.requests.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.allocation","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.allocation","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.allocation_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.read.bytes.rate","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.read.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.read.bytes.rate_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.read.bytes","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.read.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.read.bytes_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"memory.usage","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.memory.usage","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"memory.usage_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.device.capacity","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.device.capacity","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.device.capacity_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"memory.resident","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.memory.resident","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"memory.resident_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"3f830162-684b-4b56-b460-a07a70f4cc44","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"3f830162-684b-4b56-b460-a07a70f4cc44","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"disk.write.requests","uniqueId":"capability.3f830162-684b-4b56-b460-a07a70f4cc44.disk.write.requests","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"disk.write.requests_ubuntu18","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.packets.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.packets.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outgoing.bytes","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outgoing.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.packets.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outgoing.packets.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outgoing.packets.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.packets.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outpoing.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outpoing.packets","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outpoing.packets","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outpoing.packets_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.bytes.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.bytes","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.bytes","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.bytes_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.outgoing.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.outgoing.bytes.rate","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.outgoing.bytes.rate","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.outgoing.bytes.rate_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"network.incoming.packets","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"8a9b2a5f-354a-4732-866b-2fc71767fe87","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"org.openecomp.capabilities.metric.Ceilometer","description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"network.incoming.packets","uniqueId":"capability.8a9b2a5f-354a-4732-866b-2fc71767fe87.network.incoming.packets","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.nodes.network.Port","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extCP","org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"network.incoming.packets_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.OperatingSystem","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"os","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.os","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"os_ubuntu18","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","empty":false}],"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Endpoint.Admin","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"endpoint","uniqueId":"capability.614bc40c-8d7c-495a-af43-1d90db3793ff.endpoint","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicOnboardNpbamy.abstract.compute.nodes.heat.ubuntu18"],"name":"endpoint_ubuntu18","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"type":"tosca.capabilities.Attachment","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"attachment","uniqueId":"capability.6c7cfdb1-7cad-4201-ab96-f2d605091460.attachment","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.cp.v2.extNeutronCP","org.openecomp.resource.cp.v2.extNeutronCP"],"name":"attachment_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"node":"tosca.nodes.Root","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"dependency","uniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37.dependency","capability":"tosca.capabilities.Node","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu18","empty":false},{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"node":"tosca.nodes.Root","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"dependency","uniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37.dependency","capability":"tosca.capabilities.Node","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_ubuntu18_ubuntu18_admin_plane_port_0","empty":false},{"external":false,"path":["e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"],"node":"tosca.nodes.Root","source":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","uniqueId":"082af001-e8e9-41e0-99bc-bc9554c7ce37.dependency","capability":"tosca.capabilities.Node","ownerId":"082af001-e8e9-41e0-99bc-bc9554c7ce37","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.6c7cfdb1-7cad-4201-ab96-f2d605091460.ubuntu18_ubuntu18_admin_plane_port_0","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"link","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c.link","capability":"tosca.capabilities.network.Linkable","ownerId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","ownerName":"ubuntu18_ubuntu18_admin_plane_port_0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.network.LinksTo","name":"link_ubuntu18_ubuntu18_admin_plane_port_0","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["32360998-41e5-4972-96d2-3de96aa02c3b.2b93967d-e435-4bea-a22c-cf9df412a599.ubuntu18","e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18"],"node":"tosca.nodes.BlockStorage","source":"32360998-41e5-4972-96d2-3de96aa02c3b","parentName":"local_storage","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"614bc40c-8d7c-495a-af43-1d90db3793ff","ownerName":"ubuntu18","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_ubuntu18","empty":false},{"external":false,"path":["e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"],"node":"org.openecomp.resource.cp.nodes.heat.network.neutron.Port","source":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b.port","capability":"tosca.capabilities.Attachment","ownerId":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group","ownerName":"ubuntu18_admin_security_group","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"org.openecomp.relationships.AttachesTo","name":"port","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vf_module_id","type":"string","required":false,"defaultValue":"Ubuntu18-VF-module","description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_name","type":"string","required":false,"defaultValue":"Ubuntu18-VNF-name","description":"The VM name","password":false,"name":"vnf_name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_name_0","type":"string","required":false,"defaultValue":"ubuntu18","description":"The VM name","password":false,"name":"ubuntu18_name_0","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_pub_key","type":"string","required":false,"defaultValue":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","description":"Public key to be installed on the compute instance","password":false,"name":"ubuntu18_pub_key","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_ip","type":"string","required":false,"defaultValue":"10.4.2.166","description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_id","type":"string","required":false,"defaultValue":"Ubuntu18-VNF","description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_port","type":"string","required":false,"defaultValue":"30417","description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_flavor_name","type":"string","required":false,"defaultValue":"m1.small","description":"Type of instance (flavor) to be used","password":false,"name":"ubuntu18_flavor_name","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.admin_plane_net_name","type":"string","required":false,"defaultValue":"admin","description":"The external management network","password":false,"name":"admin_plane_net_name","label":"management network","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_image_name","type":"string","required":false,"defaultValue":"ubuntu-18.04-daily","description":"Image to be used for compute instance","password":false,"name":"ubuntu18_image_name","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_ubuntu18_group","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.base_ubuntu18_group","name":"base_ubuntu18_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_ubuntu18_group","createdFrom":"CSAR","invariantUUID":"976ddba9-5196-4372-b10d-388bf3359e2b","groupUUID":"2a2c7ffc-6378-4cbc-a0d4-08cd4845c7bf","members":{"abstract_ubuntu18":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ubuntu18_admin_security_group":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file.property.1","type":"string","required":true,"description":"Heat file which associate to this group/heat stack","password":false,"name":"heat_file","value":"../Artifacts/base_ubuntu18.yaml","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description.property.2","type":"string","required":true,"description":"group description","password":false,"name":"description","value":"Heat template to deploy ubuntu VM Closed Loop for ONAP","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","empty":false}],"empty":false},{"typeUid":"org.openecomp.groups.VfModule.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"BasicOnboardNpbamy..base_ubuntu18..module-0","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.BasicOnboardNpbamy..base_ubuntu18..module-0","name":"BasicOnboardNpbamy..base_ubuntu18..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["e4339e00-c357-4370-ac83-3583261b60a3.heat1env","e4339e00-c357-4370-ac83-3583261b60a3.heat1"],"invariantName":"BasicOnboardNpbamy..base_ubuntu18..module-0","createdFrom":"CSAR","invariantUUID":"de5d871f-3864-4a42-bb37-8283565decdd","artifactsUuid":["59b4e1a8-658a-4b94-8126-1528a6c02447"],"groupUUID":"ee63ad18-e669-4763-8a49-4c8544788bdd","members":{"abstract_ubuntu18":"e4339e00-c357-4370-ac83-3583261b60a3.32360998-41e5-4972-96d2-3de96aa02c3b.abstract_ubuntu18","ubuntu18_admin_security_group":"e4339e00-c357-4370-ac83-3583261b60a3.c5d50691-bab3-456c-8a1c-18152c7b7b3b.ubuntu18_admin_security_group"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"false","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_ubuntu18","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.VF","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"abstract":false,"resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicOnboardNpbamy","vendorName":"basic_onboard_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","version":"0.1","icon":"defaulticon","description":"VF","tags":["basic_onboard_npbaMY"],"creationDate":1641001196443,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3","componentMetadataForSupportLog":{"SupportablityComponentUUID":"956233e5-343b-46e6-ba2e-1e3388bd49d6","SupportablityComponentName":"basic_onboard_npbaMY","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"d82fc6857b3e4589977aa349419185c9","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","systemName":"BasicOnboardNpbamy","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","normalizedName":"basiconboardnpbamy","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1641001197069,"allArtifacts":{"heat1":{"payloadData":"YUdWaGRGOTBaVzF3YkdGMFpWOTJaWEp6YVc5dU9pQXlNREV6TFRBMUxUSXpDZ3BrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnZFdKMWJuUjFJRlpOSUVOc2IzTmxaQ0JNYjI5d0lHWnZjaUJQVGtGUUNncHdZWEpoYldWMFpYSnpPZ29nSUNNZ1RXVjBZV1JoZEdFZ2NtVnhkV2x5WldRZ1lua2dUMDVCVUFvZ0lIWnVabDl1WVcxbE9nb2dJQ0FnZEhsd1pUb2djM1J5YVc1bkNpQWdJQ0JzWVdKbGJEb2dWazBnYm1GdFpRb2dJQ0FnWkdWelkzSnBjSFJwYjI0NklGUm9aU0JXVFNCdVlXMWxDaUFnZG01bVgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVms1R0lFbEVDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWR2hsSUZaT1JpQkpSQ0JwY3lCd2NtOTJhV1JsWkNCaWVTQlBUa0ZRQ2lBZ2RtWmZiVzlrZFd4bFgybGtPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nVmtZZ2JXOWtkV3hsSUVsRUNpQWdJQ0JrWlhOamNtbHdkR2x2YmpvZ1ZHaGxJRlpHSUUxdlpIVnNaU0JKUkNCcGN5QndjbTkyYVdSbFpDQmllU0JQVGtGUUNnb2pJRk5sY25abGNpQndZWEpoYldWMFpYSnpMQ0J1WVcxcGJtY2djbVZ4ZFdseVpXUWdZbmtnVDA1QlVBb2dJSFZpZFc1MGRURTRYMmx0WVdkbFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCSmJXRm5aU0J1WVcxbElHOXlJRWxFQ2lBZ0lDQmtaWE5qY21sd2RHbHZiam9nU1cxaFoyVWdkRzhnWW1VZ2RYTmxaQ0JtYjNJZ1kyOXRjSFYwWlNCcGJuTjBZVzVqWlFvZ0lIVmlkVzUwZFRFNFgyWnNZWFp2Y2w5dVlXMWxPZ29nSUNBZ2RIbHdaVG9nYzNSeWFXNW5DaUFnSUNCc1lXSmxiRG9nUm14aGRtOXlDaUFnSUNCa1pYTmpjbWx3ZEdsdmJqb2dWSGx3WlNCdlppQnBibk4wWVc1alpTQW9abXhoZG05eUtTQjBieUJpWlNCMWMyVmtDaUFnZFdKMWJuUjFNVGhmY0hWaVgydGxlVG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZCMVlteHBZeUJyWlhrS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWRXSnNhV01nYTJWNUlIUnZJR0psSUdsdWMzUmhiR3hsWkNCdmJpQjBhR1VnWTI5dGNIVjBaU0JwYm5OMFlXNWpaUW9nSUhWaWRXNTBkVEU0WDI1aGJXVmZNRG9LSUNBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNBZ2JHRmlaV3c2SUZaTklHNWhiV1VLSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJVYUdVZ1ZrMGdibUZ0WlFvS0l5Qk9aWFIzYjNKcklIQmhjbUZ0WlhSbGNuTXNJRzVoYldsdVp5QnlaWEYxYVhKbFpDQmllU0JQVGtGUUNpQWdZV1J0YVc1ZmNHeGhibVZmYm1WMFgyNWhiV1U2Q2lBZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ0lHeGhZbVZzT2lCdFlXNWhaMlZ0Wlc1MElHNWxkSGR2Y21zS0lDQWdJR1JsYzJOeWFYQjBhVzl1T2lCVWFHVWdaWGgwWlhKdVlXd2diV0Z1WVdkbGJXVnVkQ0J1WlhSM2IzSnJDZ29qSUVSRFFVVWdjR0Z5WVcxbGRHVnljd29nSUdSallXVmZZMjlzYkdWamRHOXlYMmx3T2dvZ0lDQWdkSGx3WlRvZ2MzUnlhVzVuQ2lBZ0lDQnNZV0psYkRvZ1JFTkJSU0JqYjJ4c1pXTjBiM0lnU1ZBZ1lXUmtjbVZ6Y3dvZ0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVsUUlHRmtaSEpsYzNNZ2IyWWdkR2hsSUVSRFFVVWdZMjlzYkdWamRHOXlDaUFnWkdOaFpWOWpiMnhzWldOMGIzSmZjRzl5ZERvS0lDQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQWdiR0ZpWld3NklFUkRRVVVnWTI5c2JHVmpkRzl5SUhCdmNuUUtJQ0FnSUdSbGMyTnlhWEIwYVc5dU9pQlFiM0owSUc5bUlIUm9aU0JFUTBGRklHTnZiR3hsWTNSdmNnb0tjbVZ6YjNWeVkyVnpPZ29nSUhKaGJtUnZiUzF6ZEhJNkNpQWdJQ0IwZVhCbE9pQlBVem82U0dWaGREbzZVbUZ1Wkc5dFUzUnlhVzVuQ2lBZ0lDQndjbTl3WlhKMGFXVnpPZ29nSUNBZ0lDQnNaVzVuZEdnNklEUUtDaUFnZFdKMWJuUjFNVGhmYVc1emRHRnVkR2xoZEdWa1gydGxlVjl1WVcxbE9nb2dJQ0FnZEhsd1pUb2dUMU02T2s1dmRtRTZPa3RsZVZCaGFYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUc1aGJXVTZDaUFnSUNBZ0lDQWdjM1J5WDNKbGNHeGhZMlU2Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2NISmxYMkpoYzJWZmNtRnVaQW9nSUNBZ0lDQWdJQ0FnY0dGeVlXMXpPZ29nSUNBZ0lDQWdJQ0FnSUNCd2NtVTZJR3RsZVY4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J3ZFdKc2FXTmZhMlY1T2lCN0lHZGxkRjl3WVhKaGJUb2dkV0oxYm5SMU1UaGZjSFZpWDJ0bGVTQjlDaUFnSUNBZ0lITmhkbVZmY0hKcGRtRjBaVjlyWlhrNklHWmhiSE5sQ2dvZ0lIVmlkVzUwZFRFNFgyRmtiV2x1WDNObFkzVnlhWFI1WDJkeWIzVndPZ29nSUNBZ2RIbHdaVG9nVDFNNk9rNWxkWFJ5YjI0Nk9sTmxZM1Z5YVhSNVIzSnZkWEFLSUNBZ0lIQnliM0JsY25ScFpYTTZDaUFnSUNBZ0lHUmxjMk55YVhCMGFXOXVPaUJ6WldOMWNtbDBlU0JuY205MWNBb2dJQ0FnSUNCdVlXMWxPZ29nSUNBZ0lDQWdJSE4wY2w5eVpYQnNZV05sT2dvZ0lDQWdJQ0FnSUNBZ2RHVnRjR3hoZEdVNklIQnlaVjlpWVhObFgzSmhibVFLSUNBZ0lDQWdJQ0FnSUhCaGNtRnRjem9LSUNBZ0lDQWdJQ0FnSUNBZ2NISmxPaUJ6WjE4S0lDQWdJQ0FnSUNBZ0lDQWdZbUZ6WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDBLSUNBZ0lDQWdJQ0FnSUNBZ2NtRnVaRG9nZXlCblpYUmZjbVZ6YjNWeVkyVTZJSEpoYm1SdmJTMXpkSElnZlFvZ0lDQWdJQ0J5ZFd4bGN6b2dXd29nSUNBZ0lDQWdJSHR5WlcxdmRHVmZhWEJmY0hKbFptbDRPaUF3TGpBdU1DNHdMekFzSUhCeWIzUnZZMjlzT2lCMFkzQXNJSEJ2Y25SZmNtRnVaMlZmYldsdU9pQXlNaXdnY0c5eWRGOXlZVzVuWlY5dFlYZzZJREl5ZlN3S0lDQWdJQ0FnSUNCN2NtVnRiM1JsWDJsd1gzQnlaV1pwZURvZ01DNHdMakF1TUM4d0xDQndjbTkwYjJOdmJEb2dhV050Y0gxZENnb2dJSFZpZFc1MGRURTRYekJmWVdSdGFXNWZjR3hoYm1WZmNHOXlkRjh3T2dvZ0lDQWdkSGx3WlRvZ1QxTTZPazVsZFhSeWIyNDZPbEJ2Y25RS0lDQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdJRzVoYldVNkNpQWdJQ0FnSUNBZ2MzUnlYM0psY0d4aFkyVTZDaUFnSUNBZ0lDQWdJQ0IwWlcxd2JHRjBaVG9nY0hKbFgySmhjMlZmY21GdVpBb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0J3Y21VNklIQnZjblJmQ2lBZ0lDQWdJQ0FnSUNBZ0lHSmhjMlU2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYm1GdFpTQjlDaUFnSUNBZ0lDQWdJQ0FnSUhKaGJtUTZJSHNnWjJWMFgzSmxjMjkxY21ObE9pQnlZVzVrYjIwdGMzUnlJSDBLSUNBZ0lDQWdibVYwZDI5eWF6b2dleUJuWlhSZmNHRnlZVzA2SUdGa2JXbHVYM0JzWVc1bFgyNWxkRjl1WVcxbElIMEtJQ0FnSUNBZ2MyVmpkWEpwZEhsZlozSnZkWEJ6T2lCYmV5Qm5aWFJmY21WemIzVnlZMlU2SUhWaWRXNTBkVEU0WDJGa2JXbHVYM05sWTNWeWFYUjVYMmR5YjNWd0lIMWRDZ29nSUhWaWRXNTBkVEU0WDFaTlgzTmxkSFJwYm1kek9nb2dJQ0FnZEhsd1pUb2dUMU02T2tobFlYUTZPbE52Wm5SM1lYSmxRMjl1Wm1sbkNpQWdJQ0J3Y205d1pYSjBhV1Z6T2dvZ0lDQWdJQ0JqYjI1bWFXYzZJSHdLSUNBZ0lDQWdJQ0FnSUNBZ0l5RXZZbWx1TDJKaGMyZ0tJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElIVndaR0YwWlFvS0lDQjFZblZ1ZEhVeE9GOXpaWEoyWlhKZk1Eb0tJQ0FnSUhSNWNHVTZJRTlUT2pwT2IzWmhPanBUWlhKMlpYSUtJQ0FnSUhCeWIzQmxjblJwWlhNNkNpQWdJQ0FnSUdsdFlXZGxPaUI3SUdkbGRGOXdZWEpoYlRvZ2RXSjFiblIxTVRoZmFXMWhaMlZmYm1GdFpTQjlDaUFnSUNBZ0lHWnNZWFp2Y2pvZ2V5Qm5aWFJmY0dGeVlXMDZJSFZpZFc1MGRURTRYMlpzWVhadmNsOXVZVzFsSUgwS0lDQWdJQ0FnYm1GdFpUb2dleUJuWlhSZmNHRnlZVzA2SUhWaWRXNTBkVEU0WDI1aGJXVmZNQ0I5Q2lBZ0lDQWdJRzFsZEdGa1lYUmhPaUI3ZG01bVgybGtPaUI3SUdkbGRGOXdZWEpoYlRvZ2RtNW1YMmxrSUgwc0lIWm1YMjF2WkhWc1pWOXBaRG9nZXlCblpYUmZjR0Z5WVcwNklIWm1YMjF2WkhWc1pWOXBaQ0I5TENCMmJtWmZibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJSFp1Wmw5dVlXMWxJSDE5Q2lBZ0lDQWdJR3RsZVY5dVlXMWxPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZhVzV6ZEdGdWRHbGhkR1ZrWDJ0bGVWOXVZVzFsSUgwS0lDQWdJQ0FnYm1WMGQyOXlhM002Q2lBZ0lDQWdJQ0FnTFNCd2IzSjBPaUI3SUdkbGRGOXlaWE52ZFhKalpUb2dkV0oxYm5SMU1UaGZNRjloWkcxcGJsOXdiR0Z1WlY5d2IzSjBYekFnZlFvZ0lDQWdJQ0IxYzJWeVgyUmhkR0ZmWm05eWJXRjBPaUJTUVZjS0lDQWdJQ0FnZFhObGNsOWtZWFJoT2dvZ0lDQWdJQ0FnSUhOMGNsOXlaWEJzWVdObE9nb2dJQ0FnSUNBZ0lDQWdjR0Z5WVcxek9nb2dJQ0FnSUNBZ0lDQWdJQ0JmWDJSallXVmZZMjlzYkdWamRHOXlYMmx3WDE4NklIc2daMlYwWDNCaGNtRnRPaUJrWTJGbFgyTnZiR3hsWTNSdmNsOXBjQ0I5Q2lBZ0lDQWdJQ0FnSUNBZ0lGOWZaR05oWlY5amIyeHNaV04wYjNKZmNHOXlkRjlmT2lCN0lHZGxkRjl3WVhKaGJUb2daR05oWlY5amIyeHNaV04wYjNKZmNHOXlkQ0I5Q2lBZ0lDQWdJQ0FnSUNCMFpXMXdiR0YwWlRvZ2ZBb2dJQ0FnSUNBZ0lDQWdJQ0FqSVM5aWFXNHZZbUZ6YUFvS0lDQWdJQ0FnSUNBZ0lDQWdJeUJEY21WaGRHVWdZMjl1Wm1sbmRYSmhkR2x2YmlCbWFXeGxjd29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFyWkdseUlDOXZjSFF2WTI5dVptbG5DaUFnSUNBZ0lDQWdJQ0FnSUdWamFHOGdYMTlrWTJGbFgyTnZiR3hsWTNSdmNsOXBjRjlmSUQ0Z0wyOXdkQzlqYjI1bWFXY3ZaR05oWlY5amIyeHNaV04wYjNKZmFYQXVkSGgwQ2lBZ0lDQWdJQ0FnSUNBZ0lHVmphRzhnWDE5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMFgxOGdQaUF2YjNCMEwyTnZibVpwWnk5a1kyRmxYMk52Ykd4bFkzUnZjbDl3YjNKMExuUjRkQW9nSUNBZ0lDQWdJQ0FnSUNCalpDQXZiM0IwQ2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnWVhCMExXZGxkQ0IxY0dSaGRHVUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmhjSFF0WjJWMElHbHVjM1JoYkd3Z0xTMWhiR3h2ZHkxMWJtRjFkR2hsYm5ScFkyRjBaV1FnTFhrZ2JXRnJaU0JuWTJNZ2NuQnNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdZWEIwTFdkbGRDQjFjR1JoZEdVZ0ppWWdjM1ZrYnlCaGNIUXRaMlYwSUMxNUlIVndaM0poWkdVS0lDQWdJQ0FnSUNBZ0lDQWdjM1ZrYnlCaGNIUXRaMlYwSUdsdWMzUmhiR3dnTFhrZ2JHbGlZM1Z5YkRRdGIzQmxibk56YkMxa1pYWUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5Qm5hWFFnWTJ4dmJtVWdhSFIwY0hNNkx5OW5hWFJvZFdJdVkyOXRMMjl1WVhBdmRtNW1jMlJyTFhabGN5MWhaMlZ1ZEM1bmFYUUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmpjQ0F0Y2lCMmJtWnpaR3N0ZG1WekxXRm5aVzUwTDNabGMyeHBZbkpoY25rdmRtVnpYMk5zYVdKeVlYSjVMeUF2YjNCMENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NtMGdMWEptSUM5dmNIUXZkbTVtYzJSckxYWmxjeTFoWjJWdWRDOEtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QmphRzF2WkNBcmVDQXZiM0IwTDNabGMxOWpiR2xpY21GeWVTOWxkbVZzTDJWMlpXd3RiR2xpY21GeWVTOWpiMlJsTDFaRlUzSmxjRzl5ZEdsdVoxOTJSbGN2WjI4dFkyeHBaVzUwTG5Ob0NpQWdJQ0FnSUNBZ0lDQWdJR05rSUM5dmNIUXZkbVZ6WDJOc2FXSnlZWEo1TDJWMlpXd3ZaWFpsYkMxc2FXSnlZWEo1TDJKc1pHcHZZbk12Q2lBZ0lDQWdJQ0FnSUNBZ0lITjFaRzhnYlhZZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtZGZka1pYSUM0dUwyTnZaR1V2VmtWVGNtVndiM0owYVc1bkNpQWdJQ0FnSUNBZ0lDQWdJQ01nWTJodmIzTmxJRWhVVkZCVENpQWdJQ0FnSUNBZ0lDQWdJSE4xWkc4Z2NuQnNJQ0FpTUN3Z0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0x5b2dTRlJVVUZNL0lpQWlNU3dnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTHlvZ1NGUlVVRk0vSWlBZ0xpNHZZMjlrWlM5V1JWTnlaWEJ2Y25ScGJtY3ZkbkJ3WDIxbFlYTjFjbVZ0Wlc1MFgzSmxjRzl5ZEdWeUxtTUtJQ0FnSUNBZ0lDQWdJQ0FnYzNWa2J5QWdiV0ZyWlNCamJHVmhiZ29nSUNBZ0lDQWdJQ0FnSUNCemRXUnZJRzFoYTJVZ1lXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhOMVpHOGdjMnhsWlhBZ01Rb2dJQ0FnSUNBZ0lDQWdJQ0JqWkNBdmIzQjBMM1psYzE5amJHbGljbUZ5ZVM5bGRtVnNMMlYyWld3dGJHbGljbUZ5ZVM5c2FXSnpMM2c0Tmw4Mk5Bb2dJQ0FnSUNBZ0lDQWdJQ0J6ZFdSdklHTndJR3hwWW1WMlpXd3VjMjhnTDNWemNpOXNhV0lLSUNBZ0lDQWdJQ0FnSUNBZ2MzVmtieUJzWkdOdmJtWnBad29nSUNBZ0lDQWdJQ0FnSUNBaklGTjBZWEowSUZaRlV5QmpiR2xsYm5RS0lDQWdJQ0FnSUNBZ0lDQWdZMlFnTDI5d2RDOTJaWE5mWTJ4cFluSmhjbmt2WlhabGJDOWxkbVZzTFd4cFluSmhjbmt2WTI5a1pTOVdSVk55WlhCdmNuUnBibWN2Q2lBZ0lDQWdJQ0FnSUNBZ0lDNHZaMjh0WTJ4cFpXNTBMbk5vSUNZK0wyUmxkaTl1ZFd4c0lDWmthWE52ZDI0S0lDQWdJQ0FnSUNBaloyVjBYM0psYzI5MWNtTmxPaUIxWW5WdWRIVXhPRjlXVFY5elpYUjBhVzVuY3dvPQ==","listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","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,"description":"created from csar","creationDate":1641001197184,"artifactType":"HEAT","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","artifactName":"base_ubuntu18.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=","artifactUUID":"59b4e1a8-658a-4b94-8126-1528a6c02447","artifactDisplayName":"base_ubuntu18","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","duplicated":false,"payloadUpdateDate":1641001197194,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","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":1641001197184,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiconboardnpbamyvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZiMjVpYjJGeVpGOXVjR0poVFZsZlZsTlFDaUFnSUNCaUxpQWdJQ0JFWlhOamNtbHdkR2x2YmlCMlpXNWtiM0lnYzI5bWRIZGhjbVVnY0hKdlpIVmpkQW9nSUNBZ1l5NGdJQ0FnVm1WeWMybHZiam9nTUM0d0NpQWdJQ0JrTGlBZ0lDQldaVzVrYjNJNklHSmhjMmxqWDI5dVltOWhjbVJmZG1WdVpHOXlDaUFnSUNCbExpQWdJQ0JEWVhSbFoyOXllVG9nY21WemIzVnlZMlZPWlhkRFlYUmxaMjl5ZVM1blpXNWxjbWxqQ2lBZ0lDQm1MaUFnSUNCTWFXTmxibk5sSUVSbGRHRnBiSE02SUFvZ0lDQWdJQ0FnSUdrdUlDQWdJRXhwWTJWdWMyVWdUVzlrWld3Z1ZtVnljMmx2YmpvZ0NpQWdJQ0FnSUNBZ2FXa3VJQ0FnSUV4cFkyVnVjMlVnUVdkeVpXVnRaVzUwSUU1aGJXVTZJRzUxYkd3S0lDQWdJQ0FnSUNCcGFXa2dJQ0FnVEdsemRDQnZaaUJHWldGMGRYSmxJRWR5YjNWd2N6b2dDaUFnSUNCbkxpQWdJQ0JJYVdkb0lFRjJZV2xzWVdKcGJHbDBlU0FLSUNBZ0lHZ3VJQ0FnSUZOMGIzSmhaMlVnUkdGMFlTQkNZV05yTFhWd0lFUmxkR0ZwYkhNNklBb2dJQ0FnSUNBZ0lHa3VJQ0FnSUVSaGRHRWdVbVZ3YkdsallYUnBiMjRnVW1WeGRXbHlaV1EvT2lCbVlXeHpaUW9nSUNBZ0lDQWdJR2xwTGlBZ0lDQUpSR0YwWVNCVGFYcGxJSFJ2SUhKbGNHeHBZMkYwWlNCcGJpQkhRam9nYm5Wc2JBb2dJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1JHRjBZU0J5WlhCc2FXTmhkR2x2YmlCbWNtVnhkV1Z1WTNrNklHNTFiR3dLSUNBZ0lDQWdJQ0JwZGk0Z0lDQWdVbVZ3YkdsallYUnBiMjRnVTI5MWNtTmxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2RpNGdJQ0FnVW1Wd2JHbGpZWFJwYjI0Z1JHVnpkR2x1WVhScGIyNDZJRzUxYkd3S0lDQWdJRE11SUNBZ0lFeHBjM1FnYjJZZ1ZrWkRjeUFLSUNBZ0lDQWdJQ0JoTGlBZ0lDQkdiM0lnWldGamFDQldSa002SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBMaUFnSUNCV1JrTWdUbUZ0WlRvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2xwTGlBZ0lDQkVaWE5qY21sd2RHbHZiam9nQ2lBZ0lDQWdJQ0FnSUNBZ0lHbHBhUzRnSUNBZ1NXMWhaMlZ6T2lBS0lDQWdJQ0FnSUNBZ0lDQWdhWFl1SUNBZ0lFTnZiWEIxZEdVdlZrMGdRMmhoY21GamRHVnlhWE4wYVdOeklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnZGtOUVZUb2dDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXlMaUFnSUNCRFVGVWdiM1psY2kxemRXSnpZM0pwY0hScGIyNDZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNeTRnSUNBZ1RXVnRiM0o1T2lBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURRdUlDQWdJRVJwYzJzNklBb2dJQ0FnSUNBZ0lDQWdJQ0IyTGlBZ0lDQkllWEJsY25acGMyOXlJRVJsZEdGcGJITWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQXhMaUFnSUNCT1lXMWxPaUJMVmswS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSURJdUlDQWdJRVJ5YVhabGNuTTZJRzUxYkd3S0lDQWdJQ0FnSUNBZ0lDQWdkbWt1SUNBZ0lFZDFaWE4wSUU5VElFUmxkR0ZwYkhNZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeExpQWdJQ0JPWVcxbE9pQnVkV3hzQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F5TGlBZ0lDQkNhWFFnVTJsNlpUb2dOalFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lGUnZiMnh6T2lCdWRXeHNDaUFnSUNBZ0lDQWdJQ0FnSUhacGFTNGdJQ0FnVG5WdFltVnlJRzltSUZaR1F5Qkpibk4wWVc1alpYTWdDaUFnSUNBZ0lDQWdJQ0FnSUhacGFXa3VJQ0FnSUhaT1NVTnpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdOUzRnSUNBZ1VISnZkRzlqYjJ4ek9pQlFjbTkwYjJOdmJITW9jSEp2ZEc5amIyeHpQVnRkTENCd2NtOTBiMk52YkZkcGRHaElhV2RvWlhOMFZISmhabVpwWTFCeWIyWnBiR1U5S1FvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTmk0Z0lDQWdTVkFnZGpRZ1VtVnhkV2x5WldRNklIUnlkV1VLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRGN1SUNBZ0lFbFFJSFkySUZKbGNYVnBjbVZrT2lCbVlXeHpaUW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"timeout":0,"description":"Artifact created from csar","creationDate":1641001197169,"artifactType":"OTHER","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","artifactName":"VSP_basic_onboard_npbaMY_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MzFhNTRjMGNhZmMwMzYxNTBmODM5ZGRhMmZkYmZjYWM=","artifactUUID":"d20c01df-5f30-4722-9e88-84c2b9bbb5d5","artifactDisplayName":"VSP_basic_onboard_npbaMY_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardnpbamyvspinformationtxt","esId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","duplicated":false,"payloadUpdateDate":1641001197171,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197169,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","creationDate":1641001197202,"artifactType":"HEAT_ENV","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1env","artifactName":"base_ubuntu18.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZDQ5ZmVhZDQwYjdkM2I0ZTM4ZGNjNTJmOTNkZWU5Mzk=","generatedFromId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1641001197202,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197202,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"e4339e00-c357-4370-ac83-3583261b60a3"},"categorySpecificMetadata":{},"csarUUID":"d82fc6857b3e4589977aa349419185c9","csarVersion":"1.0","archiveTime":0,"vspArchived":false,"service":false,"name":"basic_onboard_npbaMY"} 2022-01-01 01:39:58,772 INFO 285:__init__.py(1) - Vf basic_onboard_npbaMY is created in SDC 2022-01-01 01:39:58,772 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:08,783 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_onboard_npbaMY in SDC 2022-01-01 01:40:08,789 DEBUG 129:onap_service.py(1) - [SDC][Certify Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:08,789 DEBUG 131:onap_service.py(1) - [SDC][Certify Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources/e4339e00-c357-4370-ac83-3583261b60a3/lifecycleState/Certify 2022-01-01 01:40:08,790 DEBUG 132:onap_service.py(1) - [SDC][Certify Vf] data sent: { "userRemarks": "certify" } 2022-01-01 01:40:08,792 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:14,070 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/e4339e00-c357-4370-ac83-3583261b60a3/lifecycleState/Certify HTTP/1.1" 200 1339 2022-01-01 01:40:14,072 INFO 142:onap_service.py(1) - [SDC][Certify Vf] response code: 200 2022-01-01 01:40:14,072 DEBUG 146:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","name":"basic_onboard_npbaMY","version":"1.0","isHighestVersion":true,"creationDate":1641001196443,"lastUpdateDate":1641001209596,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_onboard_npbaMY"],"icon":"defaulticon","normalizedName":"basiconboardnpbamy","systemName":"BasicOnboardNpbamy","contactId":"cs0008","allVersions":{"1.0":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b"},"csarUUID":"d82fc6857b3e4589977aa349419185c9","csarVersion":"1.0","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","componentType":"RESOURCE","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"vendorName":"basic_onboard_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicOnboardNpbamy","uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6"} 2022-01-01 01:40:14,076 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:14,076 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2022-01-01 01:40:14,077 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:14,077 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2022-01-01 01:40:14,077 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2022-01-01 01:40:14,080 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:14,248 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1093 2022-01-01 01:40:14,250 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2022-01-01 01:40:14,250 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","name":"vFW e7762089-71bd","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/92ba88cc-75a4-45eb-bc7b-95abd295594f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/resources/49c30f41-bba1-4fdf-b22b-eedee62b70af/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008"},{"uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","name":"basic_onboard_npbaMY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/956233e5-343b-46e6-ba2e-1e3388bd49d6/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2022-01-01 01:40:14,253 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW e7762089-71bd from SDC 2022-01-01 01:40:14,253 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:14,253 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:14,254 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:40:14,254 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-01-01 01:40:14,254 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:14,254 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:14,255 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:40:14,255 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_npbaMY from SDC 2022-01-01 01:40:14,255 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:14,255 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:14,255 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:40:14,256 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2022-01-01 01:40:14,256 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:14,256 INFO 192:__init__.py(1) - Vf found, updating information 2022-01-01 01:40:14,256 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:14,257 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2022-01-01 01:40:14,257 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2022-01-01 01:40:14,259 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:15,267 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 2022-01-01 01:40:15,271 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2022-01-01 01:40:15,274 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e9f93fcf-cbb1-4fda-9cc2-5753060706c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992807324,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"717e2067-188c-4290-b6ba-881980360605","invariantUUID":"6c5a0b61-afa2-4f8f-a1ff-685315c10c9b","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"0.1","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e7c92ee5-c742-4f75-a9cc-7f698060810a","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1641001156723,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992853612,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"43137cbe-329d-4283-8602-3d6469668e59","invariantUUID":"69ca27a7-19ad-48c1-b5fd-1e8507110476","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"764ff32a-1b6e-486b-af71-7aa0b3fe6335","lifecycleState":"CERTIFIED","lastUpdateDate":1640992828865,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cd4dcb21-e820-4f8d-99f0-c6a269e6ef0a","invariantUUID":"9c4ff7e1-6b5b-4ab1-a004-183be9176d32","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5ca42115-a074-48f3-802d-d96b06058e8d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992833713,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"90831519-625a-417c-bf22-74d9b18d1570","invariantUUID":"0f8e935c-c276-40a0-83bd-a78208c822c0","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ecbd0237-a9c8-47b1-84b6-d43e11977687","lifecycleState":"CERTIFIED","lastUpdateDate":1640992972627,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ec0f286-0e91-4d02-9ee0-0f9ae247f43a","invariantUUID":"0754f264-e6a7-467d-8f70-2c8456ecc19b","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"68e6d233-34f5-44b3-ae6c-0eda838b8c9c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992897882,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a8c2d239-9c30-4b3a-be73-521d60a1a9d4","invariantUUID":"3ee869d0-1ff4-483d-a258-d852b52b0771","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820e83a3-7d56-4c38-9787-b6fab90ac3e1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992883164,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a37438d-4043-4a74-85ad-d9634aa4a1ff","invariantUUID":"1711da30-fd5a-4c62-88ac-3fd9b808b7a3","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54cb6f8f-6cb0-46e9-9c1c-7c0989ce4add","lifecycleState":"CERTIFIED","lastUpdateDate":1640992905616,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47f0969-5896-4431-88fb-98d9d16d55d3","invariantUUID":"789a9d70-4d80-4807-b6aa-fa2d7d6e0e9d","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0c733728-db74-49af-9146-6fbb22229d67","lifecycleState":"CERTIFIED","lastUpdateDate":1640992861430,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2d3f2b1-6978-42bc-bdf8-20735bd6a6e2","invariantUUID":"ea221c84-5dfb-45c1-8796-b23f2ec71b5a","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd3e907b-dc2e-4603-aac1-04a375a4777a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992859732,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"11552f68-c47d-49e3-a2e2-cca70a3b63e1","invariantUUID":"ec7ade4e-511d-401c-a02d-29a19ad5a040","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e480d095-f67b-40b3-94be-ca8cf306eb76","lifecycleState":"CERTIFIED","lastUpdateDate":1640992877167,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e026ae18-afa0-4215-813d-9c6bcd165fa4","invariantUUID":"441e28ba-fc63-4aa1-bd08-12ca182431a2","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b4933813-2d17-4531-bde8-6cd0b14fdef9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992826741,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a461a25f-900f-402a-aa81-96909e7846c0","invariantUUID":"02c84b93-1bfe-422c-a067-390555ba1a35","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"network","uniqueId":"7a650725-fffd-43bf-b880-7507e16cbb0c","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1640992951055,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1f6be93b-7f23-4dcb-aea5-0e6aedba4265","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"816ab544-fb1c-4ceb-a96c-91d05dd44486","lifecycleState":"CERTIFIED","lastUpdateDate":1640993022312,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4660c63e-2095-4e46-b5bb-5a666a80d5e5","invariantUUID":"3b1eefe6-65a1-494a-a6bb-c9e67cc1c11c","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"6df84a7f-07f3-436a-813e-ccef50196c0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992805588,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"651de317-906d-40a7-9472-c4161764a116","invariantUUID":"0f3d022e-5174-4c5b-a4b2-c9aab1e9f79c","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"93106c82-6cbe-4e0a-86ba-e0b7b92cc7e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993013092,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f94193b-fc2f-4311-b613-f31dc84874a6","invariantUUID":"b0d3d98f-b6a1-4d34-958a-f7332a97837d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"862993a1-a5ac-4300-a5e0-1a6150f432c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992900843,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7fc8d68d-4889-4220-905d-3a6afe5388fb","invariantUUID":"49214da0-225f-408a-8599-600ec40a20ef","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992813453,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"14cb6170-4938-4169-9db1-bebd89c1b1c5","invariantUUID":"14a12b79-a3c5-4ab3-a1d0-30820c3bee69","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a5ba4fe1-31ca-4d19-9773-e042f8644ba6","lifecycleState":"CERTIFIED","lastUpdateDate":1640993024949,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0df6b214-6ca0-46c4-b464-f6a34794b619","invariantUUID":"c2375c21-b8c1-46af-b1d5-4133067ec770","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"061ba699-2d19-4b43-9bd9-e0d7a569feca","lifecycleState":"CERTIFIED","lastUpdateDate":1640992852076,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68a22c04-ca4a-493a-988c-3bfd8b973226","invariantUUID":"8de7af26-27ba-4102-8b9b-4d15aa6fc3f8","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"28cc3d8c-d143-4572-9eac-a5452b2f5199","lifecycleState":"CERTIFIED","lastUpdateDate":1640993020999,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"71dd8f42-41dd-4580-8c44-fa03dfc46f5c","invariantUUID":"c6d488a4-128f-449c-a934-b1547e46dfb2","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"940aed2f-0dbb-461b-82a3-c5b565f26aa1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992838917,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a1859f51-6deb-4d15-aa0e-fc0ca72ebf5f","invariantUUID":"0da5695d-8baa-4cc7-8296-617ff210a4a5","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"77575f97-fb71-4669-8d56-6ed518fd09fe","lifecycleState":"CERTIFIED","lastUpdateDate":1640992932675,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1d504d63-8d21-403b-b0fc-060c3c75c9c3","invariantUUID":"e199ea3e-7932-479f-acc1-9e178cda4581","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"102e0749-8fa2-4a3f-b3bf-cc44d3e745b6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992920181,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11dc7ed7-3103-4399-83a3-3fa942447d6e","invariantUUID":"d512d8c3-81e1-47ac-96c3-a2dddf952da6","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b234bebd-1e44-424a-b6e6-a968b414be9b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992857648,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e4a16d54-d500-4c75-a758-96213a52a817","invariantUUID":"c1a661e1-4b08-45b3-8409-b63fb3dc380d","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"5afbff50-ecd5-4b6b-961f-1c577cc271c6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992850529,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3ce7b720-9e37-425f-9161-7701e4894ec0","invariantUUID":"33c694f3-a215-45ca-9f88-015df91f4e78","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"34f1448d-6edc-4d15-b8f5-4351fbf3de10","lifecycleState":"CERTIFIED","lastUpdateDate":1640993029017,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2612f9b6-ed03-423b-be6c-0989882af0ab","invariantUUID":"a2c246f1-fd83-45b6-9431-20c2b7963981","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b2c3550c-b35f-4698-b759-1d9d91134eba","lifecycleState":"CERTIFIED","lastUpdateDate":1640992907110,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5d5da14c-f279-4c8b-ac27-8053e8067413","invariantUUID":"1a3b3ad9-39c8-45ac-8830-cd1ffa2896e7","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3df51203-0be5-44d5-afc8-ace7c1fc46fd","lifecycleState":"CERTIFIED","lastUpdateDate":1640993014510,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"187af7e1-108f-4eea-883b-778f92d9e8fe","invariantUUID":"a1ef980f-9e3d-47e4-a622-20f2281d2128","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"96349582-d776-4f8b-aacd-a19effbd1655","lifecycleState":"CERTIFIED","lastUpdateDate":1640992974055,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"050b4987-b1f9-4378-b33b-26774fc5da3d","invariantUUID":"152ba9a8-1898-40c8-908e-095f4c38d77d","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbab18b3-7d5c-4bab-9d60-4bde9ffca579","lifecycleState":"CERTIFIED","lastUpdateDate":1640992904055,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"538f1efe-1786-41ae-963b-8e435a0b159e","invariantUUID":"2f4de293-ab33-43f3-aded-833766b38b7a","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dbbb4c87-09ce-4daa-b942-ca8de8a254c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992832068,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b2a002f8-f555-4d7e-b2f7-f552f23a374e","invariantUUID":"645ab615-7c19-4b36-9350-1a2d849b6a9f","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b69a223c-6d98-407a-b481-9ffb4bbf5b38","lifecycleState":"CERTIFIED","lastUpdateDate":1640992893334,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"001f97d5-1c60-4ecb-a8a0-6520223e8e10","invariantUUID":"7190f3f4-b74a-4b9e-90ad-033a6c01327c","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f3779a81-5606-4bb3-8794-8574fca5361c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992940147,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c13d5a25-a009-4110-b2b3-6eec3cc752a9","invariantUUID":"82d280c9-aa0c-4d4d-9ef8-8d6c3cee89d3","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"681d850a-b9a0-409a-ab7c-97070c2a5e66","lifecycleState":"CERTIFIED","lastUpdateDate":1640992803746,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a9a96d06-d20f-4a74-be58-88df730f0cf4","invariantUUID":"a154b448-8a3d-43eb-9adf-efd13143c69e","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"676140de-d991-4b9a-bfe5-5f79c1cba891","lifecycleState":"CERTIFIED","lastUpdateDate":1640992899338,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6e7373ab-f617-4c33-8fe8-b92889381bb7","invariantUUID":"54fce295-d65e-40a1-a345-1be1658991b7","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4a12622d-c679-47c4-aec7-b56ed0b14c8f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992918516,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3608d680-51bd-4ca4-954c-99ce15c10666","invariantUUID":"7fca2f63-0704-4bd5-93b2-7ad2c1ec83b6","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"7df81249-6aa2-48cc-b1ad-e03714061e83","lifecycleState":"CERTIFIED","lastUpdateDate":1640992845139,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ac61f840-bd86-4793-8963-599a0b36775e","invariantUUID":"3dcc4a44-bf20-4507-8b23-a5ff828d56ba","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"354178f1-ade0-41a1-8192-588899955f96","lifecycleState":"CERTIFIED","lastUpdateDate":1640992969329,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"943eca80-313b-49c5-9d1e-729327d224d4","invariantUUID":"fb189ae1-cf28-4f9e-8e9c-96e7cb02fd05","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f36a4f82-179b-4ea0-9031-fa8c0c4013c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992938212,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b1aa26b7-0800-4c7d-8bf5-9fa45aa64ade","invariantUUID":"fcd1ca3e-e044-4084-9e9e-9e7b875b3ff1","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","lifecycleState":"CERTIFIED","lastUpdateDate":1640992797024,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5b4cdc33-3dc5-4d6d-94a9-da5d3680dae0","invariantUUID":"0d41ad32-58af-4ea2-aadb-6b6a461d9c61","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2fd17d00-d0a6-4f3a-b13d-4da4698c1cd4","lifecycleState":"CERTIFIED","lastUpdateDate":1640992930768,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b708ca2-d9b2-4b66-a5e9-a032b010a1b7","invariantUUID":"75af89d0-abec-4629-9cec-79d8ef06abc7","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7b9a8654-553a-4373-b0b4-aa4b1705b74c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992815364,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"376eda22-3389-43ba-82b8-906ebf2a1f0f","invariantUUID":"b5ad6544-0a8f-463c-93de-842ffb7c117e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"717cea49-9e2d-48e5-8e03-2c863e0912ae","lifecycleState":"CERTIFIED","lastUpdateDate":1640992830517,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59ee0f3d-a276-49d9-97bc-b071f3407397","invariantUUID":"f999876f-50c9-461b-be91-8553cab2494f","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"58a275a2-a8b6-4509-96dc-2f057563b598","lifecycleState":"CERTIFIED","lastUpdateDate":1640992921862,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72270a69-ef3d-4b7b-9c68-fb1796bbf07c","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2437cd9e-6851-4c1b-b609-3311d13d8ca0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993023680,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b168d7b-b5ba-4b9f-a077-c3366e36325d","invariantUUID":"f2376818-0c7e-4d73-aca9-f37d0907bad3","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2b608c5c-9bc7-4016-b33f-cf2021f162e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992894854,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ff0bf51-f2ad-4b7b-8cb9-3162be010193","invariantUUID":"854f6d63-3c6c-4110-adfd-f7bcedc33df7","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"4f0a1faa-4be0-491a-805e-2e37bd202dc0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992811077,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8cc50971-80c7-42bb-bfc3-d4581655827d","invariantUUID":"5bc0a847-ad2f-4afa-b647-f2fa064ca212","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b2d4beed-6354-4111-8ba8-cf834976e292","lifecycleState":"CERTIFIED","lastUpdateDate":1640993017925,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"21bc787b-04d0-4792-8cb0-9af30888f6d1","invariantUUID":"4961482c-e5fd-4d60-8c34-5f47869b701b","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2e6054cb-046b-4b08-bbaa-2befc31990bd","lifecycleState":"CERTIFIED","lastUpdateDate":1640992846697,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"991cc7ab-b523-49a4-9771-0fab1ca4ffab","invariantUUID":"5dfcee49-03c0-49e9-9f6c-12ddfd81e255","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4e2ab6d-6c9d-42a5-98a6-c5ff31f8aed8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992890412,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56b8bb9e-74fd-4052-9ea5-0004d863d5c7","invariantUUID":"4cdcf5db-a30b-4a53-99ac-ebee841966e7","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bc7abc43-327e-4d84-b21a-fadb70c40d47","lifecycleState":"CERTIFIED","lastUpdateDate":1640992896385,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5db21bd3-bd5f-4af7-b398-1e4cf7ec8b40","invariantUUID":"943fb9d9-58d8-45e2-846e-86668d526040","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"8cf4af75-fcfe-4e2b-bc4f-51bed6609b0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992976330,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1f3dbc4a-7d7d-4712-96fa-103c70e4f3d2","invariantUUID":"14683998-ca1a-48dd-8509-21994c505354","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"756aad90-d6ad-47db-a831-8eaea840c782","lifecycleState":"CERTIFIED","lastUpdateDate":1640992948345,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d71839-8a13-4b26-99e5-bea1083c66c7","invariantUUID":"e980c53f-7430-448a-821a-facc352c9856","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cc94d0c7-9872-45b7-8908-bd27eb5245e2","lifecycleState":"CERTIFIED","lastUpdateDate":1640992884700,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ca9b0253-42cd-4aee-b4dd-b903e601d320","invariantUUID":"aa89e559-88cc-47ec-b5cb-c5660a635813","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"3fe1bbfb-d8b7-4211-aca1-6b904f647a68","lifecycleState":"CERTIFIED","lastUpdateDate":1640992964099,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1df95fe2-bf0d-4786-b449-68c668a8171c","invariantUUID":"5aca9ef4-0238-4fe4-9918-71ec251ff357","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bf5cf55b-c7c4-49e2-809d-e7a6f71dcf50","lifecycleState":"CERTIFIED","lastUpdateDate":1640993016012,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d42b1c1a-fe90-4584-ab23-2301b519dbb3","invariantUUID":"6d872d65-e6a0-4255-8691-5caa4f85ec21","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4fcbb747-903a-4959-993a-c851c3f0cb06","lifecycleState":"CERTIFIED","lastUpdateDate":1640992888988,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"856e18af-f4da-4153-8f6e-de09940d80d7","invariantUUID":"48607f1c-69b9-419d-83f6-773e83ee609c","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c1e10640-77f0-4dc2-8e1f-0571ff107f14","lifecycleState":"CERTIFIED","lastUpdateDate":1640992944281,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddc85103-f542-41b6-a0d4-2c3ac44d94a4","invariantUUID":"53deafc1-e05c-4328-b703-4f5676d206da","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f6d79e07-d315-4c71-a666-36c8b8950e9f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992910629,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a3a80aa-ba88-46c1-b129-a21c45b4907d","invariantUUID":"25968674-60b5-4ab9-a256-b03d00e72f3b","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e7e1009f-a5b9-4fe1-9b3b-26ae1ccb671c","lifecycleState":"CERTIFIED","lastUpdateDate":1640993027540,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b463aab2-b3ca-4d50-a956-2d71c215ac70","invariantUUID":"3358b4c2-7e89-4075-abe3-ef24931152c4","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1daad3b1-c37d-4c5f-94ef-fc1ddb984832","lifecycleState":"CERTIFIED","lastUpdateDate":1640992835231,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"13474131-d7d2-487b-86ee-b12d4bad413c","invariantUUID":"6daaf4df-1c9c-498b-9d76-21096980e8c9","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e2ae939a-00c4-4255-9ca3-9f9219f7b86d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992978115,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a28ce67-7d0f-498c-bd9f-1c645b4f91b4","invariantUUID":"6f13d95f-4ab3-43eb-ba00-411908a5f9c8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ebd7a6df-ae1f-4ec0-9cf7-62ae28894bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1640993026246,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"92546107-bb4b-4efd-96e7-fe9aa2d5a874","invariantUUID":"0bd02383-9dc7-41a7-be8a-730586dd60ae","systemName":"VduCompute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6bbe9528-0d14-4650-8547-7808df865da7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992934887,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"542a435e-fa5b-4ba8-bb64-b455752749f9","invariantUUID":"d068cede-d166-4880-b9f3-88821f0a8326","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"28e3488d-c8c7-4323-a4fe-0ff81fb34747","lifecycleState":"CERTIFIED","lastUpdateDate":1640992855907,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"34e5a1c9-5ca9-40f1-8b6b-276891a6fad9","invariantUUID":"09df8c52-eff3-4ff4-988a-de549588efea","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0dcdddb3-a106-4d3a-9d30-ff7b7f27ab17","lifecycleState":"CERTIFIED","lastUpdateDate":1640992824541,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fa1e03e5-3b4e-46d3-93a3-e007f750691f","invariantUUID":"19af9548-fe68-48d9-8f36-b3c74769df97","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6c7cfdb1-7cad-4201-ab96-f2d605091460","lifecycleState":"CERTIFIED","lastUpdateDate":1640992866288,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a6c9b42b-e9c4-4e15-8f07-b42287d7eb2b","invariantUUID":"9d44ccdc-5172-4951-8fc3-675daa6040a3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57ff2214-dd22-4160-a0f3-dbb45f6c015b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992891864,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"492e5820-4e02-4cd8-addf-e505b764a583","invariantUUID":"1f14fe9b-17c2-4016-82cc-d6881ecb49e5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","lifecycleState":"CERTIFIED","lastUpdateDate":1640992864779,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61aa17c9-3535-4434-89b2-fb43228c528e","invariantUUID":"2fd98ba1-da30-423f-bfdb-139ab1e2bc35","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9ad946e3-7e77-4097-8d86-03f855cd9cf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992822862,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acae42ab-c29c-4920-8b2e-545b3c55ca4e","invariantUUID":"3f0c534c-a2e3-4812-80ba-8b6e7f545c5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c0cdde47-96cc-453a-8b68-07a717d37776","lifecycleState":"CERTIFIED","lastUpdateDate":1640999969605,"name":"pNF e3bdc335-d5da","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"2860b5af-933a-4166-8f8a-7be68d75e493","invariantUUID":"17bbeabe-6317-4ebb-b3d5-44bc1634c005","systemName":"PnfE3bdc335D5da","description":"vendor software product","tags":["pNF e3bdc335-d5da"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","lifecycleState":"CERTIFIED","lastUpdateDate":1641001209596,"name":"basic_onboard_npbaMY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","systemName":"BasicOnboardNpbamy","description":"VF","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd00a811-6edb-443f-89d9-344d5d2eb35a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992942112,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7f0685c9-16fc-4be0-a082-29e4d3908fcc","invariantUUID":"d4b76e0c-d2d7-45dc-82e6-d61a31f7ad57","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9bedcb03-7ad6-47a0-9ecc-d340dcd8e0f1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992837295,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b5573f86-afa7-406f-bb53-8c3ada9a775d","invariantUUID":"3a72b3b2-7325-462f-a882-a3c27ecf42af","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"faa01121-e622-48fc-b937-ff7c7b383b40","lifecycleState":"CERTIFIED","lastUpdateDate":1640992936479,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c54f9031-f1da-40e2-8c31-df5c6a46a099","invariantUUID":"9fd3392c-90d5-4cca-9427-c831627bec57","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bcba906f-c1c3-4e17-aced-a6f4ff4f5c71","lifecycleState":"CERTIFIED","lastUpdateDate":1640993019518,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4247a584-d2ea-4117-afed-b3c5d882965f","invariantUUID":"76e177db-ba2f-4b2c-a047-18df9fa9f482","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"db29f0e9-2c2c-4187-8d3f-67d77521a2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992926161,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dee259e0-06d7-4cea-aa7f-7dff93ff6a88","invariantUUID":"0fb2b503-ff05-4e1e-86f0-5f62f3953cfe","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c957d99c-ddd6-4f74-bc2a-460fe7fad9c0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992929085,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff0ca9d8-30e9-4387-b77a-9513f72ef2be","invariantUUID":"f74cc87e-e44e-483b-a285-92a992b8add1","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a833027-7bca-4f1c-a449-6992c6b946b0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992927666,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f452de2-91d3-481c-b228-3734a8e01665","invariantUUID":"ba8cec5b-926d-4de1-b6e0-2b8624c34015","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c9516c80-fc5e-4551-95e7-04fc057b2eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992965786,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d79716da-b8a8-4bcc-a7bc-1ef4e817ba32","invariantUUID":"2a21e399-5431-4a54-a1d0-90575e8a6376","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b6ae00c5-5449-4b35-9f74-8d06f6407054","lifecycleState":"CERTIFIED","lastUpdateDate":1640998311341,"name":"vFW e7762089-71bd","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","systemName":"VfwE776208971bd","description":"vendor software product","tags":["vFW e7762089-71bd"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"664226d3-c6d4-4838-85d8-82dbf5057120","lifecycleState":"CERTIFIED","lastUpdateDate":1640992868458,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb0f73b9-521a-47f5-a73c-2565210851dc","invariantUUID":"223eef9f-27b4-4058-b609-45370a272f27","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"426b3fb2-7798-4bc2-8d60-7593864e645b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992820818,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"957696cb-cf5a-4e23-9689-ca95f119e35e","invariantUUID":"3484eefb-f052-4c0c-a48e-26dc3ba3d27d","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"16a98e64-44b3-400f-848a-085ff53e3895","lifecycleState":"CERTIFIED","lastUpdateDate":1640992913048,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f8d7844-5fae-43f3-a997-95227560e6ce","invariantUUID":"3a2b8800-0d67-4a4c-8080-a481e390d750","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a115e45f-a202-42a8-a318-5cfd5c59bcf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992971000,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"18b471da-1d52-4f6b-a7de-d851163161d3","invariantUUID":"e54a6bbc-9ae7-40f9-8814-9017a073dcc7","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"1062dd81-c6d0-49a1-a99d-df408918953c","lifecycleState":"CERTIFIED","lastUpdateDate":1641000495174,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6b919dec-d8cb-4027-8861-b0437ffb2b23","lifecycleState":"CERTIFIED","lastUpdateDate":1640998330862,"name":"vFW 2022-01-01 00-51-01","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","systemName":"Vfw20220101005101","description":"catalog service description","tags":["robot-ete","vFW 2022-01-01 00-51-01"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"53b087cd-b44d-46a2-859c-5d5c4713f342","lifecycleState":"CERTIFIED","lastUpdateDate":1640999980790,"name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","systemName":"DemoPnfC3fjfew0bnllqqosedhy","description":"catalog service description","tags":["robot-ete","Demo_pNF_C3fjfeW0BnLlQqosEdHy"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-01-01 01:40:15,282 DEBUG 118:sdc_resource.py(1) - Resource basic_onboard_npbaMY found in resources list 2022-01-01 01:40:25,289 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:25,289 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2022-01-01 01:40:25,290 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:25,291 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2022-01-01 01:40:25,291 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2022-01-01 01:40:25,294 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:25,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 1093 2022-01-01 01:40:25,372 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2022-01-01 01:40:25,372 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","name":"vFW e7762089-71bd","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/92ba88cc-75a4-45eb-bc7b-95abd295594f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/resources/49c30f41-bba1-4fdf-b22b-eedee62b70af/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008"},{"uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","name":"basic_onboard_npbaMY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/956233e5-343b-46e6-ba2e-1e3388bd49d6/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2022-01-01 01:40:25,375 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW e7762089-71bd from SDC 2022-01-01 01:40:25,376 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:25,376 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:25,376 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:40:25,377 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-01-01 01:40:25,377 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:25,377 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:25,377 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:40:25,377 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_npbaMY from SDC 2022-01-01 01:40:25,378 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:25,378 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:25,378 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:40:25,378 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2022-01-01 01:40:25,378 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:25,379 INFO 192:__init__.py(1) - Vf found, updating information 2022-01-01 01:40:25,379 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:25,379 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2022-01-01 01:40:25,380 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2022-01-01 01:40:25,382 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:25,480 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 2022-01-01 01:40:25,484 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2022-01-01 01:40:25,487 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e9f93fcf-cbb1-4fda-9cc2-5753060706c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992807324,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"717e2067-188c-4290-b6ba-881980360605","invariantUUID":"6c5a0b61-afa2-4f8f-a1ff-685315c10c9b","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"0.1","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e7c92ee5-c742-4f75-a9cc-7f698060810a","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1641001156723,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992853612,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"43137cbe-329d-4283-8602-3d6469668e59","invariantUUID":"69ca27a7-19ad-48c1-b5fd-1e8507110476","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"764ff32a-1b6e-486b-af71-7aa0b3fe6335","lifecycleState":"CERTIFIED","lastUpdateDate":1640992828865,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cd4dcb21-e820-4f8d-99f0-c6a269e6ef0a","invariantUUID":"9c4ff7e1-6b5b-4ab1-a004-183be9176d32","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5ca42115-a074-48f3-802d-d96b06058e8d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992833713,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"90831519-625a-417c-bf22-74d9b18d1570","invariantUUID":"0f8e935c-c276-40a0-83bd-a78208c822c0","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ecbd0237-a9c8-47b1-84b6-d43e11977687","lifecycleState":"CERTIFIED","lastUpdateDate":1640992972627,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ec0f286-0e91-4d02-9ee0-0f9ae247f43a","invariantUUID":"0754f264-e6a7-467d-8f70-2c8456ecc19b","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"68e6d233-34f5-44b3-ae6c-0eda838b8c9c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992897882,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a8c2d239-9c30-4b3a-be73-521d60a1a9d4","invariantUUID":"3ee869d0-1ff4-483d-a258-d852b52b0771","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820e83a3-7d56-4c38-9787-b6fab90ac3e1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992883164,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a37438d-4043-4a74-85ad-d9634aa4a1ff","invariantUUID":"1711da30-fd5a-4c62-88ac-3fd9b808b7a3","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54cb6f8f-6cb0-46e9-9c1c-7c0989ce4add","lifecycleState":"CERTIFIED","lastUpdateDate":1640992905616,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47f0969-5896-4431-88fb-98d9d16d55d3","invariantUUID":"789a9d70-4d80-4807-b6aa-fa2d7d6e0e9d","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0c733728-db74-49af-9146-6fbb22229d67","lifecycleState":"CERTIFIED","lastUpdateDate":1640992861430,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2d3f2b1-6978-42bc-bdf8-20735bd6a6e2","invariantUUID":"ea221c84-5dfb-45c1-8796-b23f2ec71b5a","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd3e907b-dc2e-4603-aac1-04a375a4777a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992859732,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"11552f68-c47d-49e3-a2e2-cca70a3b63e1","invariantUUID":"ec7ade4e-511d-401c-a02d-29a19ad5a040","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e480d095-f67b-40b3-94be-ca8cf306eb76","lifecycleState":"CERTIFIED","lastUpdateDate":1640992877167,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e026ae18-afa0-4215-813d-9c6bcd165fa4","invariantUUID":"441e28ba-fc63-4aa1-bd08-12ca182431a2","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b4933813-2d17-4531-bde8-6cd0b14fdef9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992826741,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a461a25f-900f-402a-aa81-96909e7846c0","invariantUUID":"02c84b93-1bfe-422c-a067-390555ba1a35","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"network","uniqueId":"7a650725-fffd-43bf-b880-7507e16cbb0c","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1640992951055,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1f6be93b-7f23-4dcb-aea5-0e6aedba4265","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"816ab544-fb1c-4ceb-a96c-91d05dd44486","lifecycleState":"CERTIFIED","lastUpdateDate":1640993022312,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4660c63e-2095-4e46-b5bb-5a666a80d5e5","invariantUUID":"3b1eefe6-65a1-494a-a6bb-c9e67cc1c11c","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"6df84a7f-07f3-436a-813e-ccef50196c0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992805588,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"651de317-906d-40a7-9472-c4161764a116","invariantUUID":"0f3d022e-5174-4c5b-a4b2-c9aab1e9f79c","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"93106c82-6cbe-4e0a-86ba-e0b7b92cc7e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993013092,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f94193b-fc2f-4311-b613-f31dc84874a6","invariantUUID":"b0d3d98f-b6a1-4d34-958a-f7332a97837d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"862993a1-a5ac-4300-a5e0-1a6150f432c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992900843,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7fc8d68d-4889-4220-905d-3a6afe5388fb","invariantUUID":"49214da0-225f-408a-8599-600ec40a20ef","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992813453,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"14cb6170-4938-4169-9db1-bebd89c1b1c5","invariantUUID":"14a12b79-a3c5-4ab3-a1d0-30820c3bee69","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a5ba4fe1-31ca-4d19-9773-e042f8644ba6","lifecycleState":"CERTIFIED","lastUpdateDate":1640993024949,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0df6b214-6ca0-46c4-b464-f6a34794b619","invariantUUID":"c2375c21-b8c1-46af-b1d5-4133067ec770","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"061ba699-2d19-4b43-9bd9-e0d7a569feca","lifecycleState":"CERTIFIED","lastUpdateDate":1640992852076,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68a22c04-ca4a-493a-988c-3bfd8b973226","invariantUUID":"8de7af26-27ba-4102-8b9b-4d15aa6fc3f8","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"28cc3d8c-d143-4572-9eac-a5452b2f5199","lifecycleState":"CERTIFIED","lastUpdateDate":1640993020999,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"71dd8f42-41dd-4580-8c44-fa03dfc46f5c","invariantUUID":"c6d488a4-128f-449c-a934-b1547e46dfb2","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"940aed2f-0dbb-461b-82a3-c5b565f26aa1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992838917,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a1859f51-6deb-4d15-aa0e-fc0ca72ebf5f","invariantUUID":"0da5695d-8baa-4cc7-8296-617ff210a4a5","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"77575f97-fb71-4669-8d56-6ed518fd09fe","lifecycleState":"CERTIFIED","lastUpdateDate":1640992932675,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1d504d63-8d21-403b-b0fc-060c3c75c9c3","invariantUUID":"e199ea3e-7932-479f-acc1-9e178cda4581","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"102e0749-8fa2-4a3f-b3bf-cc44d3e745b6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992920181,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11dc7ed7-3103-4399-83a3-3fa942447d6e","invariantUUID":"d512d8c3-81e1-47ac-96c3-a2dddf952da6","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b234bebd-1e44-424a-b6e6-a968b414be9b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992857648,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e4a16d54-d500-4c75-a758-96213a52a817","invariantUUID":"c1a661e1-4b08-45b3-8409-b63fb3dc380d","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"5afbff50-ecd5-4b6b-961f-1c577cc271c6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992850529,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3ce7b720-9e37-425f-9161-7701e4894ec0","invariantUUID":"33c694f3-a215-45ca-9f88-015df91f4e78","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"34f1448d-6edc-4d15-b8f5-4351fbf3de10","lifecycleState":"CERTIFIED","lastUpdateDate":1640993029017,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2612f9b6-ed03-423b-be6c-0989882af0ab","invariantUUID":"a2c246f1-fd83-45b6-9431-20c2b7963981","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b2c3550c-b35f-4698-b759-1d9d91134eba","lifecycleState":"CERTIFIED","lastUpdateDate":1640992907110,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5d5da14c-f279-4c8b-ac27-8053e8067413","invariantUUID":"1a3b3ad9-39c8-45ac-8830-cd1ffa2896e7","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3df51203-0be5-44d5-afc8-ace7c1fc46fd","lifecycleState":"CERTIFIED","lastUpdateDate":1640993014510,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"187af7e1-108f-4eea-883b-778f92d9e8fe","invariantUUID":"a1ef980f-9e3d-47e4-a622-20f2281d2128","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"96349582-d776-4f8b-aacd-a19effbd1655","lifecycleState":"CERTIFIED","lastUpdateDate":1640992974055,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"050b4987-b1f9-4378-b33b-26774fc5da3d","invariantUUID":"152ba9a8-1898-40c8-908e-095f4c38d77d","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbab18b3-7d5c-4bab-9d60-4bde9ffca579","lifecycleState":"CERTIFIED","lastUpdateDate":1640992904055,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"538f1efe-1786-41ae-963b-8e435a0b159e","invariantUUID":"2f4de293-ab33-43f3-aded-833766b38b7a","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dbbb4c87-09ce-4daa-b942-ca8de8a254c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992832068,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b2a002f8-f555-4d7e-b2f7-f552f23a374e","invariantUUID":"645ab615-7c19-4b36-9350-1a2d849b6a9f","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b69a223c-6d98-407a-b481-9ffb4bbf5b38","lifecycleState":"CERTIFIED","lastUpdateDate":1640992893334,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"001f97d5-1c60-4ecb-a8a0-6520223e8e10","invariantUUID":"7190f3f4-b74a-4b9e-90ad-033a6c01327c","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f3779a81-5606-4bb3-8794-8574fca5361c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992940147,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c13d5a25-a009-4110-b2b3-6eec3cc752a9","invariantUUID":"82d280c9-aa0c-4d4d-9ef8-8d6c3cee89d3","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"681d850a-b9a0-409a-ab7c-97070c2a5e66","lifecycleState":"CERTIFIED","lastUpdateDate":1640992803746,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a9a96d06-d20f-4a74-be58-88df730f0cf4","invariantUUID":"a154b448-8a3d-43eb-9adf-efd13143c69e","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"676140de-d991-4b9a-bfe5-5f79c1cba891","lifecycleState":"CERTIFIED","lastUpdateDate":1640992899338,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6e7373ab-f617-4c33-8fe8-b92889381bb7","invariantUUID":"54fce295-d65e-40a1-a345-1be1658991b7","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4a12622d-c679-47c4-aec7-b56ed0b14c8f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992918516,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3608d680-51bd-4ca4-954c-99ce15c10666","invariantUUID":"7fca2f63-0704-4bd5-93b2-7ad2c1ec83b6","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"7df81249-6aa2-48cc-b1ad-e03714061e83","lifecycleState":"CERTIFIED","lastUpdateDate":1640992845139,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ac61f840-bd86-4793-8963-599a0b36775e","invariantUUID":"3dcc4a44-bf20-4507-8b23-a5ff828d56ba","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"354178f1-ade0-41a1-8192-588899955f96","lifecycleState":"CERTIFIED","lastUpdateDate":1640992969329,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"943eca80-313b-49c5-9d1e-729327d224d4","invariantUUID":"fb189ae1-cf28-4f9e-8e9c-96e7cb02fd05","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f36a4f82-179b-4ea0-9031-fa8c0c4013c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992938212,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b1aa26b7-0800-4c7d-8bf5-9fa45aa64ade","invariantUUID":"fcd1ca3e-e044-4084-9e9e-9e7b875b3ff1","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","lifecycleState":"CERTIFIED","lastUpdateDate":1640992797024,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5b4cdc33-3dc5-4d6d-94a9-da5d3680dae0","invariantUUID":"0d41ad32-58af-4ea2-aadb-6b6a461d9c61","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2fd17d00-d0a6-4f3a-b13d-4da4698c1cd4","lifecycleState":"CERTIFIED","lastUpdateDate":1640992930768,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b708ca2-d9b2-4b66-a5e9-a032b010a1b7","invariantUUID":"75af89d0-abec-4629-9cec-79d8ef06abc7","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7b9a8654-553a-4373-b0b4-aa4b1705b74c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992815364,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"376eda22-3389-43ba-82b8-906ebf2a1f0f","invariantUUID":"b5ad6544-0a8f-463c-93de-842ffb7c117e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"717cea49-9e2d-48e5-8e03-2c863e0912ae","lifecycleState":"CERTIFIED","lastUpdateDate":1640992830517,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59ee0f3d-a276-49d9-97bc-b071f3407397","invariantUUID":"f999876f-50c9-461b-be91-8553cab2494f","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"58a275a2-a8b6-4509-96dc-2f057563b598","lifecycleState":"CERTIFIED","lastUpdateDate":1640992921862,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72270a69-ef3d-4b7b-9c68-fb1796bbf07c","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2437cd9e-6851-4c1b-b609-3311d13d8ca0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993023680,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b168d7b-b5ba-4b9f-a077-c3366e36325d","invariantUUID":"f2376818-0c7e-4d73-aca9-f37d0907bad3","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2b608c5c-9bc7-4016-b33f-cf2021f162e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992894854,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ff0bf51-f2ad-4b7b-8cb9-3162be010193","invariantUUID":"854f6d63-3c6c-4110-adfd-f7bcedc33df7","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"4f0a1faa-4be0-491a-805e-2e37bd202dc0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992811077,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8cc50971-80c7-42bb-bfc3-d4581655827d","invariantUUID":"5bc0a847-ad2f-4afa-b647-f2fa064ca212","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b2d4beed-6354-4111-8ba8-cf834976e292","lifecycleState":"CERTIFIED","lastUpdateDate":1640993017925,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"21bc787b-04d0-4792-8cb0-9af30888f6d1","invariantUUID":"4961482c-e5fd-4d60-8c34-5f47869b701b","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2e6054cb-046b-4b08-bbaa-2befc31990bd","lifecycleState":"CERTIFIED","lastUpdateDate":1640992846697,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"991cc7ab-b523-49a4-9771-0fab1ca4ffab","invariantUUID":"5dfcee49-03c0-49e9-9f6c-12ddfd81e255","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4e2ab6d-6c9d-42a5-98a6-c5ff31f8aed8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992890412,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56b8bb9e-74fd-4052-9ea5-0004d863d5c7","invariantUUID":"4cdcf5db-a30b-4a53-99ac-ebee841966e7","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bc7abc43-327e-4d84-b21a-fadb70c40d47","lifecycleState":"CERTIFIED","lastUpdateDate":1640992896385,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5db21bd3-bd5f-4af7-b398-1e4cf7ec8b40","invariantUUID":"943fb9d9-58d8-45e2-846e-86668d526040","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"8cf4af75-fcfe-4e2b-bc4f-51bed6609b0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992976330,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1f3dbc4a-7d7d-4712-96fa-103c70e4f3d2","invariantUUID":"14683998-ca1a-48dd-8509-21994c505354","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"756aad90-d6ad-47db-a831-8eaea840c782","lifecycleState":"CERTIFIED","lastUpdateDate":1640992948345,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d71839-8a13-4b26-99e5-bea1083c66c7","invariantUUID":"e980c53f-7430-448a-821a-facc352c9856","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cc94d0c7-9872-45b7-8908-bd27eb5245e2","lifecycleState":"CERTIFIED","lastUpdateDate":1640992884700,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ca9b0253-42cd-4aee-b4dd-b903e601d320","invariantUUID":"aa89e559-88cc-47ec-b5cb-c5660a635813","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"3fe1bbfb-d8b7-4211-aca1-6b904f647a68","lifecycleState":"CERTIFIED","lastUpdateDate":1640992964099,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1df95fe2-bf0d-4786-b449-68c668a8171c","invariantUUID":"5aca9ef4-0238-4fe4-9918-71ec251ff357","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bf5cf55b-c7c4-49e2-809d-e7a6f71dcf50","lifecycleState":"CERTIFIED","lastUpdateDate":1640993016012,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d42b1c1a-fe90-4584-ab23-2301b519dbb3","invariantUUID":"6d872d65-e6a0-4255-8691-5caa4f85ec21","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4fcbb747-903a-4959-993a-c851c3f0cb06","lifecycleState":"CERTIFIED","lastUpdateDate":1640992888988,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"856e18af-f4da-4153-8f6e-de09940d80d7","invariantUUID":"48607f1c-69b9-419d-83f6-773e83ee609c","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c1e10640-77f0-4dc2-8e1f-0571ff107f14","lifecycleState":"CERTIFIED","lastUpdateDate":1640992944281,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddc85103-f542-41b6-a0d4-2c3ac44d94a4","invariantUUID":"53deafc1-e05c-4328-b703-4f5676d206da","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f6d79e07-d315-4c71-a666-36c8b8950e9f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992910629,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a3a80aa-ba88-46c1-b129-a21c45b4907d","invariantUUID":"25968674-60b5-4ab9-a256-b03d00e72f3b","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e7e1009f-a5b9-4fe1-9b3b-26ae1ccb671c","lifecycleState":"CERTIFIED","lastUpdateDate":1640993027540,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b463aab2-b3ca-4d50-a956-2d71c215ac70","invariantUUID":"3358b4c2-7e89-4075-abe3-ef24931152c4","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1daad3b1-c37d-4c5f-94ef-fc1ddb984832","lifecycleState":"CERTIFIED","lastUpdateDate":1640992835231,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"13474131-d7d2-487b-86ee-b12d4bad413c","invariantUUID":"6daaf4df-1c9c-498b-9d76-21096980e8c9","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e2ae939a-00c4-4255-9ca3-9f9219f7b86d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992978115,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a28ce67-7d0f-498c-bd9f-1c645b4f91b4","invariantUUID":"6f13d95f-4ab3-43eb-ba00-411908a5f9c8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ebd7a6df-ae1f-4ec0-9cf7-62ae28894bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1640993026246,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"92546107-bb4b-4efd-96e7-fe9aa2d5a874","invariantUUID":"0bd02383-9dc7-41a7-be8a-730586dd60ae","systemName":"VduCompute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6bbe9528-0d14-4650-8547-7808df865da7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992934887,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"542a435e-fa5b-4ba8-bb64-b455752749f9","invariantUUID":"d068cede-d166-4880-b9f3-88821f0a8326","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"28e3488d-c8c7-4323-a4fe-0ff81fb34747","lifecycleState":"CERTIFIED","lastUpdateDate":1640992855907,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"34e5a1c9-5ca9-40f1-8b6b-276891a6fad9","invariantUUID":"09df8c52-eff3-4ff4-988a-de549588efea","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0dcdddb3-a106-4d3a-9d30-ff7b7f27ab17","lifecycleState":"CERTIFIED","lastUpdateDate":1640992824541,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fa1e03e5-3b4e-46d3-93a3-e007f750691f","invariantUUID":"19af9548-fe68-48d9-8f36-b3c74769df97","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6c7cfdb1-7cad-4201-ab96-f2d605091460","lifecycleState":"CERTIFIED","lastUpdateDate":1640992866288,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a6c9b42b-e9c4-4e15-8f07-b42287d7eb2b","invariantUUID":"9d44ccdc-5172-4951-8fc3-675daa6040a3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57ff2214-dd22-4160-a0f3-dbb45f6c015b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992891864,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"492e5820-4e02-4cd8-addf-e505b764a583","invariantUUID":"1f14fe9b-17c2-4016-82cc-d6881ecb49e5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","lifecycleState":"CERTIFIED","lastUpdateDate":1640992864779,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61aa17c9-3535-4434-89b2-fb43228c528e","invariantUUID":"2fd98ba1-da30-423f-bfdb-139ab1e2bc35","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9ad946e3-7e77-4097-8d86-03f855cd9cf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992822862,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acae42ab-c29c-4920-8b2e-545b3c55ca4e","invariantUUID":"3f0c534c-a2e3-4812-80ba-8b6e7f545c5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c0cdde47-96cc-453a-8b68-07a717d37776","lifecycleState":"CERTIFIED","lastUpdateDate":1640999969605,"name":"pNF e3bdc335-d5da","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"2860b5af-933a-4166-8f8a-7be68d75e493","invariantUUID":"17bbeabe-6317-4ebb-b3d5-44bc1634c005","systemName":"PnfE3bdc335D5da","description":"vendor software product","tags":["pNF e3bdc335-d5da"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","lifecycleState":"CERTIFIED","lastUpdateDate":1641001209596,"name":"basic_onboard_npbaMY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","systemName":"BasicOnboardNpbamy","description":"VF","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd00a811-6edb-443f-89d9-344d5d2eb35a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992942112,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7f0685c9-16fc-4be0-a082-29e4d3908fcc","invariantUUID":"d4b76e0c-d2d7-45dc-82e6-d61a31f7ad57","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9bedcb03-7ad6-47a0-9ecc-d340dcd8e0f1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992837295,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b5573f86-afa7-406f-bb53-8c3ada9a775d","invariantUUID":"3a72b3b2-7325-462f-a882-a3c27ecf42af","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"faa01121-e622-48fc-b937-ff7c7b383b40","lifecycleState":"CERTIFIED","lastUpdateDate":1640992936479,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c54f9031-f1da-40e2-8c31-df5c6a46a099","invariantUUID":"9fd3392c-90d5-4cca-9427-c831627bec57","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bcba906f-c1c3-4e17-aced-a6f4ff4f5c71","lifecycleState":"CERTIFIED","lastUpdateDate":1640993019518,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4247a584-d2ea-4117-afed-b3c5d882965f","invariantUUID":"76e177db-ba2f-4b2c-a047-18df9fa9f482","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"db29f0e9-2c2c-4187-8d3f-67d77521a2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992926161,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dee259e0-06d7-4cea-aa7f-7dff93ff6a88","invariantUUID":"0fb2b503-ff05-4e1e-86f0-5f62f3953cfe","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c957d99c-ddd6-4f74-bc2a-460fe7fad9c0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992929085,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff0ca9d8-30e9-4387-b77a-9513f72ef2be","invariantUUID":"f74cc87e-e44e-483b-a285-92a992b8add1","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a833027-7bca-4f1c-a449-6992c6b946b0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992927666,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f452de2-91d3-481c-b228-3734a8e01665","invariantUUID":"ba8cec5b-926d-4de1-b6e0-2b8624c34015","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c9516c80-fc5e-4551-95e7-04fc057b2eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992965786,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d79716da-b8a8-4bcc-a7bc-1ef4e817ba32","invariantUUID":"2a21e399-5431-4a54-a1d0-90575e8a6376","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b6ae00c5-5449-4b35-9f74-8d06f6407054","lifecycleState":"CERTIFIED","lastUpdateDate":1640998311341,"name":"vFW e7762089-71bd","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","systemName":"VfwE776208971bd","description":"vendor software product","tags":["vFW e7762089-71bd"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"664226d3-c6d4-4838-85d8-82dbf5057120","lifecycleState":"CERTIFIED","lastUpdateDate":1640992868458,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb0f73b9-521a-47f5-a73c-2565210851dc","invariantUUID":"223eef9f-27b4-4058-b609-45370a272f27","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"426b3fb2-7798-4bc2-8d60-7593864e645b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992820818,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"957696cb-cf5a-4e23-9689-ca95f119e35e","invariantUUID":"3484eefb-f052-4c0c-a48e-26dc3ba3d27d","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"16a98e64-44b3-400f-848a-085ff53e3895","lifecycleState":"CERTIFIED","lastUpdateDate":1640992913048,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f8d7844-5fae-43f3-a997-95227560e6ce","invariantUUID":"3a2b8800-0d67-4a4c-8080-a481e390d750","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a115e45f-a202-42a8-a318-5cfd5c59bcf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992971000,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"18b471da-1d52-4f6b-a7de-d851163161d3","invariantUUID":"e54a6bbc-9ae7-40f9-8814-9017a073dcc7","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"1062dd81-c6d0-49a1-a99d-df408918953c","lifecycleState":"CERTIFIED","lastUpdateDate":1641000495174,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6b919dec-d8cb-4027-8861-b0437ffb2b23","lifecycleState":"CERTIFIED","lastUpdateDate":1640998330862,"name":"vFW 2022-01-01 00-51-01","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","systemName":"Vfw20220101005101","description":"catalog service description","tags":["robot-ete","vFW 2022-01-01 00-51-01"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"53b087cd-b44d-46a2-859c-5d5c4713f342","lifecycleState":"CERTIFIED","lastUpdateDate":1640999980790,"name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","systemName":"DemoPnfC3fjfew0bnllqqosedhy","description":"catalog service description","tags":["robot-ete","Demo_pNF_C3fjfeW0BnLlQqosEdHy"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-01-01 01:40:25,495 DEBUG 118:sdc_resource.py(1) - Resource basic_onboard_npbaMY found in resources list 2022-01-01 01:40:25,496 DEBUG 159:__init__.py(1) - check if Service basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:25,496 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2022-01-01 01:40:25,497 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:25,497 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-01-01 01:40:25,497 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-01-01 01:40:25,500 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:26,085 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1086 2022-01-01 01:40:26,088 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-01-01 01:40:26,089 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","name":"vFW 2022-01-01 00-51-01","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/af154fdf-6308-4f30-b25a-cb875b9b2af5/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/471f5d7d-369e-4ec3-a182-d89d1bb036c8/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/47eb754b-9487-4680-ac7e-534c856908b8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-01-01 01:40:26,092 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2022-01-01 00-51-01 from SDC 2022-01-01 01:40:26,093 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,093 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,093 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,094 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_C3fjfeW0BnLlQqosEdHy from SDC 2022-01-01 01:40:26,094 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,094 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,094 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,094 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-01-01 01:40:26,095 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,095 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,095 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,095 DEBUG 147:__init__.py(1) - number of Service returned: 3 2022-01-01 01:40:26,095 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:26,096 INFO 169:__init__.py(1) - Service basic_onboard_npbaMY doesn't exist in SDC 2022-01-01 01:40:26,096 DEBUG 159:__init__.py(1) - check if Service basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:26,096 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2022-01-01 01:40:26,097 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:26,097 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-01-01 01:40:26,097 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-01-01 01:40:26,100 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:26,205 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1086 2022-01-01 01:40:26,206 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-01-01 01:40:26,207 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","name":"vFW 2022-01-01 00-51-01","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/af154fdf-6308-4f30-b25a-cb875b9b2af5/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/471f5d7d-369e-4ec3-a182-d89d1bb036c8/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/47eb754b-9487-4680-ac7e-534c856908b8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-01-01 01:40:26,210 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2022-01-01 00-51-01 from SDC 2022-01-01 01:40:26,210 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,210 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,210 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,211 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_C3fjfeW0BnLlQqosEdHy from SDC 2022-01-01 01:40:26,211 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,211 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,211 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,211 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-01-01 01:40:26,212 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,212 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,212 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,212 DEBUG 147:__init__.py(1) - number of Service returned: 3 2022-01-01 01:40:26,212 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:26,212 INFO 169:__init__.py(1) - Service basic_onboard_npbaMY doesn't exist in SDC 2022-01-01 01:40:26,213 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2022-01-01 01:40:26,213 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2022-01-01 01:40:26,213 DEBUG 129:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:26,214 DEBUG 131:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2022-01-01 01:40:26,214 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2022-01-01 01:40:26,216 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:26,285 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 2022-01-01 01:40:26,287 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2022-01-01 01:40:26,289 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"models":[{"name":"ETSI SOL001 v2.5.1","derivedFrom":null,"modelType":"NORMATIVE"}],"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"version":null,"type":null,"ownerId":null,"empty":false}],"version":null,"type":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","version":null,"type":null,"ownerId":null,"empty":false}],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.5"} 2022-01-01 01:40:26,294 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2022-01-01 01:40:26,294 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2022-01-01 01:40:26,294 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2022-01-01 01:40:26,295 INFO 267:__init__.py(1) - attempting to create Service basic_onboard_npbaMY in SDC 2022-01-01 01:40:26,295 DEBUG 159:__init__.py(1) - check if Service basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:26,295 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2022-01-01 01:40:26,296 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:26,296 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-01-01 01:40:26,296 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-01-01 01:40:26,298 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:26,375 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1086 2022-01-01 01:40:26,377 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-01-01 01:40:26,377 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","name":"vFW 2022-01-01 00-51-01","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/af154fdf-6308-4f30-b25a-cb875b9b2af5/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/471f5d7d-369e-4ec3-a182-d89d1bb036c8/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/47eb754b-9487-4680-ac7e-534c856908b8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-01-01 01:40:26,380 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2022-01-01 00-51-01 from SDC 2022-01-01 01:40:26,380 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,380 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,381 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,381 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_C3fjfeW0BnLlQqosEdHy from SDC 2022-01-01 01:40:26,381 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,381 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,381 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,382 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-01-01 01:40:26,382 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:26,382 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:26,382 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:26,382 DEBUG 147:__init__.py(1) - number of Service returned: 3 2022-01-01 01:40:26,383 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:26,383 INFO 169:__init__.py(1) - Service basic_onboard_npbaMY doesn't exist in SDC 2022-01-01 01:40:26,406 DEBUG 129:onap_service.py(1) - [SDC][create Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:26,406 DEBUG 131:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services 2022-01-01 01:40:26,407 DEBUG 132:onap_service.py(1) - [SDC][create Service] data sent: { "componentType": "SERVICE", "properties": [], "requirements": {}, "toscaArtifacts": {}, "tags": ["basic_onboard_npbaMY"], "artifacts": {}, "description": "service", "serviceApiArtifacts": {}, "capabilities": {}, "name": "basic_onboard_npbaMY", "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" } 2022-01-01 01:40:26,409 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:28,251 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 2022-01-01 01:40:28,253 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2022-01-01 01:40:28,255 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false}],"attributes":null,"artifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.controlloopfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Control Loop Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"controlloopfunctions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.operationalpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Operational Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"operationalpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.certificationtestresults","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"TD Certification Test Results","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"certificationtestresults","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.deploymentvotingrecord","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Deployment Voting Record","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicequestionnaire","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Questionnaire","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicequestionnaire","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.dimensioninginfo","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Dimensioning Info","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"dimensioninginfo","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.affinityrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Affinity Rules","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"affinityrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.serviceartifactplan","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Artifact Plan","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"serviceartifactplan","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicespecificpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service-specific Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicespecificpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicesecuritytemplate","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Security Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.engineeringrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"engineeringrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.distributioninstructions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Distribution Instructions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"distributioninstructions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.summaryofimpactstoecompelements","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":"TOSCA definition package of the asset","creationDate":1641001227053,"artifactType":"TOSCA_CSAR","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.assettoscacsar","artifactName":"service-BasicOnboardNpbamy-csar.csar","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Model","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":"TOSCA representation of the asset","creationDate":1641001227053,"artifactType":"TOSCA_TEMPLATE","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.assettoscatemplate","artifactName":"service-BasicOnboardNpbamy-template.yml","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":null,"version":null,"type":null,"ownerId":null,"empty":false}],"componentInstances":null,"componentInstancesRelations":[],"componentInstancesInputs":null,"componentInstancesOutputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":{},"requirements":null,"componentInstancesInterfaces":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false}],"outputs":null,"groups":null,"policies":null,"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"dataTypes":null,"substitutionFilter":null,"model":null,"serviceApiArtifacts":{"configuration":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.configuration","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Configuration","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"configuration","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.testing","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Testing","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"testing","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.logging","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Logging","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"logging","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.monitoring","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Monitoring","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"monitoring","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.reporting","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Reporting","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"reporting","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.instantiation","artifactName":null,"artifactRef":null,"artifactGroupType":"SERVICE_API","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Instantiation","mandatory":false,"apiUrl":null,"serviceApi":true,"artifactLabel":"instantiation","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"forwardingPaths":{},"toscaServiceName":null,"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"0.1","icon":"network_l_1-3","description":"service","tags":["basic_onboard_npbaMY"],"creationDate":1641001227256,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914","componentMetadataForSupportLog":{"SupportablityComponentUUID":"a078525e-0059-4826-aa2b-e0e93b6b72ca","SupportablityComponentName":"basic_onboard_npbaMY","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","systemName":"BasicOnboardNpbamy","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","normalizedName":"basiconboardnpbamy","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1641001227256,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.controlloopfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Control Loop Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"controlloopfunctions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.operationalpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Operational Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"operationalpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.certificationtestresults","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"TD Certification Test Results","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"certificationtestresults","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.deploymentvotingrecord","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Deployment Voting Record","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicequestionnaire","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Questionnaire","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicequestionnaire","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.dimensioninginfo","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Dimensioning Info","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"dimensioninginfo","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.affinityrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Affinity Rules","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"affinityrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.serviceartifactplan","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Artifact Plan","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"serviceartifactplan","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicespecificpolicies","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service-specific Policies","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicespecificpolicies","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicesecuritytemplate","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Service Security Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.engineeringrules","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"engineeringrules","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.distributioninstructions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Distribution Instructions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"distributioninstructions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"description":null,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.summaryofimpactstoecompelements","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"version":null,"type":null,"ownerId":null,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":null,"categorySpecificMetadata":{},"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_onboard_npbaMY"} 2022-01-01 01:40:28,262 INFO 285:__init__.py(1) - Service basic_onboard_npbaMY is created in SDC 2022-01-01 01:40:28,262 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:28,271 DEBUG 159:__init__.py(1) - check if Vf basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:28,271 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC 2022-01-01 01:40:28,272 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:28,272 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF 2022-01-01 01:40:28,272 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None 2022-01-01 01:40:28,274 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:28,350 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1093 2022-01-01 01:40:28,352 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200 2022-01-01 01:40:28,352 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","name":"vFW e7762089-71bd","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/92ba88cc-75a4-45eb-bc7b-95abd295594f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","name":"basic_vm","version":"0.1","toscaModelURL":"/sdc/v1/catalog/resources/49c30f41-bba1-4fdf-b22b-eedee62b70af/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008"},{"uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","name":"basic_onboard_npbaMY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/956233e5-343b-46e6-ba2e-1e3388bd49d6/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}] 2022-01-01 01:40:28,355 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW e7762089-71bd from SDC 2022-01-01 01:40:28,355 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:28,355 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:28,355 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:40:28,355 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-01-01 01:40:28,356 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:28,356 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:28,356 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:40:28,356 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_npbaMY from SDC 2022-01-01 01:40:28,356 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:28,357 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:28,357 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:40:28,357 DEBUG 147:__init__.py(1) - number of Vf returned: 3 2022-01-01 01:40:28,357 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:28,357 INFO 192:__init__.py(1) - Vf found, updating information 2022-01-01 01:40:28,358 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:28,358 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2022-01-01 01:40:28,358 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None 2022-01-01 01:40:28,360 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:28,551 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 2022-01-01 01:40:28,554 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200 2022-01-01 01:40:28,559 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e9f93fcf-cbb1-4fda-9cc2-5753060706c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992807324,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"717e2067-188c-4290-b6ba-881980360605","invariantUUID":"6c5a0b61-afa2-4f8f-a1ff-685315c10c9b","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"0.1","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e7c92ee5-c742-4f75-a9cc-7f698060810a","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1641001156723,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992853612,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"43137cbe-329d-4283-8602-3d6469668e59","invariantUUID":"69ca27a7-19ad-48c1-b5fd-1e8507110476","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"764ff32a-1b6e-486b-af71-7aa0b3fe6335","lifecycleState":"CERTIFIED","lastUpdateDate":1640992828865,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cd4dcb21-e820-4f8d-99f0-c6a269e6ef0a","invariantUUID":"9c4ff7e1-6b5b-4ab1-a004-183be9176d32","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5ca42115-a074-48f3-802d-d96b06058e8d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992833713,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"90831519-625a-417c-bf22-74d9b18d1570","invariantUUID":"0f8e935c-c276-40a0-83bd-a78208c822c0","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ecbd0237-a9c8-47b1-84b6-d43e11977687","lifecycleState":"CERTIFIED","lastUpdateDate":1640992972627,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ec0f286-0e91-4d02-9ee0-0f9ae247f43a","invariantUUID":"0754f264-e6a7-467d-8f70-2c8456ecc19b","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"68e6d233-34f5-44b3-ae6c-0eda838b8c9c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992897882,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a8c2d239-9c30-4b3a-be73-521d60a1a9d4","invariantUUID":"3ee869d0-1ff4-483d-a258-d852b52b0771","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820e83a3-7d56-4c38-9787-b6fab90ac3e1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992883164,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a37438d-4043-4a74-85ad-d9634aa4a1ff","invariantUUID":"1711da30-fd5a-4c62-88ac-3fd9b808b7a3","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54cb6f8f-6cb0-46e9-9c1c-7c0989ce4add","lifecycleState":"CERTIFIED","lastUpdateDate":1640992905616,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47f0969-5896-4431-88fb-98d9d16d55d3","invariantUUID":"789a9d70-4d80-4807-b6aa-fa2d7d6e0e9d","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0c733728-db74-49af-9146-6fbb22229d67","lifecycleState":"CERTIFIED","lastUpdateDate":1640992861430,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2d3f2b1-6978-42bc-bdf8-20735bd6a6e2","invariantUUID":"ea221c84-5dfb-45c1-8796-b23f2ec71b5a","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd3e907b-dc2e-4603-aac1-04a375a4777a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992859732,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"11552f68-c47d-49e3-a2e2-cca70a3b63e1","invariantUUID":"ec7ade4e-511d-401c-a02d-29a19ad5a040","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e480d095-f67b-40b3-94be-ca8cf306eb76","lifecycleState":"CERTIFIED","lastUpdateDate":1640992877167,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e026ae18-afa0-4215-813d-9c6bcd165fa4","invariantUUID":"441e28ba-fc63-4aa1-bd08-12ca182431a2","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b4933813-2d17-4531-bde8-6cd0b14fdef9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992826741,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a461a25f-900f-402a-aa81-96909e7846c0","invariantUUID":"02c84b93-1bfe-422c-a067-390555ba1a35","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"network","uniqueId":"7a650725-fffd-43bf-b880-7507e16cbb0c","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1640992951055,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1f6be93b-7f23-4dcb-aea5-0e6aedba4265","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"816ab544-fb1c-4ceb-a96c-91d05dd44486","lifecycleState":"CERTIFIED","lastUpdateDate":1640993022312,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4660c63e-2095-4e46-b5bb-5a666a80d5e5","invariantUUID":"3b1eefe6-65a1-494a-a6bb-c9e67cc1c11c","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"6df84a7f-07f3-436a-813e-ccef50196c0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992805588,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"651de317-906d-40a7-9472-c4161764a116","invariantUUID":"0f3d022e-5174-4c5b-a4b2-c9aab1e9f79c","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"93106c82-6cbe-4e0a-86ba-e0b7b92cc7e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993013092,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f94193b-fc2f-4311-b613-f31dc84874a6","invariantUUID":"b0d3d98f-b6a1-4d34-958a-f7332a97837d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"862993a1-a5ac-4300-a5e0-1a6150f432c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992900843,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7fc8d68d-4889-4220-905d-3a6afe5388fb","invariantUUID":"49214da0-225f-408a-8599-600ec40a20ef","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992813453,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"14cb6170-4938-4169-9db1-bebd89c1b1c5","invariantUUID":"14a12b79-a3c5-4ab3-a1d0-30820c3bee69","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a5ba4fe1-31ca-4d19-9773-e042f8644ba6","lifecycleState":"CERTIFIED","lastUpdateDate":1640993024949,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0df6b214-6ca0-46c4-b464-f6a34794b619","invariantUUID":"c2375c21-b8c1-46af-b1d5-4133067ec770","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"061ba699-2d19-4b43-9bd9-e0d7a569feca","lifecycleState":"CERTIFIED","lastUpdateDate":1640992852076,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68a22c04-ca4a-493a-988c-3bfd8b973226","invariantUUID":"8de7af26-27ba-4102-8b9b-4d15aa6fc3f8","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"28cc3d8c-d143-4572-9eac-a5452b2f5199","lifecycleState":"CERTIFIED","lastUpdateDate":1640993020999,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"71dd8f42-41dd-4580-8c44-fa03dfc46f5c","invariantUUID":"c6d488a4-128f-449c-a934-b1547e46dfb2","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"940aed2f-0dbb-461b-82a3-c5b565f26aa1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992838917,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a1859f51-6deb-4d15-aa0e-fc0ca72ebf5f","invariantUUID":"0da5695d-8baa-4cc7-8296-617ff210a4a5","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"77575f97-fb71-4669-8d56-6ed518fd09fe","lifecycleState":"CERTIFIED","lastUpdateDate":1640992932675,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1d504d63-8d21-403b-b0fc-060c3c75c9c3","invariantUUID":"e199ea3e-7932-479f-acc1-9e178cda4581","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"102e0749-8fa2-4a3f-b3bf-cc44d3e745b6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992920181,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11dc7ed7-3103-4399-83a3-3fa942447d6e","invariantUUID":"d512d8c3-81e1-47ac-96c3-a2dddf952da6","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b234bebd-1e44-424a-b6e6-a968b414be9b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992857648,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e4a16d54-d500-4c75-a758-96213a52a817","invariantUUID":"c1a661e1-4b08-45b3-8409-b63fb3dc380d","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"5afbff50-ecd5-4b6b-961f-1c577cc271c6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992850529,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3ce7b720-9e37-425f-9161-7701e4894ec0","invariantUUID":"33c694f3-a215-45ca-9f88-015df91f4e78","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"34f1448d-6edc-4d15-b8f5-4351fbf3de10","lifecycleState":"CERTIFIED","lastUpdateDate":1640993029017,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2612f9b6-ed03-423b-be6c-0989882af0ab","invariantUUID":"a2c246f1-fd83-45b6-9431-20c2b7963981","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b2c3550c-b35f-4698-b759-1d9d91134eba","lifecycleState":"CERTIFIED","lastUpdateDate":1640992907110,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5d5da14c-f279-4c8b-ac27-8053e8067413","invariantUUID":"1a3b3ad9-39c8-45ac-8830-cd1ffa2896e7","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3df51203-0be5-44d5-afc8-ace7c1fc46fd","lifecycleState":"CERTIFIED","lastUpdateDate":1640993014510,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"187af7e1-108f-4eea-883b-778f92d9e8fe","invariantUUID":"a1ef980f-9e3d-47e4-a622-20f2281d2128","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"96349582-d776-4f8b-aacd-a19effbd1655","lifecycleState":"CERTIFIED","lastUpdateDate":1640992974055,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"050b4987-b1f9-4378-b33b-26774fc5da3d","invariantUUID":"152ba9a8-1898-40c8-908e-095f4c38d77d","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbab18b3-7d5c-4bab-9d60-4bde9ffca579","lifecycleState":"CERTIFIED","lastUpdateDate":1640992904055,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"538f1efe-1786-41ae-963b-8e435a0b159e","invariantUUID":"2f4de293-ab33-43f3-aded-833766b38b7a","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dbbb4c87-09ce-4daa-b942-ca8de8a254c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992832068,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b2a002f8-f555-4d7e-b2f7-f552f23a374e","invariantUUID":"645ab615-7c19-4b36-9350-1a2d849b6a9f","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b69a223c-6d98-407a-b481-9ffb4bbf5b38","lifecycleState":"CERTIFIED","lastUpdateDate":1640992893334,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"001f97d5-1c60-4ecb-a8a0-6520223e8e10","invariantUUID":"7190f3f4-b74a-4b9e-90ad-033a6c01327c","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f3779a81-5606-4bb3-8794-8574fca5361c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992940147,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c13d5a25-a009-4110-b2b3-6eec3cc752a9","invariantUUID":"82d280c9-aa0c-4d4d-9ef8-8d6c3cee89d3","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"681d850a-b9a0-409a-ab7c-97070c2a5e66","lifecycleState":"CERTIFIED","lastUpdateDate":1640992803746,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a9a96d06-d20f-4a74-be58-88df730f0cf4","invariantUUID":"a154b448-8a3d-43eb-9adf-efd13143c69e","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"676140de-d991-4b9a-bfe5-5f79c1cba891","lifecycleState":"CERTIFIED","lastUpdateDate":1640992899338,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6e7373ab-f617-4c33-8fe8-b92889381bb7","invariantUUID":"54fce295-d65e-40a1-a345-1be1658991b7","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4a12622d-c679-47c4-aec7-b56ed0b14c8f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992918516,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3608d680-51bd-4ca4-954c-99ce15c10666","invariantUUID":"7fca2f63-0704-4bd5-93b2-7ad2c1ec83b6","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"7df81249-6aa2-48cc-b1ad-e03714061e83","lifecycleState":"CERTIFIED","lastUpdateDate":1640992845139,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ac61f840-bd86-4793-8963-599a0b36775e","invariantUUID":"3dcc4a44-bf20-4507-8b23-a5ff828d56ba","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"354178f1-ade0-41a1-8192-588899955f96","lifecycleState":"CERTIFIED","lastUpdateDate":1640992969329,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"943eca80-313b-49c5-9d1e-729327d224d4","invariantUUID":"fb189ae1-cf28-4f9e-8e9c-96e7cb02fd05","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f36a4f82-179b-4ea0-9031-fa8c0c4013c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992938212,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b1aa26b7-0800-4c7d-8bf5-9fa45aa64ade","invariantUUID":"fcd1ca3e-e044-4084-9e9e-9e7b875b3ff1","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","lifecycleState":"CERTIFIED","lastUpdateDate":1640992797024,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5b4cdc33-3dc5-4d6d-94a9-da5d3680dae0","invariantUUID":"0d41ad32-58af-4ea2-aadb-6b6a461d9c61","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2fd17d00-d0a6-4f3a-b13d-4da4698c1cd4","lifecycleState":"CERTIFIED","lastUpdateDate":1640992930768,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b708ca2-d9b2-4b66-a5e9-a032b010a1b7","invariantUUID":"75af89d0-abec-4629-9cec-79d8ef06abc7","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7b9a8654-553a-4373-b0b4-aa4b1705b74c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992815364,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"376eda22-3389-43ba-82b8-906ebf2a1f0f","invariantUUID":"b5ad6544-0a8f-463c-93de-842ffb7c117e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"717cea49-9e2d-48e5-8e03-2c863e0912ae","lifecycleState":"CERTIFIED","lastUpdateDate":1640992830517,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59ee0f3d-a276-49d9-97bc-b071f3407397","invariantUUID":"f999876f-50c9-461b-be91-8553cab2494f","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"58a275a2-a8b6-4509-96dc-2f057563b598","lifecycleState":"CERTIFIED","lastUpdateDate":1640992921862,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72270a69-ef3d-4b7b-9c68-fb1796bbf07c","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2437cd9e-6851-4c1b-b609-3311d13d8ca0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993023680,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b168d7b-b5ba-4b9f-a077-c3366e36325d","invariantUUID":"f2376818-0c7e-4d73-aca9-f37d0907bad3","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2b608c5c-9bc7-4016-b33f-cf2021f162e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992894854,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ff0bf51-f2ad-4b7b-8cb9-3162be010193","invariantUUID":"854f6d63-3c6c-4110-adfd-f7bcedc33df7","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"4f0a1faa-4be0-491a-805e-2e37bd202dc0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992811077,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8cc50971-80c7-42bb-bfc3-d4581655827d","invariantUUID":"5bc0a847-ad2f-4afa-b647-f2fa064ca212","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b2d4beed-6354-4111-8ba8-cf834976e292","lifecycleState":"CERTIFIED","lastUpdateDate":1640993017925,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"21bc787b-04d0-4792-8cb0-9af30888f6d1","invariantUUID":"4961482c-e5fd-4d60-8c34-5f47869b701b","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2e6054cb-046b-4b08-bbaa-2befc31990bd","lifecycleState":"CERTIFIED","lastUpdateDate":1640992846697,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"991cc7ab-b523-49a4-9771-0fab1ca4ffab","invariantUUID":"5dfcee49-03c0-49e9-9f6c-12ddfd81e255","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4e2ab6d-6c9d-42a5-98a6-c5ff31f8aed8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992890412,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56b8bb9e-74fd-4052-9ea5-0004d863d5c7","invariantUUID":"4cdcf5db-a30b-4a53-99ac-ebee841966e7","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bc7abc43-327e-4d84-b21a-fadb70c40d47","lifecycleState":"CERTIFIED","lastUpdateDate":1640992896385,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5db21bd3-bd5f-4af7-b398-1e4cf7ec8b40","invariantUUID":"943fb9d9-58d8-45e2-846e-86668d526040","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"8cf4af75-fcfe-4e2b-bc4f-51bed6609b0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992976330,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1f3dbc4a-7d7d-4712-96fa-103c70e4f3d2","invariantUUID":"14683998-ca1a-48dd-8509-21994c505354","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"756aad90-d6ad-47db-a831-8eaea840c782","lifecycleState":"CERTIFIED","lastUpdateDate":1640992948345,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d71839-8a13-4b26-99e5-bea1083c66c7","invariantUUID":"e980c53f-7430-448a-821a-facc352c9856","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cc94d0c7-9872-45b7-8908-bd27eb5245e2","lifecycleState":"CERTIFIED","lastUpdateDate":1640992884700,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ca9b0253-42cd-4aee-b4dd-b903e601d320","invariantUUID":"aa89e559-88cc-47ec-b5cb-c5660a635813","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"3fe1bbfb-d8b7-4211-aca1-6b904f647a68","lifecycleState":"CERTIFIED","lastUpdateDate":1640992964099,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1df95fe2-bf0d-4786-b449-68c668a8171c","invariantUUID":"5aca9ef4-0238-4fe4-9918-71ec251ff357","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bf5cf55b-c7c4-49e2-809d-e7a6f71dcf50","lifecycleState":"CERTIFIED","lastUpdateDate":1640993016012,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d42b1c1a-fe90-4584-ab23-2301b519dbb3","invariantUUID":"6d872d65-e6a0-4255-8691-5caa4f85ec21","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4fcbb747-903a-4959-993a-c851c3f0cb06","lifecycleState":"CERTIFIED","lastUpdateDate":1640992888988,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"856e18af-f4da-4153-8f6e-de09940d80d7","invariantUUID":"48607f1c-69b9-419d-83f6-773e83ee609c","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c1e10640-77f0-4dc2-8e1f-0571ff107f14","lifecycleState":"CERTIFIED","lastUpdateDate":1640992944281,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddc85103-f542-41b6-a0d4-2c3ac44d94a4","invariantUUID":"53deafc1-e05c-4328-b703-4f5676d206da","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f6d79e07-d315-4c71-a666-36c8b8950e9f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992910629,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a3a80aa-ba88-46c1-b129-a21c45b4907d","invariantUUID":"25968674-60b5-4ab9-a256-b03d00e72f3b","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e7e1009f-a5b9-4fe1-9b3b-26ae1ccb671c","lifecycleState":"CERTIFIED","lastUpdateDate":1640993027540,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b463aab2-b3ca-4d50-a956-2d71c215ac70","invariantUUID":"3358b4c2-7e89-4075-abe3-ef24931152c4","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1daad3b1-c37d-4c5f-94ef-fc1ddb984832","lifecycleState":"CERTIFIED","lastUpdateDate":1640992835231,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"13474131-d7d2-487b-86ee-b12d4bad413c","invariantUUID":"6daaf4df-1c9c-498b-9d76-21096980e8c9","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e2ae939a-00c4-4255-9ca3-9f9219f7b86d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992978115,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a28ce67-7d0f-498c-bd9f-1c645b4f91b4","invariantUUID":"6f13d95f-4ab3-43eb-ba00-411908a5f9c8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ebd7a6df-ae1f-4ec0-9cf7-62ae28894bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1640993026246,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"92546107-bb4b-4efd-96e7-fe9aa2d5a874","invariantUUID":"0bd02383-9dc7-41a7-be8a-730586dd60ae","systemName":"VduCompute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6bbe9528-0d14-4650-8547-7808df865da7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992934887,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"542a435e-fa5b-4ba8-bb64-b455752749f9","invariantUUID":"d068cede-d166-4880-b9f3-88821f0a8326","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"28e3488d-c8c7-4323-a4fe-0ff81fb34747","lifecycleState":"CERTIFIED","lastUpdateDate":1640992855907,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"34e5a1c9-5ca9-40f1-8b6b-276891a6fad9","invariantUUID":"09df8c52-eff3-4ff4-988a-de549588efea","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0dcdddb3-a106-4d3a-9d30-ff7b7f27ab17","lifecycleState":"CERTIFIED","lastUpdateDate":1640992824541,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fa1e03e5-3b4e-46d3-93a3-e007f750691f","invariantUUID":"19af9548-fe68-48d9-8f36-b3c74769df97","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6c7cfdb1-7cad-4201-ab96-f2d605091460","lifecycleState":"CERTIFIED","lastUpdateDate":1640992866288,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a6c9b42b-e9c4-4e15-8f07-b42287d7eb2b","invariantUUID":"9d44ccdc-5172-4951-8fc3-675daa6040a3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57ff2214-dd22-4160-a0f3-dbb45f6c015b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992891864,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"492e5820-4e02-4cd8-addf-e505b764a583","invariantUUID":"1f14fe9b-17c2-4016-82cc-d6881ecb49e5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","lifecycleState":"CERTIFIED","lastUpdateDate":1640992864779,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61aa17c9-3535-4434-89b2-fb43228c528e","invariantUUID":"2fd98ba1-da30-423f-bfdb-139ab1e2bc35","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9ad946e3-7e77-4097-8d86-03f855cd9cf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992822862,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acae42ab-c29c-4920-8b2e-545b3c55ca4e","invariantUUID":"3f0c534c-a2e3-4812-80ba-8b6e7f545c5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c0cdde47-96cc-453a-8b68-07a717d37776","lifecycleState":"CERTIFIED","lastUpdateDate":1640999969605,"name":"pNF e3bdc335-d5da","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"2860b5af-933a-4166-8f8a-7be68d75e493","invariantUUID":"17bbeabe-6317-4ebb-b3d5-44bc1634c005","systemName":"PnfE3bdc335D5da","description":"vendor software product","tags":["pNF e3bdc335-d5da"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","lifecycleState":"CERTIFIED","lastUpdateDate":1641001209596,"name":"basic_onboard_npbaMY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","systemName":"BasicOnboardNpbamy","description":"VF","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd00a811-6edb-443f-89d9-344d5d2eb35a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992942112,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7f0685c9-16fc-4be0-a082-29e4d3908fcc","invariantUUID":"d4b76e0c-d2d7-45dc-82e6-d61a31f7ad57","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9bedcb03-7ad6-47a0-9ecc-d340dcd8e0f1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992837295,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b5573f86-afa7-406f-bb53-8c3ada9a775d","invariantUUID":"3a72b3b2-7325-462f-a882-a3c27ecf42af","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"faa01121-e622-48fc-b937-ff7c7b383b40","lifecycleState":"CERTIFIED","lastUpdateDate":1640992936479,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c54f9031-f1da-40e2-8c31-df5c6a46a099","invariantUUID":"9fd3392c-90d5-4cca-9427-c831627bec57","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bcba906f-c1c3-4e17-aced-a6f4ff4f5c71","lifecycleState":"CERTIFIED","lastUpdateDate":1640993019518,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4247a584-d2ea-4117-afed-b3c5d882965f","invariantUUID":"76e177db-ba2f-4b2c-a047-18df9fa9f482","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"db29f0e9-2c2c-4187-8d3f-67d77521a2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992926161,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dee259e0-06d7-4cea-aa7f-7dff93ff6a88","invariantUUID":"0fb2b503-ff05-4e1e-86f0-5f62f3953cfe","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c957d99c-ddd6-4f74-bc2a-460fe7fad9c0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992929085,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff0ca9d8-30e9-4387-b77a-9513f72ef2be","invariantUUID":"f74cc87e-e44e-483b-a285-92a992b8add1","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a833027-7bca-4f1c-a449-6992c6b946b0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992927666,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f452de2-91d3-481c-b228-3734a8e01665","invariantUUID":"ba8cec5b-926d-4de1-b6e0-2b8624c34015","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c9516c80-fc5e-4551-95e7-04fc057b2eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992965786,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d79716da-b8a8-4bcc-a7bc-1ef4e817ba32","invariantUUID":"2a21e399-5431-4a54-a1d0-90575e8a6376","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b6ae00c5-5449-4b35-9f74-8d06f6407054","lifecycleState":"CERTIFIED","lastUpdateDate":1640998311341,"name":"vFW e7762089-71bd","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","systemName":"VfwE776208971bd","description":"vendor software product","tags":["vFW e7762089-71bd"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"664226d3-c6d4-4838-85d8-82dbf5057120","lifecycleState":"CERTIFIED","lastUpdateDate":1640992868458,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb0f73b9-521a-47f5-a73c-2565210851dc","invariantUUID":"223eef9f-27b4-4058-b609-45370a272f27","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"426b3fb2-7798-4bc2-8d60-7593864e645b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992820818,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"957696cb-cf5a-4e23-9689-ca95f119e35e","invariantUUID":"3484eefb-f052-4c0c-a48e-26dc3ba3d27d","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"16a98e64-44b3-400f-848a-085ff53e3895","lifecycleState":"CERTIFIED","lastUpdateDate":1640992913048,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f8d7844-5fae-43f3-a997-95227560e6ce","invariantUUID":"3a2b8800-0d67-4a4c-8080-a481e390d750","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a115e45f-a202-42a8-a318-5cfd5c59bcf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992971000,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"18b471da-1d52-4f6b-a7de-d851163161d3","invariantUUID":"e54a6bbc-9ae7-40f9-8814-9017a073dcc7","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"1062dd81-c6d0-49a1-a99d-df408918953c","lifecycleState":"CERTIFIED","lastUpdateDate":1641000495174,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1641001227256,"name":"basic_onboard_npbaMY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","systemName":"BasicOnboardNpbamy","description":"service","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6b919dec-d8cb-4027-8861-b0437ffb2b23","lifecycleState":"CERTIFIED","lastUpdateDate":1640998330862,"name":"vFW 2022-01-01 00-51-01","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","systemName":"Vfw20220101005101","description":"catalog service description","tags":["robot-ete","vFW 2022-01-01 00-51-01"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"53b087cd-b44d-46a2-859c-5d5c4713f342","lifecycleState":"CERTIFIED","lastUpdateDate":1640999980790,"name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","systemName":"DemoPnfC3fjfew0bnllqqosedhy","description":"catalog service description","tags":["robot-ete","Demo_pNF_C3fjfeW0BnLlQqosEdHy"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-01-01 01:40:28,567 DEBUG 118:sdc_resource.py(1) - Resource basic_onboard_npbaMY found in resources list 2022-01-01 01:40:28,568 DEBUG 129:onap_service.py(1) - [SDC][Add VF to service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:28,568 DEBUG 131:onap_service.py(1) - [SDC][Add VF to service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/5d00cd79-e53e-4a3a-9f67-fae177c92914/resourceInstance 2022-01-01 01:40:28,568 DEBUG 132:onap_service.py(1) - [SDC][Add VF to service] data sent: { "name": "basic_onboard_npbaMY", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "a91f7013-f9e4-4105-a8b0-8f02eb1b727b", "originType": "VF", "componentUid": "a91f7013-f9e4-4105-a8b0-8f02eb1b727b", "icon": "defaulticon" } 2022-01-01 01:40:28,571 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:30,492 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/5d00cd79-e53e-4a3a-9f67-fae177c92914/resourceInstance HTTP/1.1" 201 None 2022-01-01 01:40:30,494 INFO 142:onap_service.py(1) - [SDC][Add VF to service] response code: 201 2022-01-01 01:40:30,495 DEBUG 146:onap_service.py(1) - [SDC][Add VF to service] response: {"capabilities":null,"requirements":null,"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":null,"attributes":null,"nodeFilter":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vf_module_id","type":"string","required":false,"defaultValue":null,"description":"The VF Module ID is provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"Ubuntu18-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":"true","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.multi_stage_design","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"multi_stage_design","value":"false","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming_code","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming_code","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_function","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_function","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.controller_actor","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"controller_actor","value":"SO-REF-DATA","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.availability_zone_max_count","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"availability_zone_max_count","value":"1","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"metadata":null,"constraints":[{"validValues":["0","1","2"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_artifact_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_artifact_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_name","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"vnf_name","value":"Ubuntu18-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.max_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_name_0","type":"string","required":false,"defaultValue":null,"description":"The VM name","schema":null,"password":false,"name":"ubuntu18_name_0","value":"ubuntu18","label":"VM name","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_pub_key","type":"string","required":false,"defaultValue":null,"description":"Public key to be installed on the compute instance","schema":null,"password":false,"name":"ubuntu18_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_type","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_type","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_ip","type":"string","required":false,"defaultValue":null,"description":"IP address of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_id","type":"string","required":false,"defaultValue":null,"description":"The VNF ID is provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"Ubuntu18-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_role","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_role","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.min_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_port","type":"string","required":false,"defaultValue":null,"description":"Port of the DCAE collector","schema":null,"password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_flavor_name","type":"string","required":false,"defaultValue":null,"description":"Type of instance (flavor) to be used","schema":null,"password":false,"name":"ubuntu18_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.admin_plane_net_name","type":"string","required":false,"defaultValue":null,"description":"The external management network","schema":null,"password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_image_name","type":"string","required":false,"defaultValue":null,"description":"Image to be used for compute instance","schema":null,"password":false,"name":"ubuntu18_image_name","value":"ubuntu-18.04-daily","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"model":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_onboard_npbaMY 0","SupportablityComponentVersion":null},"actualComponentUid":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","createdFromCsar":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0","normalizedName":"basic_onboard_npbamy0","name":"basic_onboard_npbaMY 0","icon":"defaulticon","creationTime":1641001229324,"description":null,"originType":"VF","toscaArtifacts":{},"directives":[],"isProxy":false,"invariantName":"basic_onboard_npbamy0","createdFrom":null,"componentUid":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicOnboardNpbamy","modificationTime":1641001229324,"customizationUUID":"a35dc9b1-4f03-4f7c-b228-26d7851f3ef3","posX":"200","posY":"100","componentName":"basic_onboard_npbaMY","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"version":null,"type":null,"ownerId":null,"empty":false} 2022-01-01 01:40:30,495 INFO 511:service.py(1) - Resource VF basic_onboard_npbaMY has been added on serice basic_onboard_npbaMY 2022-01-01 01:40:30,497 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_npbaMY] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:30,497 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_npbaMY] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/a078525e-0059-4826-aa2b-e0e93b6b72ca/distribution 2022-01-01 01:40:30,498 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_npbaMY] data sent: None 2022-01-01 01:40:30,499 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:30,556 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/a078525e-0059-4826-aa2b-e0e93b6b72ca/distribution HTTP/1.1" 200 38 2022-01-01 01:40:30,557 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_npbaMY] response code: 200 2022-01-01 01:40:30,558 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_onboard_npbaMY] response: {"distributionStatusOfServiceList":[]} 2022-01-01 01:40:30,559 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_onboard_npbaMY] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:30,560 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_onboard_npbaMY] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None 2022-01-01 01:40:30,560 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_onboard_npbaMY] data sent: None 2022-01-01 01:40:30,561 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:30,608 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 2022-01-01 01:40:30,609 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_onboard_npbaMY] response code: 200 2022-01-01 01:40:30,610 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_onboard_npbaMY] response: {"distributionStatusList":[]} 2022-01-01 01:40:30,611 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2022-01-01 01:40:30,612 INFO 728:service.py(1) - attempting to checkin Service basic_onboard_npbaMY in SDC 2022-01-01 01:40:30,615 DEBUG 129:onap_service.py(1) - [SDC][checkin Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:30,615 DEBUG 131:onap_service.py(1) - [SDC][checkin Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/5d00cd79-e53e-4a3a-9f67-fae177c92914/lifecycleState/checkin 2022-01-01 01:40:30,615 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2022-01-01 01:40:30,617 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:32,511 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/5d00cd79-e53e-4a3a-9f67-fae177c92914/lifecycleState/checkin HTTP/1.1" 200 1225 2022-01-01 01:40:32,514 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2022-01-01 01:40:32,514 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914","name":"basic_onboard_npbaMY","version":"0.1","isHighestVersion":true,"creationDate":1641001227256,"lastUpdateDate":1641001231272,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_onboard_npbaMY"],"icon":"network_l_1-3","normalizedName":"basiconboardnpbamy","systemName":"BasicOnboardNpbamy","contactId":"cs0008","allVersions":{"0.1":"5d00cd79-e53e-4a3a-9f67-fae177c92914"},"projectCode":"123456","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","componentType":"SERVICE","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceType":"","serviceRole":"","environmentContext":"General_Revenue-Bearing","instantiationType":"A-la-carte","serviceFunction":"","uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca"} 2022-01-01 01:40:32,518 DEBUG 159:__init__.py(1) - check if Service basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:32,519 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2022-01-01 01:40:32,520 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:32,520 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-01-01 01:40:32,520 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-01-01 01:40:32,523 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:32,612 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1474 2022-01-01 01:40:32,614 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-01-01 01:40:32,614 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","name":"basic_onboard_npbaMY","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/a078525e-0059-4826-aa2b-e0e93b6b72ca/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","name":"vFW 2022-01-01 00-51-01","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/af154fdf-6308-4f30-b25a-cb875b9b2af5/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/471f5d7d-369e-4ec3-a182-d89d1bb036c8/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/47eb754b-9487-4680-ac7e-534c856908b8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-01-01 01:40:32,617 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_npbaMY from SDC 2022-01-01 01:40:32,617 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:32,617 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:32,618 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-01-01 01:40:32,618 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2022-01-01 00-51-01 from SDC 2022-01-01 01:40:32,618 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:32,618 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:32,618 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:32,619 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_C3fjfeW0BnLlQqosEdHy from SDC 2022-01-01 01:40:32,619 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:32,619 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:32,619 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:32,619 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-01-01 01:40:32,619 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:32,620 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:32,620 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:32,620 DEBUG 147:__init__.py(1) - number of Service returned: 4 2022-01-01 01:40:32,620 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:32,620 INFO 192:__init__.py(1) - Service found, updating information 2022-01-01 01:40:32,621 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:32,621 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2022-01-01 01:40:32,621 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-01-01 01:40:32,623 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:32,700 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 2022-01-01 01:40:32,707 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-01-01 01:40:32,710 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e9f93fcf-cbb1-4fda-9cc2-5753060706c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992807324,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"717e2067-188c-4290-b6ba-881980360605","invariantUUID":"6c5a0b61-afa2-4f8f-a1ff-685315c10c9b","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"0.1","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e7c92ee5-c742-4f75-a9cc-7f698060810a","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1641001156723,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992853612,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"43137cbe-329d-4283-8602-3d6469668e59","invariantUUID":"69ca27a7-19ad-48c1-b5fd-1e8507110476","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"764ff32a-1b6e-486b-af71-7aa0b3fe6335","lifecycleState":"CERTIFIED","lastUpdateDate":1640992828865,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cd4dcb21-e820-4f8d-99f0-c6a269e6ef0a","invariantUUID":"9c4ff7e1-6b5b-4ab1-a004-183be9176d32","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5ca42115-a074-48f3-802d-d96b06058e8d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992833713,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"90831519-625a-417c-bf22-74d9b18d1570","invariantUUID":"0f8e935c-c276-40a0-83bd-a78208c822c0","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ecbd0237-a9c8-47b1-84b6-d43e11977687","lifecycleState":"CERTIFIED","lastUpdateDate":1640992972627,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ec0f286-0e91-4d02-9ee0-0f9ae247f43a","invariantUUID":"0754f264-e6a7-467d-8f70-2c8456ecc19b","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"68e6d233-34f5-44b3-ae6c-0eda838b8c9c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992897882,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a8c2d239-9c30-4b3a-be73-521d60a1a9d4","invariantUUID":"3ee869d0-1ff4-483d-a258-d852b52b0771","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820e83a3-7d56-4c38-9787-b6fab90ac3e1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992883164,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a37438d-4043-4a74-85ad-d9634aa4a1ff","invariantUUID":"1711da30-fd5a-4c62-88ac-3fd9b808b7a3","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54cb6f8f-6cb0-46e9-9c1c-7c0989ce4add","lifecycleState":"CERTIFIED","lastUpdateDate":1640992905616,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47f0969-5896-4431-88fb-98d9d16d55d3","invariantUUID":"789a9d70-4d80-4807-b6aa-fa2d7d6e0e9d","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0c733728-db74-49af-9146-6fbb22229d67","lifecycleState":"CERTIFIED","lastUpdateDate":1640992861430,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2d3f2b1-6978-42bc-bdf8-20735bd6a6e2","invariantUUID":"ea221c84-5dfb-45c1-8796-b23f2ec71b5a","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd3e907b-dc2e-4603-aac1-04a375a4777a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992859732,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"11552f68-c47d-49e3-a2e2-cca70a3b63e1","invariantUUID":"ec7ade4e-511d-401c-a02d-29a19ad5a040","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e480d095-f67b-40b3-94be-ca8cf306eb76","lifecycleState":"CERTIFIED","lastUpdateDate":1640992877167,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e026ae18-afa0-4215-813d-9c6bcd165fa4","invariantUUID":"441e28ba-fc63-4aa1-bd08-12ca182431a2","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b4933813-2d17-4531-bde8-6cd0b14fdef9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992826741,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a461a25f-900f-402a-aa81-96909e7846c0","invariantUUID":"02c84b93-1bfe-422c-a067-390555ba1a35","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"network","uniqueId":"7a650725-fffd-43bf-b880-7507e16cbb0c","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1640992951055,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1f6be93b-7f23-4dcb-aea5-0e6aedba4265","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"816ab544-fb1c-4ceb-a96c-91d05dd44486","lifecycleState":"CERTIFIED","lastUpdateDate":1640993022312,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4660c63e-2095-4e46-b5bb-5a666a80d5e5","invariantUUID":"3b1eefe6-65a1-494a-a6bb-c9e67cc1c11c","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"6df84a7f-07f3-436a-813e-ccef50196c0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992805588,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"651de317-906d-40a7-9472-c4161764a116","invariantUUID":"0f3d022e-5174-4c5b-a4b2-c9aab1e9f79c","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"93106c82-6cbe-4e0a-86ba-e0b7b92cc7e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993013092,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f94193b-fc2f-4311-b613-f31dc84874a6","invariantUUID":"b0d3d98f-b6a1-4d34-958a-f7332a97837d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"862993a1-a5ac-4300-a5e0-1a6150f432c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992900843,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7fc8d68d-4889-4220-905d-3a6afe5388fb","invariantUUID":"49214da0-225f-408a-8599-600ec40a20ef","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992813453,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"14cb6170-4938-4169-9db1-bebd89c1b1c5","invariantUUID":"14a12b79-a3c5-4ab3-a1d0-30820c3bee69","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a5ba4fe1-31ca-4d19-9773-e042f8644ba6","lifecycleState":"CERTIFIED","lastUpdateDate":1640993024949,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0df6b214-6ca0-46c4-b464-f6a34794b619","invariantUUID":"c2375c21-b8c1-46af-b1d5-4133067ec770","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"061ba699-2d19-4b43-9bd9-e0d7a569feca","lifecycleState":"CERTIFIED","lastUpdateDate":1640992852076,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68a22c04-ca4a-493a-988c-3bfd8b973226","invariantUUID":"8de7af26-27ba-4102-8b9b-4d15aa6fc3f8","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"28cc3d8c-d143-4572-9eac-a5452b2f5199","lifecycleState":"CERTIFIED","lastUpdateDate":1640993020999,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"71dd8f42-41dd-4580-8c44-fa03dfc46f5c","invariantUUID":"c6d488a4-128f-449c-a934-b1547e46dfb2","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"940aed2f-0dbb-461b-82a3-c5b565f26aa1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992838917,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a1859f51-6deb-4d15-aa0e-fc0ca72ebf5f","invariantUUID":"0da5695d-8baa-4cc7-8296-617ff210a4a5","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"77575f97-fb71-4669-8d56-6ed518fd09fe","lifecycleState":"CERTIFIED","lastUpdateDate":1640992932675,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1d504d63-8d21-403b-b0fc-060c3c75c9c3","invariantUUID":"e199ea3e-7932-479f-acc1-9e178cda4581","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"102e0749-8fa2-4a3f-b3bf-cc44d3e745b6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992920181,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11dc7ed7-3103-4399-83a3-3fa942447d6e","invariantUUID":"d512d8c3-81e1-47ac-96c3-a2dddf952da6","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b234bebd-1e44-424a-b6e6-a968b414be9b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992857648,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e4a16d54-d500-4c75-a758-96213a52a817","invariantUUID":"c1a661e1-4b08-45b3-8409-b63fb3dc380d","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"5afbff50-ecd5-4b6b-961f-1c577cc271c6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992850529,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3ce7b720-9e37-425f-9161-7701e4894ec0","invariantUUID":"33c694f3-a215-45ca-9f88-015df91f4e78","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"34f1448d-6edc-4d15-b8f5-4351fbf3de10","lifecycleState":"CERTIFIED","lastUpdateDate":1640993029017,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2612f9b6-ed03-423b-be6c-0989882af0ab","invariantUUID":"a2c246f1-fd83-45b6-9431-20c2b7963981","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b2c3550c-b35f-4698-b759-1d9d91134eba","lifecycleState":"CERTIFIED","lastUpdateDate":1640992907110,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5d5da14c-f279-4c8b-ac27-8053e8067413","invariantUUID":"1a3b3ad9-39c8-45ac-8830-cd1ffa2896e7","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3df51203-0be5-44d5-afc8-ace7c1fc46fd","lifecycleState":"CERTIFIED","lastUpdateDate":1640993014510,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"187af7e1-108f-4eea-883b-778f92d9e8fe","invariantUUID":"a1ef980f-9e3d-47e4-a622-20f2281d2128","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"96349582-d776-4f8b-aacd-a19effbd1655","lifecycleState":"CERTIFIED","lastUpdateDate":1640992974055,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"050b4987-b1f9-4378-b33b-26774fc5da3d","invariantUUID":"152ba9a8-1898-40c8-908e-095f4c38d77d","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbab18b3-7d5c-4bab-9d60-4bde9ffca579","lifecycleState":"CERTIFIED","lastUpdateDate":1640992904055,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"538f1efe-1786-41ae-963b-8e435a0b159e","invariantUUID":"2f4de293-ab33-43f3-aded-833766b38b7a","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dbbb4c87-09ce-4daa-b942-ca8de8a254c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992832068,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b2a002f8-f555-4d7e-b2f7-f552f23a374e","invariantUUID":"645ab615-7c19-4b36-9350-1a2d849b6a9f","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b69a223c-6d98-407a-b481-9ffb4bbf5b38","lifecycleState":"CERTIFIED","lastUpdateDate":1640992893334,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"001f97d5-1c60-4ecb-a8a0-6520223e8e10","invariantUUID":"7190f3f4-b74a-4b9e-90ad-033a6c01327c","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f3779a81-5606-4bb3-8794-8574fca5361c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992940147,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c13d5a25-a009-4110-b2b3-6eec3cc752a9","invariantUUID":"82d280c9-aa0c-4d4d-9ef8-8d6c3cee89d3","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"681d850a-b9a0-409a-ab7c-97070c2a5e66","lifecycleState":"CERTIFIED","lastUpdateDate":1640992803746,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a9a96d06-d20f-4a74-be58-88df730f0cf4","invariantUUID":"a154b448-8a3d-43eb-9adf-efd13143c69e","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"676140de-d991-4b9a-bfe5-5f79c1cba891","lifecycleState":"CERTIFIED","lastUpdateDate":1640992899338,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6e7373ab-f617-4c33-8fe8-b92889381bb7","invariantUUID":"54fce295-d65e-40a1-a345-1be1658991b7","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4a12622d-c679-47c4-aec7-b56ed0b14c8f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992918516,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3608d680-51bd-4ca4-954c-99ce15c10666","invariantUUID":"7fca2f63-0704-4bd5-93b2-7ad2c1ec83b6","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"7df81249-6aa2-48cc-b1ad-e03714061e83","lifecycleState":"CERTIFIED","lastUpdateDate":1640992845139,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ac61f840-bd86-4793-8963-599a0b36775e","invariantUUID":"3dcc4a44-bf20-4507-8b23-a5ff828d56ba","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"354178f1-ade0-41a1-8192-588899955f96","lifecycleState":"CERTIFIED","lastUpdateDate":1640992969329,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"943eca80-313b-49c5-9d1e-729327d224d4","invariantUUID":"fb189ae1-cf28-4f9e-8e9c-96e7cb02fd05","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f36a4f82-179b-4ea0-9031-fa8c0c4013c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992938212,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b1aa26b7-0800-4c7d-8bf5-9fa45aa64ade","invariantUUID":"fcd1ca3e-e044-4084-9e9e-9e7b875b3ff1","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","lifecycleState":"CERTIFIED","lastUpdateDate":1640992797024,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5b4cdc33-3dc5-4d6d-94a9-da5d3680dae0","invariantUUID":"0d41ad32-58af-4ea2-aadb-6b6a461d9c61","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2fd17d00-d0a6-4f3a-b13d-4da4698c1cd4","lifecycleState":"CERTIFIED","lastUpdateDate":1640992930768,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b708ca2-d9b2-4b66-a5e9-a032b010a1b7","invariantUUID":"75af89d0-abec-4629-9cec-79d8ef06abc7","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7b9a8654-553a-4373-b0b4-aa4b1705b74c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992815364,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"376eda22-3389-43ba-82b8-906ebf2a1f0f","invariantUUID":"b5ad6544-0a8f-463c-93de-842ffb7c117e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"717cea49-9e2d-48e5-8e03-2c863e0912ae","lifecycleState":"CERTIFIED","lastUpdateDate":1640992830517,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59ee0f3d-a276-49d9-97bc-b071f3407397","invariantUUID":"f999876f-50c9-461b-be91-8553cab2494f","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"58a275a2-a8b6-4509-96dc-2f057563b598","lifecycleState":"CERTIFIED","lastUpdateDate":1640992921862,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72270a69-ef3d-4b7b-9c68-fb1796bbf07c","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2437cd9e-6851-4c1b-b609-3311d13d8ca0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993023680,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b168d7b-b5ba-4b9f-a077-c3366e36325d","invariantUUID":"f2376818-0c7e-4d73-aca9-f37d0907bad3","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2b608c5c-9bc7-4016-b33f-cf2021f162e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992894854,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ff0bf51-f2ad-4b7b-8cb9-3162be010193","invariantUUID":"854f6d63-3c6c-4110-adfd-f7bcedc33df7","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"4f0a1faa-4be0-491a-805e-2e37bd202dc0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992811077,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8cc50971-80c7-42bb-bfc3-d4581655827d","invariantUUID":"5bc0a847-ad2f-4afa-b647-f2fa064ca212","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b2d4beed-6354-4111-8ba8-cf834976e292","lifecycleState":"CERTIFIED","lastUpdateDate":1640993017925,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"21bc787b-04d0-4792-8cb0-9af30888f6d1","invariantUUID":"4961482c-e5fd-4d60-8c34-5f47869b701b","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2e6054cb-046b-4b08-bbaa-2befc31990bd","lifecycleState":"CERTIFIED","lastUpdateDate":1640992846697,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"991cc7ab-b523-49a4-9771-0fab1ca4ffab","invariantUUID":"5dfcee49-03c0-49e9-9f6c-12ddfd81e255","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4e2ab6d-6c9d-42a5-98a6-c5ff31f8aed8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992890412,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56b8bb9e-74fd-4052-9ea5-0004d863d5c7","invariantUUID":"4cdcf5db-a30b-4a53-99ac-ebee841966e7","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bc7abc43-327e-4d84-b21a-fadb70c40d47","lifecycleState":"CERTIFIED","lastUpdateDate":1640992896385,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5db21bd3-bd5f-4af7-b398-1e4cf7ec8b40","invariantUUID":"943fb9d9-58d8-45e2-846e-86668d526040","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"8cf4af75-fcfe-4e2b-bc4f-51bed6609b0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992976330,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1f3dbc4a-7d7d-4712-96fa-103c70e4f3d2","invariantUUID":"14683998-ca1a-48dd-8509-21994c505354","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"756aad90-d6ad-47db-a831-8eaea840c782","lifecycleState":"CERTIFIED","lastUpdateDate":1640992948345,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d71839-8a13-4b26-99e5-bea1083c66c7","invariantUUID":"e980c53f-7430-448a-821a-facc352c9856","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cc94d0c7-9872-45b7-8908-bd27eb5245e2","lifecycleState":"CERTIFIED","lastUpdateDate":1640992884700,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ca9b0253-42cd-4aee-b4dd-b903e601d320","invariantUUID":"aa89e559-88cc-47ec-b5cb-c5660a635813","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"3fe1bbfb-d8b7-4211-aca1-6b904f647a68","lifecycleState":"CERTIFIED","lastUpdateDate":1640992964099,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1df95fe2-bf0d-4786-b449-68c668a8171c","invariantUUID":"5aca9ef4-0238-4fe4-9918-71ec251ff357","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bf5cf55b-c7c4-49e2-809d-e7a6f71dcf50","lifecycleState":"CERTIFIED","lastUpdateDate":1640993016012,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d42b1c1a-fe90-4584-ab23-2301b519dbb3","invariantUUID":"6d872d65-e6a0-4255-8691-5caa4f85ec21","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4fcbb747-903a-4959-993a-c851c3f0cb06","lifecycleState":"CERTIFIED","lastUpdateDate":1640992888988,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"856e18af-f4da-4153-8f6e-de09940d80d7","invariantUUID":"48607f1c-69b9-419d-83f6-773e83ee609c","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c1e10640-77f0-4dc2-8e1f-0571ff107f14","lifecycleState":"CERTIFIED","lastUpdateDate":1640992944281,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddc85103-f542-41b6-a0d4-2c3ac44d94a4","invariantUUID":"53deafc1-e05c-4328-b703-4f5676d206da","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f6d79e07-d315-4c71-a666-36c8b8950e9f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992910629,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a3a80aa-ba88-46c1-b129-a21c45b4907d","invariantUUID":"25968674-60b5-4ab9-a256-b03d00e72f3b","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e7e1009f-a5b9-4fe1-9b3b-26ae1ccb671c","lifecycleState":"CERTIFIED","lastUpdateDate":1640993027540,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b463aab2-b3ca-4d50-a956-2d71c215ac70","invariantUUID":"3358b4c2-7e89-4075-abe3-ef24931152c4","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1daad3b1-c37d-4c5f-94ef-fc1ddb984832","lifecycleState":"CERTIFIED","lastUpdateDate":1640992835231,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"13474131-d7d2-487b-86ee-b12d4bad413c","invariantUUID":"6daaf4df-1c9c-498b-9d76-21096980e8c9","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e2ae939a-00c4-4255-9ca3-9f9219f7b86d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992978115,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a28ce67-7d0f-498c-bd9f-1c645b4f91b4","invariantUUID":"6f13d95f-4ab3-43eb-ba00-411908a5f9c8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ebd7a6df-ae1f-4ec0-9cf7-62ae28894bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1640993026246,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"92546107-bb4b-4efd-96e7-fe9aa2d5a874","invariantUUID":"0bd02383-9dc7-41a7-be8a-730586dd60ae","systemName":"VduCompute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6bbe9528-0d14-4650-8547-7808df865da7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992934887,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"542a435e-fa5b-4ba8-bb64-b455752749f9","invariantUUID":"d068cede-d166-4880-b9f3-88821f0a8326","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"28e3488d-c8c7-4323-a4fe-0ff81fb34747","lifecycleState":"CERTIFIED","lastUpdateDate":1640992855907,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"34e5a1c9-5ca9-40f1-8b6b-276891a6fad9","invariantUUID":"09df8c52-eff3-4ff4-988a-de549588efea","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0dcdddb3-a106-4d3a-9d30-ff7b7f27ab17","lifecycleState":"CERTIFIED","lastUpdateDate":1640992824541,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fa1e03e5-3b4e-46d3-93a3-e007f750691f","invariantUUID":"19af9548-fe68-48d9-8f36-b3c74769df97","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6c7cfdb1-7cad-4201-ab96-f2d605091460","lifecycleState":"CERTIFIED","lastUpdateDate":1640992866288,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a6c9b42b-e9c4-4e15-8f07-b42287d7eb2b","invariantUUID":"9d44ccdc-5172-4951-8fc3-675daa6040a3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57ff2214-dd22-4160-a0f3-dbb45f6c015b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992891864,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"492e5820-4e02-4cd8-addf-e505b764a583","invariantUUID":"1f14fe9b-17c2-4016-82cc-d6881ecb49e5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","lifecycleState":"CERTIFIED","lastUpdateDate":1640992864779,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61aa17c9-3535-4434-89b2-fb43228c528e","invariantUUID":"2fd98ba1-da30-423f-bfdb-139ab1e2bc35","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9ad946e3-7e77-4097-8d86-03f855cd9cf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992822862,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acae42ab-c29c-4920-8b2e-545b3c55ca4e","invariantUUID":"3f0c534c-a2e3-4812-80ba-8b6e7f545c5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c0cdde47-96cc-453a-8b68-07a717d37776","lifecycleState":"CERTIFIED","lastUpdateDate":1640999969605,"name":"pNF e3bdc335-d5da","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"2860b5af-933a-4166-8f8a-7be68d75e493","invariantUUID":"17bbeabe-6317-4ebb-b3d5-44bc1634c005","systemName":"PnfE3bdc335D5da","description":"vendor software product","tags":["pNF e3bdc335-d5da"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","lifecycleState":"CERTIFIED","lastUpdateDate":1641001209596,"name":"basic_onboard_npbaMY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","systemName":"BasicOnboardNpbamy","description":"VF","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd00a811-6edb-443f-89d9-344d5d2eb35a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992942112,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7f0685c9-16fc-4be0-a082-29e4d3908fcc","invariantUUID":"d4b76e0c-d2d7-45dc-82e6-d61a31f7ad57","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9bedcb03-7ad6-47a0-9ecc-d340dcd8e0f1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992837295,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b5573f86-afa7-406f-bb53-8c3ada9a775d","invariantUUID":"3a72b3b2-7325-462f-a882-a3c27ecf42af","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"faa01121-e622-48fc-b937-ff7c7b383b40","lifecycleState":"CERTIFIED","lastUpdateDate":1640992936479,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c54f9031-f1da-40e2-8c31-df5c6a46a099","invariantUUID":"9fd3392c-90d5-4cca-9427-c831627bec57","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bcba906f-c1c3-4e17-aced-a6f4ff4f5c71","lifecycleState":"CERTIFIED","lastUpdateDate":1640993019518,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4247a584-d2ea-4117-afed-b3c5d882965f","invariantUUID":"76e177db-ba2f-4b2c-a047-18df9fa9f482","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"db29f0e9-2c2c-4187-8d3f-67d77521a2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992926161,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dee259e0-06d7-4cea-aa7f-7dff93ff6a88","invariantUUID":"0fb2b503-ff05-4e1e-86f0-5f62f3953cfe","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c957d99c-ddd6-4f74-bc2a-460fe7fad9c0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992929085,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff0ca9d8-30e9-4387-b77a-9513f72ef2be","invariantUUID":"f74cc87e-e44e-483b-a285-92a992b8add1","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a833027-7bca-4f1c-a449-6992c6b946b0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992927666,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f452de2-91d3-481c-b228-3734a8e01665","invariantUUID":"ba8cec5b-926d-4de1-b6e0-2b8624c34015","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c9516c80-fc5e-4551-95e7-04fc057b2eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992965786,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d79716da-b8a8-4bcc-a7bc-1ef4e817ba32","invariantUUID":"2a21e399-5431-4a54-a1d0-90575e8a6376","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b6ae00c5-5449-4b35-9f74-8d06f6407054","lifecycleState":"CERTIFIED","lastUpdateDate":1640998311341,"name":"vFW e7762089-71bd","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","systemName":"VfwE776208971bd","description":"vendor software product","tags":["vFW e7762089-71bd"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"664226d3-c6d4-4838-85d8-82dbf5057120","lifecycleState":"CERTIFIED","lastUpdateDate":1640992868458,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb0f73b9-521a-47f5-a73c-2565210851dc","invariantUUID":"223eef9f-27b4-4058-b609-45370a272f27","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"426b3fb2-7798-4bc2-8d60-7593864e645b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992820818,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"957696cb-cf5a-4e23-9689-ca95f119e35e","invariantUUID":"3484eefb-f052-4c0c-a48e-26dc3ba3d27d","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"16a98e64-44b3-400f-848a-085ff53e3895","lifecycleState":"CERTIFIED","lastUpdateDate":1640992913048,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f8d7844-5fae-43f3-a997-95227560e6ce","invariantUUID":"3a2b8800-0d67-4a4c-8080-a481e390d750","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a115e45f-a202-42a8-a318-5cfd5c59bcf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992971000,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"18b471da-1d52-4f6b-a7de-d851163161d3","invariantUUID":"e54a6bbc-9ae7-40f9-8814-9017a073dcc7","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"1062dd81-c6d0-49a1-a99d-df408918953c","lifecycleState":"CERTIFIED","lastUpdateDate":1641000495174,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1641001231272,"name":"basic_onboard_npbaMY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","systemName":"BasicOnboardNpbamy","description":"service","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6b919dec-d8cb-4027-8861-b0437ffb2b23","lifecycleState":"CERTIFIED","lastUpdateDate":1640998330862,"name":"vFW 2022-01-01 00-51-01","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","systemName":"Vfw20220101005101","description":"catalog service description","tags":["robot-ete","vFW 2022-01-01 00-51-01"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"53b087cd-b44d-46a2-859c-5d5c4713f342","lifecycleState":"CERTIFIED","lastUpdateDate":1640999980790,"name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","systemName":"DemoPnfC3fjfew0bnllqqosedhy","description":"catalog service description","tags":["robot-ete","Demo_pNF_C3fjfeW0BnLlQqosEdHy"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-01-01 01:40:32,716 DEBUG 118:sdc_resource.py(1) - Resource basic_onboard_npbaMY found in services list 2022-01-01 01:40:32,717 INFO 728:service.py(1) - attempting to Certify Service basic_onboard_npbaMY in SDC 2022-01-01 01:40:32,721 DEBUG 129:onap_service.py(1) - [SDC][Certify Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:32,721 DEBUG 131:onap_service.py(1) - [SDC][Certify Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/5d00cd79-e53e-4a3a-9f67-fae177c92914/lifecycleState/Certify 2022-01-01 01:40:32,721 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2022-01-01 01:40:32,723 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:36,435 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/5d00cd79-e53e-4a3a-9f67-fae177c92914/lifecycleState/Certify HTTP/1.1" 200 1213 2022-01-01 01:40:36,437 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2022-01-01 01:40:36,438 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","name":"basic_onboard_npbaMY","version":"1.0","isHighestVersion":true,"creationDate":1641001227256,"lastUpdateDate":1641001231272,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_onboard_npbaMY"],"icon":"network_l_1-3","normalizedName":"basiconboardnpbamy","systemName":"BasicOnboardNpbamy","contactId":"cs0008","allVersions":{"1.0":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722"},"projectCode":"123456","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","componentType":"SERVICE","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceType":"","serviceRole":"","environmentContext":"General_Revenue-Bearing","instantiationType":"A-la-carte","serviceFunction":"","uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca"} 2022-01-01 01:40:36,441 DEBUG 159:__init__.py(1) - check if Service basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:36,441 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2022-01-01 01:40:36,442 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:36,442 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-01-01 01:40:36,442 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-01-01 01:40:36,445 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:36,527 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1462 2022-01-01 01:40:36,529 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-01-01 01:40:36,529 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","name":"vFW 2022-01-01 00-51-01","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/af154fdf-6308-4f30-b25a-cb875b9b2af5/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/471f5d7d-369e-4ec3-a182-d89d1bb036c8/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/47eb754b-9487-4680-ac7e-534c856908b8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","name":"basic_onboard_npbaMY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a078525e-0059-4826-aa2b-e0e93b6b72ca/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2022-01-01 01:40:36,532 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2022-01-01 00-51-01 from SDC 2022-01-01 01:40:36,532 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:36,533 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:36,533 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:36,533 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_C3fjfeW0BnLlQqosEdHy from SDC 2022-01-01 01:40:36,533 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:36,534 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:36,534 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:36,534 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-01-01 01:40:36,534 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:36,534 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:36,534 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:36,535 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_npbaMY from SDC 2022-01-01 01:40:36,535 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:36,535 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:36,535 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-01-01 01:40:36,535 DEBUG 147:__init__.py(1) - number of Service returned: 4 2022-01-01 01:40:36,535 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:36,536 INFO 192:__init__.py(1) - Service found, updating information 2022-01-01 01:40:36,536 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:36,536 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2022-01-01 01:40:36,537 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-01-01 01:40:36,539 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:36,610 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 2022-01-01 01:40:36,613 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-01-01 01:40:36,617 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e9f93fcf-cbb1-4fda-9cc2-5753060706c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992807324,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"717e2067-188c-4290-b6ba-881980360605","invariantUUID":"6c5a0b61-afa2-4f8f-a1ff-685315c10c9b","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"0.1","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e7c92ee5-c742-4f75-a9cc-7f698060810a","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1641001156723,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992853612,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"43137cbe-329d-4283-8602-3d6469668e59","invariantUUID":"69ca27a7-19ad-48c1-b5fd-1e8507110476","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"764ff32a-1b6e-486b-af71-7aa0b3fe6335","lifecycleState":"CERTIFIED","lastUpdateDate":1640992828865,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cd4dcb21-e820-4f8d-99f0-c6a269e6ef0a","invariantUUID":"9c4ff7e1-6b5b-4ab1-a004-183be9176d32","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5ca42115-a074-48f3-802d-d96b06058e8d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992833713,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"90831519-625a-417c-bf22-74d9b18d1570","invariantUUID":"0f8e935c-c276-40a0-83bd-a78208c822c0","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ecbd0237-a9c8-47b1-84b6-d43e11977687","lifecycleState":"CERTIFIED","lastUpdateDate":1640992972627,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ec0f286-0e91-4d02-9ee0-0f9ae247f43a","invariantUUID":"0754f264-e6a7-467d-8f70-2c8456ecc19b","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"68e6d233-34f5-44b3-ae6c-0eda838b8c9c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992897882,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a8c2d239-9c30-4b3a-be73-521d60a1a9d4","invariantUUID":"3ee869d0-1ff4-483d-a258-d852b52b0771","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820e83a3-7d56-4c38-9787-b6fab90ac3e1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992883164,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a37438d-4043-4a74-85ad-d9634aa4a1ff","invariantUUID":"1711da30-fd5a-4c62-88ac-3fd9b808b7a3","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54cb6f8f-6cb0-46e9-9c1c-7c0989ce4add","lifecycleState":"CERTIFIED","lastUpdateDate":1640992905616,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47f0969-5896-4431-88fb-98d9d16d55d3","invariantUUID":"789a9d70-4d80-4807-b6aa-fa2d7d6e0e9d","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0c733728-db74-49af-9146-6fbb22229d67","lifecycleState":"CERTIFIED","lastUpdateDate":1640992861430,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2d3f2b1-6978-42bc-bdf8-20735bd6a6e2","invariantUUID":"ea221c84-5dfb-45c1-8796-b23f2ec71b5a","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd3e907b-dc2e-4603-aac1-04a375a4777a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992859732,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"11552f68-c47d-49e3-a2e2-cca70a3b63e1","invariantUUID":"ec7ade4e-511d-401c-a02d-29a19ad5a040","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e480d095-f67b-40b3-94be-ca8cf306eb76","lifecycleState":"CERTIFIED","lastUpdateDate":1640992877167,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e026ae18-afa0-4215-813d-9c6bcd165fa4","invariantUUID":"441e28ba-fc63-4aa1-bd08-12ca182431a2","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b4933813-2d17-4531-bde8-6cd0b14fdef9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992826741,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a461a25f-900f-402a-aa81-96909e7846c0","invariantUUID":"02c84b93-1bfe-422c-a067-390555ba1a35","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"network","uniqueId":"7a650725-fffd-43bf-b880-7507e16cbb0c","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1640992951055,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1f6be93b-7f23-4dcb-aea5-0e6aedba4265","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"816ab544-fb1c-4ceb-a96c-91d05dd44486","lifecycleState":"CERTIFIED","lastUpdateDate":1640993022312,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4660c63e-2095-4e46-b5bb-5a666a80d5e5","invariantUUID":"3b1eefe6-65a1-494a-a6bb-c9e67cc1c11c","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"6df84a7f-07f3-436a-813e-ccef50196c0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992805588,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"651de317-906d-40a7-9472-c4161764a116","invariantUUID":"0f3d022e-5174-4c5b-a4b2-c9aab1e9f79c","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"93106c82-6cbe-4e0a-86ba-e0b7b92cc7e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993013092,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f94193b-fc2f-4311-b613-f31dc84874a6","invariantUUID":"b0d3d98f-b6a1-4d34-958a-f7332a97837d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"862993a1-a5ac-4300-a5e0-1a6150f432c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992900843,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7fc8d68d-4889-4220-905d-3a6afe5388fb","invariantUUID":"49214da0-225f-408a-8599-600ec40a20ef","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992813453,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"14cb6170-4938-4169-9db1-bebd89c1b1c5","invariantUUID":"14a12b79-a3c5-4ab3-a1d0-30820c3bee69","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a5ba4fe1-31ca-4d19-9773-e042f8644ba6","lifecycleState":"CERTIFIED","lastUpdateDate":1640993024949,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0df6b214-6ca0-46c4-b464-f6a34794b619","invariantUUID":"c2375c21-b8c1-46af-b1d5-4133067ec770","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"061ba699-2d19-4b43-9bd9-e0d7a569feca","lifecycleState":"CERTIFIED","lastUpdateDate":1640992852076,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68a22c04-ca4a-493a-988c-3bfd8b973226","invariantUUID":"8de7af26-27ba-4102-8b9b-4d15aa6fc3f8","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"28cc3d8c-d143-4572-9eac-a5452b2f5199","lifecycleState":"CERTIFIED","lastUpdateDate":1640993020999,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"71dd8f42-41dd-4580-8c44-fa03dfc46f5c","invariantUUID":"c6d488a4-128f-449c-a934-b1547e46dfb2","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"940aed2f-0dbb-461b-82a3-c5b565f26aa1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992838917,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a1859f51-6deb-4d15-aa0e-fc0ca72ebf5f","invariantUUID":"0da5695d-8baa-4cc7-8296-617ff210a4a5","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"77575f97-fb71-4669-8d56-6ed518fd09fe","lifecycleState":"CERTIFIED","lastUpdateDate":1640992932675,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1d504d63-8d21-403b-b0fc-060c3c75c9c3","invariantUUID":"e199ea3e-7932-479f-acc1-9e178cda4581","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"102e0749-8fa2-4a3f-b3bf-cc44d3e745b6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992920181,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11dc7ed7-3103-4399-83a3-3fa942447d6e","invariantUUID":"d512d8c3-81e1-47ac-96c3-a2dddf952da6","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b234bebd-1e44-424a-b6e6-a968b414be9b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992857648,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e4a16d54-d500-4c75-a758-96213a52a817","invariantUUID":"c1a661e1-4b08-45b3-8409-b63fb3dc380d","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"5afbff50-ecd5-4b6b-961f-1c577cc271c6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992850529,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3ce7b720-9e37-425f-9161-7701e4894ec0","invariantUUID":"33c694f3-a215-45ca-9f88-015df91f4e78","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"34f1448d-6edc-4d15-b8f5-4351fbf3de10","lifecycleState":"CERTIFIED","lastUpdateDate":1640993029017,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2612f9b6-ed03-423b-be6c-0989882af0ab","invariantUUID":"a2c246f1-fd83-45b6-9431-20c2b7963981","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b2c3550c-b35f-4698-b759-1d9d91134eba","lifecycleState":"CERTIFIED","lastUpdateDate":1640992907110,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5d5da14c-f279-4c8b-ac27-8053e8067413","invariantUUID":"1a3b3ad9-39c8-45ac-8830-cd1ffa2896e7","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3df51203-0be5-44d5-afc8-ace7c1fc46fd","lifecycleState":"CERTIFIED","lastUpdateDate":1640993014510,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"187af7e1-108f-4eea-883b-778f92d9e8fe","invariantUUID":"a1ef980f-9e3d-47e4-a622-20f2281d2128","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"96349582-d776-4f8b-aacd-a19effbd1655","lifecycleState":"CERTIFIED","lastUpdateDate":1640992974055,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"050b4987-b1f9-4378-b33b-26774fc5da3d","invariantUUID":"152ba9a8-1898-40c8-908e-095f4c38d77d","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbab18b3-7d5c-4bab-9d60-4bde9ffca579","lifecycleState":"CERTIFIED","lastUpdateDate":1640992904055,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"538f1efe-1786-41ae-963b-8e435a0b159e","invariantUUID":"2f4de293-ab33-43f3-aded-833766b38b7a","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dbbb4c87-09ce-4daa-b942-ca8de8a254c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992832068,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b2a002f8-f555-4d7e-b2f7-f552f23a374e","invariantUUID":"645ab615-7c19-4b36-9350-1a2d849b6a9f","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b69a223c-6d98-407a-b481-9ffb4bbf5b38","lifecycleState":"CERTIFIED","lastUpdateDate":1640992893334,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"001f97d5-1c60-4ecb-a8a0-6520223e8e10","invariantUUID":"7190f3f4-b74a-4b9e-90ad-033a6c01327c","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f3779a81-5606-4bb3-8794-8574fca5361c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992940147,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c13d5a25-a009-4110-b2b3-6eec3cc752a9","invariantUUID":"82d280c9-aa0c-4d4d-9ef8-8d6c3cee89d3","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"681d850a-b9a0-409a-ab7c-97070c2a5e66","lifecycleState":"CERTIFIED","lastUpdateDate":1640992803746,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a9a96d06-d20f-4a74-be58-88df730f0cf4","invariantUUID":"a154b448-8a3d-43eb-9adf-efd13143c69e","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"676140de-d991-4b9a-bfe5-5f79c1cba891","lifecycleState":"CERTIFIED","lastUpdateDate":1640992899338,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6e7373ab-f617-4c33-8fe8-b92889381bb7","invariantUUID":"54fce295-d65e-40a1-a345-1be1658991b7","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4a12622d-c679-47c4-aec7-b56ed0b14c8f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992918516,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3608d680-51bd-4ca4-954c-99ce15c10666","invariantUUID":"7fca2f63-0704-4bd5-93b2-7ad2c1ec83b6","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"7df81249-6aa2-48cc-b1ad-e03714061e83","lifecycleState":"CERTIFIED","lastUpdateDate":1640992845139,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ac61f840-bd86-4793-8963-599a0b36775e","invariantUUID":"3dcc4a44-bf20-4507-8b23-a5ff828d56ba","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"354178f1-ade0-41a1-8192-588899955f96","lifecycleState":"CERTIFIED","lastUpdateDate":1640992969329,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"943eca80-313b-49c5-9d1e-729327d224d4","invariantUUID":"fb189ae1-cf28-4f9e-8e9c-96e7cb02fd05","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f36a4f82-179b-4ea0-9031-fa8c0c4013c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992938212,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b1aa26b7-0800-4c7d-8bf5-9fa45aa64ade","invariantUUID":"fcd1ca3e-e044-4084-9e9e-9e7b875b3ff1","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","lifecycleState":"CERTIFIED","lastUpdateDate":1640992797024,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5b4cdc33-3dc5-4d6d-94a9-da5d3680dae0","invariantUUID":"0d41ad32-58af-4ea2-aadb-6b6a461d9c61","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2fd17d00-d0a6-4f3a-b13d-4da4698c1cd4","lifecycleState":"CERTIFIED","lastUpdateDate":1640992930768,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b708ca2-d9b2-4b66-a5e9-a032b010a1b7","invariantUUID":"75af89d0-abec-4629-9cec-79d8ef06abc7","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7b9a8654-553a-4373-b0b4-aa4b1705b74c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992815364,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"376eda22-3389-43ba-82b8-906ebf2a1f0f","invariantUUID":"b5ad6544-0a8f-463c-93de-842ffb7c117e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"717cea49-9e2d-48e5-8e03-2c863e0912ae","lifecycleState":"CERTIFIED","lastUpdateDate":1640992830517,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59ee0f3d-a276-49d9-97bc-b071f3407397","invariantUUID":"f999876f-50c9-461b-be91-8553cab2494f","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"58a275a2-a8b6-4509-96dc-2f057563b598","lifecycleState":"CERTIFIED","lastUpdateDate":1640992921862,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72270a69-ef3d-4b7b-9c68-fb1796bbf07c","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2437cd9e-6851-4c1b-b609-3311d13d8ca0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993023680,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b168d7b-b5ba-4b9f-a077-c3366e36325d","invariantUUID":"f2376818-0c7e-4d73-aca9-f37d0907bad3","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2b608c5c-9bc7-4016-b33f-cf2021f162e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992894854,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ff0bf51-f2ad-4b7b-8cb9-3162be010193","invariantUUID":"854f6d63-3c6c-4110-adfd-f7bcedc33df7","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"4f0a1faa-4be0-491a-805e-2e37bd202dc0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992811077,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8cc50971-80c7-42bb-bfc3-d4581655827d","invariantUUID":"5bc0a847-ad2f-4afa-b647-f2fa064ca212","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b2d4beed-6354-4111-8ba8-cf834976e292","lifecycleState":"CERTIFIED","lastUpdateDate":1640993017925,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"21bc787b-04d0-4792-8cb0-9af30888f6d1","invariantUUID":"4961482c-e5fd-4d60-8c34-5f47869b701b","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2e6054cb-046b-4b08-bbaa-2befc31990bd","lifecycleState":"CERTIFIED","lastUpdateDate":1640992846697,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"991cc7ab-b523-49a4-9771-0fab1ca4ffab","invariantUUID":"5dfcee49-03c0-49e9-9f6c-12ddfd81e255","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4e2ab6d-6c9d-42a5-98a6-c5ff31f8aed8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992890412,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56b8bb9e-74fd-4052-9ea5-0004d863d5c7","invariantUUID":"4cdcf5db-a30b-4a53-99ac-ebee841966e7","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bc7abc43-327e-4d84-b21a-fadb70c40d47","lifecycleState":"CERTIFIED","lastUpdateDate":1640992896385,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5db21bd3-bd5f-4af7-b398-1e4cf7ec8b40","invariantUUID":"943fb9d9-58d8-45e2-846e-86668d526040","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"8cf4af75-fcfe-4e2b-bc4f-51bed6609b0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992976330,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1f3dbc4a-7d7d-4712-96fa-103c70e4f3d2","invariantUUID":"14683998-ca1a-48dd-8509-21994c505354","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"756aad90-d6ad-47db-a831-8eaea840c782","lifecycleState":"CERTIFIED","lastUpdateDate":1640992948345,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d71839-8a13-4b26-99e5-bea1083c66c7","invariantUUID":"e980c53f-7430-448a-821a-facc352c9856","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cc94d0c7-9872-45b7-8908-bd27eb5245e2","lifecycleState":"CERTIFIED","lastUpdateDate":1640992884700,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ca9b0253-42cd-4aee-b4dd-b903e601d320","invariantUUID":"aa89e559-88cc-47ec-b5cb-c5660a635813","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"3fe1bbfb-d8b7-4211-aca1-6b904f647a68","lifecycleState":"CERTIFIED","lastUpdateDate":1640992964099,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1df95fe2-bf0d-4786-b449-68c668a8171c","invariantUUID":"5aca9ef4-0238-4fe4-9918-71ec251ff357","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bf5cf55b-c7c4-49e2-809d-e7a6f71dcf50","lifecycleState":"CERTIFIED","lastUpdateDate":1640993016012,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d42b1c1a-fe90-4584-ab23-2301b519dbb3","invariantUUID":"6d872d65-e6a0-4255-8691-5caa4f85ec21","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4fcbb747-903a-4959-993a-c851c3f0cb06","lifecycleState":"CERTIFIED","lastUpdateDate":1640992888988,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"856e18af-f4da-4153-8f6e-de09940d80d7","invariantUUID":"48607f1c-69b9-419d-83f6-773e83ee609c","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c1e10640-77f0-4dc2-8e1f-0571ff107f14","lifecycleState":"CERTIFIED","lastUpdateDate":1640992944281,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddc85103-f542-41b6-a0d4-2c3ac44d94a4","invariantUUID":"53deafc1-e05c-4328-b703-4f5676d206da","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f6d79e07-d315-4c71-a666-36c8b8950e9f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992910629,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a3a80aa-ba88-46c1-b129-a21c45b4907d","invariantUUID":"25968674-60b5-4ab9-a256-b03d00e72f3b","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e7e1009f-a5b9-4fe1-9b3b-26ae1ccb671c","lifecycleState":"CERTIFIED","lastUpdateDate":1640993027540,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b463aab2-b3ca-4d50-a956-2d71c215ac70","invariantUUID":"3358b4c2-7e89-4075-abe3-ef24931152c4","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1daad3b1-c37d-4c5f-94ef-fc1ddb984832","lifecycleState":"CERTIFIED","lastUpdateDate":1640992835231,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"13474131-d7d2-487b-86ee-b12d4bad413c","invariantUUID":"6daaf4df-1c9c-498b-9d76-21096980e8c9","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e2ae939a-00c4-4255-9ca3-9f9219f7b86d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992978115,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a28ce67-7d0f-498c-bd9f-1c645b4f91b4","invariantUUID":"6f13d95f-4ab3-43eb-ba00-411908a5f9c8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ebd7a6df-ae1f-4ec0-9cf7-62ae28894bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1640993026246,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"92546107-bb4b-4efd-96e7-fe9aa2d5a874","invariantUUID":"0bd02383-9dc7-41a7-be8a-730586dd60ae","systemName":"VduCompute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6bbe9528-0d14-4650-8547-7808df865da7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992934887,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"542a435e-fa5b-4ba8-bb64-b455752749f9","invariantUUID":"d068cede-d166-4880-b9f3-88821f0a8326","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"28e3488d-c8c7-4323-a4fe-0ff81fb34747","lifecycleState":"CERTIFIED","lastUpdateDate":1640992855907,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"34e5a1c9-5ca9-40f1-8b6b-276891a6fad9","invariantUUID":"09df8c52-eff3-4ff4-988a-de549588efea","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0dcdddb3-a106-4d3a-9d30-ff7b7f27ab17","lifecycleState":"CERTIFIED","lastUpdateDate":1640992824541,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fa1e03e5-3b4e-46d3-93a3-e007f750691f","invariantUUID":"19af9548-fe68-48d9-8f36-b3c74769df97","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6c7cfdb1-7cad-4201-ab96-f2d605091460","lifecycleState":"CERTIFIED","lastUpdateDate":1640992866288,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a6c9b42b-e9c4-4e15-8f07-b42287d7eb2b","invariantUUID":"9d44ccdc-5172-4951-8fc3-675daa6040a3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57ff2214-dd22-4160-a0f3-dbb45f6c015b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992891864,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"492e5820-4e02-4cd8-addf-e505b764a583","invariantUUID":"1f14fe9b-17c2-4016-82cc-d6881ecb49e5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","lifecycleState":"CERTIFIED","lastUpdateDate":1640992864779,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61aa17c9-3535-4434-89b2-fb43228c528e","invariantUUID":"2fd98ba1-da30-423f-bfdb-139ab1e2bc35","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9ad946e3-7e77-4097-8d86-03f855cd9cf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992822862,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acae42ab-c29c-4920-8b2e-545b3c55ca4e","invariantUUID":"3f0c534c-a2e3-4812-80ba-8b6e7f545c5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c0cdde47-96cc-453a-8b68-07a717d37776","lifecycleState":"CERTIFIED","lastUpdateDate":1640999969605,"name":"pNF e3bdc335-d5da","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"2860b5af-933a-4166-8f8a-7be68d75e493","invariantUUID":"17bbeabe-6317-4ebb-b3d5-44bc1634c005","systemName":"PnfE3bdc335D5da","description":"vendor software product","tags":["pNF e3bdc335-d5da"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","lifecycleState":"CERTIFIED","lastUpdateDate":1641001209596,"name":"basic_onboard_npbaMY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","systemName":"BasicOnboardNpbamy","description":"VF","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd00a811-6edb-443f-89d9-344d5d2eb35a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992942112,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7f0685c9-16fc-4be0-a082-29e4d3908fcc","invariantUUID":"d4b76e0c-d2d7-45dc-82e6-d61a31f7ad57","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9bedcb03-7ad6-47a0-9ecc-d340dcd8e0f1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992837295,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b5573f86-afa7-406f-bb53-8c3ada9a775d","invariantUUID":"3a72b3b2-7325-462f-a882-a3c27ecf42af","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"faa01121-e622-48fc-b937-ff7c7b383b40","lifecycleState":"CERTIFIED","lastUpdateDate":1640992936479,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c54f9031-f1da-40e2-8c31-df5c6a46a099","invariantUUID":"9fd3392c-90d5-4cca-9427-c831627bec57","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bcba906f-c1c3-4e17-aced-a6f4ff4f5c71","lifecycleState":"CERTIFIED","lastUpdateDate":1640993019518,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4247a584-d2ea-4117-afed-b3c5d882965f","invariantUUID":"76e177db-ba2f-4b2c-a047-18df9fa9f482","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"db29f0e9-2c2c-4187-8d3f-67d77521a2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992926161,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dee259e0-06d7-4cea-aa7f-7dff93ff6a88","invariantUUID":"0fb2b503-ff05-4e1e-86f0-5f62f3953cfe","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c957d99c-ddd6-4f74-bc2a-460fe7fad9c0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992929085,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff0ca9d8-30e9-4387-b77a-9513f72ef2be","invariantUUID":"f74cc87e-e44e-483b-a285-92a992b8add1","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a833027-7bca-4f1c-a449-6992c6b946b0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992927666,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f452de2-91d3-481c-b228-3734a8e01665","invariantUUID":"ba8cec5b-926d-4de1-b6e0-2b8624c34015","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c9516c80-fc5e-4551-95e7-04fc057b2eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992965786,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d79716da-b8a8-4bcc-a7bc-1ef4e817ba32","invariantUUID":"2a21e399-5431-4a54-a1d0-90575e8a6376","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b6ae00c5-5449-4b35-9f74-8d06f6407054","lifecycleState":"CERTIFIED","lastUpdateDate":1640998311341,"name":"vFW e7762089-71bd","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","systemName":"VfwE776208971bd","description":"vendor software product","tags":["vFW e7762089-71bd"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"664226d3-c6d4-4838-85d8-82dbf5057120","lifecycleState":"CERTIFIED","lastUpdateDate":1640992868458,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb0f73b9-521a-47f5-a73c-2565210851dc","invariantUUID":"223eef9f-27b4-4058-b609-45370a272f27","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"426b3fb2-7798-4bc2-8d60-7593864e645b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992820818,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"957696cb-cf5a-4e23-9689-ca95f119e35e","invariantUUID":"3484eefb-f052-4c0c-a48e-26dc3ba3d27d","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"16a98e64-44b3-400f-848a-085ff53e3895","lifecycleState":"CERTIFIED","lastUpdateDate":1640992913048,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f8d7844-5fae-43f3-a997-95227560e6ce","invariantUUID":"3a2b8800-0d67-4a4c-8080-a481e390d750","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a115e45f-a202-42a8-a318-5cfd5c59bcf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992971000,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"18b471da-1d52-4f6b-a7de-d851163161d3","invariantUUID":"e54a6bbc-9ae7-40f9-8814-9017a073dcc7","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","lifecycleState":"CERTIFIED","lastUpdateDate":1641001231272,"name":"basic_onboard_npbaMY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","systemName":"BasicOnboardNpbamy","description":"service","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"1062dd81-c6d0-49a1-a99d-df408918953c","lifecycleState":"CERTIFIED","lastUpdateDate":1641000495174,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6b919dec-d8cb-4027-8861-b0437ffb2b23","lifecycleState":"CERTIFIED","lastUpdateDate":1640998330862,"name":"vFW 2022-01-01 00-51-01","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","systemName":"Vfw20220101005101","description":"catalog service description","tags":["robot-ete","vFW 2022-01-01 00-51-01"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"53b087cd-b44d-46a2-859c-5d5c4713f342","lifecycleState":"CERTIFIED","lastUpdateDate":1640999980790,"name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","systemName":"DemoPnfC3fjfew0bnllqqosedhy","description":"catalog service description","tags":["robot-ete","Demo_pNF_C3fjfeW0BnLlQqosEdHy"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-01-01 01:40:36,624 DEBUG 118:sdc_resource.py(1) - Resource basic_onboard_npbaMY found in services list 2022-01-01 01:40:46,636 INFO 728:service.py(1) - attempting to PROD/activate Service basic_onboard_npbaMY in SDC 2022-01-01 01:40:46,643 DEBUG 129:onap_service.py(1) - [SDC][PROD/activate Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:46,644 DEBUG 131:onap_service.py(1) - [SDC][PROD/activate Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/d0ef4a80-2e72-46ae-b0a8-469ce7c7a722/distribution/PROD/activate 2022-01-01 01:40:46,644 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2022-01-01 01:40:46,647 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:49,522 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/d0ef4a80-2e72-46ae-b0a8-469ce7c7a722/distribution/PROD/activate HTTP/1.1" 200 None 2022-01-01 01:40:49,526 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2022-01-01 01:40:49,530 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","empty":false},{"definition":false,"hidden":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"description":"TOSCA definition package of the asset","creationDate":1641001227053,"artifactType":"TOSCA_CSAR","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.assettoscacsar","artifactName":"service-BasicOnboardNpbamy-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"ZmRkMzdmMmZiYjA5NzQyZTA4ZGUyMDEyNGYyOTA4ZTQ=","artifactUUID":"a376f669-e318-4c25-97e1-2ccb8353c8e8","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.assettoscacsar","duplicated":false,"payloadUpdateDate":1641001235204,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"description":"TOSCA representation of the asset","creationDate":1641001227053,"artifactType":"TOSCA_TEMPLATE","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.assettoscatemplate","artifactName":"service-BasicOnboardNpbamy-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"MDg5MGNkZjkwM2VmODY0NTNmN2UwZWUwZGIyODExYTk=","artifactUUID":"3161e45c-9f51-42a9-b069-a1d809c09665","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.assettoscatemplate","duplicated":false,"payloadUpdateDate":1641001234774,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"componentInstances":[{"deploymentArtifacts":{"vflicense":{"heatParamUpdated":false,"timeout":0,"description":"VF license file","creationDate":1641001197155,"artifactType":"VF_LICENSE","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vflicense","artifactName":"vf-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ODMwNTEyNmFhODIyNWUxODQ4NDg0MzRlNjE1NGExMDI=","artifactUUID":"78fcf33f-7727-46c3-8a4a-172e0ee74a2c","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"e4339e00-c357-4370-ac83-3583261b60a3.vflicense","duplicated":false,"payloadUpdateDate":1641001197158,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197155,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vfModulesMetadata":{"heatParamUpdated":false,"timeout":0,"description":"Auto-generated VF Modules information artifact","artifactType":"VF_MODULES_METADATA","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0.vfModulesMetadata","artifactName":"basic_onboard_npbamy0_modules.json","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MjhmZTdiY2M0MjFmZGU3OWY4ZGZjOTQ2NGQzNWE2Nzg=","artifactUUID":"1cf63228-fe5f-4675-931e-428fadc526a9","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1641001233960,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"heat1":{"listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","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,"description":"created from csar","creationDate":1641001197184,"artifactType":"HEAT","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","artifactName":"base_ubuntu18.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=","artifactUUID":"59b4e1a8-658a-4b94-8126-1528a6c02447","artifactDisplayName":"base_ubuntu18","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","duplicated":false,"payloadUpdateDate":1641001197194,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","currentValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","currentValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","currentValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","currentValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","currentValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","currentValue":"ubuntu18","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":1641001197184,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vendorlicense":{"heatParamUpdated":false,"timeout":0,"description":" Vendor license file","creationDate":1641001197139,"artifactType":"VENDOR_LICENSE","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vendorlicense","artifactName":"vendor-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc=","artifactUUID":"4d94bc28-9536-4768-838b-48903fa2f21e","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"e4339e00-c357-4370-ac83-3583261b60a3.vendorlicense","duplicated":false,"payloadUpdateDate":1641001197143,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197139,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"listHeatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","defaultValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","defaultValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","defaultValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","defaultValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","defaultValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","defaultValue":"ubuntu18","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,"description":"Auto-generated HEAT Environment deployment artifact","creationDate":1641001229382,"artifactType":"HEAT_ENV","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0.heat1env","artifactName":"base_ubuntu18.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=","artifactUUID":"5008d887-5c0e-416f-b176-85c71c970f39","generatedFromId":"e4339e00-c357-4370-ac83-3583261b60a3.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0.heat1env","duplicated":false,"payloadUpdateDate":1641001233347,"heatParameters":[{"name":"vnf_name","type":"string","description":"The VM name","defaultValue":"Ubuntu18-VNF-name","empty":false},{"name":"vnf_id","type":"string","description":"The VNF ID is provided by ONAP","defaultValue":"Ubuntu18-VNF","empty":false},{"name":"vf_module_id","type":"string","description":"The VF Module ID is provided by ONAP","defaultValue":"Ubuntu18-VF-module","empty":false},{"name":"ubuntu18_image_name","type":"string","description":"Image to be used for compute instance","defaultValue":"ubuntu-18.04-daily","empty":false},{"name":"ubuntu18_flavor_name","type":"string","description":"Type of instance (flavor) to be used","defaultValue":"m1.small","empty":false},{"name":"ubuntu18_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":"ubuntu18_name_0","type":"string","description":"The VM name","defaultValue":"ubuntu18","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":1641001229382,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001229382,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"artifacts":{"vspbasiconboardnpbamyvspinformationtxt":{"heatParamUpdated":false,"timeout":0,"description":"Artifact created from csar","creationDate":1641001197169,"artifactType":"OTHER","uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","artifactName":"VSP_basic_onboard_npbaMY_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MzFhNTRjMGNhZmMwMzYxNTBmODM5ZGRhMmZkYmZjYWM=","artifactUUID":"d20c01df-5f30-4722-9e88-84c2b9bbb5d5","artifactDisplayName":"VSP_basic_onboard_npbaMY_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiconboardnpbamyvspinformationtxt","esId":"e4339e00-c357-4370-ac83-3583261b60a3.vspbasiconboardnpbamyvspinformationtxt","duplicated":false,"payloadUpdateDate":1641001197171,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1641001197169,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"groupInstances":[{"version":"1","creationTime":1641001229386,"type":"org.openecomp.groups.VfModule","artifacts":["e4339e00-c357-4370-ac83-3583261b60a3.heat1env","e4339e00-c357-4370-ac83-3583261b60a3.heat1"],"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0.e4339e00-c357-4370-ac83-3583261b60a3.BasicOnboardNpbamy..base_ubuntu18..module-0.basic_onboard_npbamy0basiconboardnpbamybase_ubuntu18module0","invariantUUID":"de5d871f-3864-4a42-bb37-8283565decdd","normalizedName":"basic_onboard_npbamy0basiconboardnpbamybase_ubuntu18module0","modificationTime":1641001229386,"customizationUUID":"c30da2e3-32a8-457b-a04f-8f68a5c55c2a","groupInstanceArtifacts":["5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0.heat1env"],"groupInstanceArtifactsUuid":["5008d887-5c0e-416f-b176-85c71c970f39"],"artifactsUuid":["59b4e1a8-658a-4b94-8126-1528a6c02447"],"groupUUID":"ee63ad18-e669-4763-8a49-4c8544788bdd","groupName":"BasicOnboardNpbamy..base_ubuntu18..module-0","groupUid":"e4339e00-c357-4370-ac83-3583261b60a3.BasicOnboardNpbamy..base_ubuntu18..module-0","name":"basic_onboard_npbamy0..BasicOnboardNpbamy..base_ubuntu18..module-0","properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"true","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"defaultValue":"1","description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"defaultValue":"1","description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"defaultValue":"1","description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"defaultValue":"Base","password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"defaultValue":"base_ubuntu18","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_ubuntu18","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":":","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"inputs":[{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vf_module_id","type":"string","required":false,"description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","value":"Ubuntu18-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_name","type":"string","required":false,"description":"The VM name","password":false,"name":"vnf_name","value":"Ubuntu18-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_name_0","type":"string","required":false,"description":"The VM name","password":false,"name":"ubuntu18_name_0","value":"ubuntu18","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_pub_key","type":"string","required":false,"description":"Public key to be installed on the compute instance","password":false,"name":"ubuntu18_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_ip","type":"string","required":false,"description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_id","type":"string","required":false,"description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","value":"Ubuntu18-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_port","type":"string","required":false,"description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_flavor_name","type":"string","required":false,"description":"Type of instance (flavor) to be used","password":false,"name":"ubuntu18_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.admin_plane_net_name","type":"string","required":false,"description":"The external management network","password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_image_name","type":"string","required":false,"description":"Image to be used for compute instance","password":false,"name":"ubuntu18_image_name","value":"ubuntu-18.04-daily","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"basic_onboard_npbaMY 0"},"actualComponentUid":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","createdFromCsar":false,"uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0","normalizedName":"basic_onboard_npbamy0","name":"basic_onboard_npbaMY 0","icon":"defaulticon","creationTime":1641001229324,"originType":"VF","toscaArtifacts":{},"directives":[],"isProxy":false,"invariantName":"basic_onboard_npbamy0","componentUid":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vf.BasicOnboardNpbamy","modificationTime":1641001229324,"customizationUUID":"a35dc9b1-4f03-4f7c-b228-26d7851f3ef3","posX":"200","posY":"100","componentName":"basic_onboard_npbaMY","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"5d00cd79-e53e-4a3a-9f67-fae177c92914.a91f7013-f9e4-4105-a8b0-8f02eb1b727b.basic_onboard_npbamy0":[{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vf_module_id","type":"string","required":false,"description":"The VF Module ID is provided by ONAP","password":false,"name":"vf_module_id","value":"Ubuntu18-VF-module","label":"VF module ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_name","type":"string","required":false,"description":"The VM name","password":false,"name":"vnf_name","value":"Ubuntu18-VNF-name","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_name_0","type":"string","required":false,"description":"The VM name","password":false,"name":"ubuntu18_name_0","value":"ubuntu18","label":"VM name","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_pub_key","type":"string","required":false,"description":"Public key to be installed on the compute instance","password":false,"name":"ubuntu18_pub_key","value":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC","label":"Public key","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_ip","type":"string","required":false,"description":"IP address of the DCAE collector","password":false,"name":"dcae_collector_ip","value":"10.4.2.166","label":"DCAE collector IP address","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.vnf_id","type":"string","required":false,"description":"The VNF ID is provided by ONAP","password":false,"name":"vnf_id","value":"Ubuntu18-VNF","label":"VNF ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.dcae_collector_port","type":"string","required":false,"description":"Port of the DCAE collector","password":false,"name":"dcae_collector_port","value":"30417","label":"DCAE collector port","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_flavor_name","type":"string","required":false,"description":"Type of instance (flavor) to be used","password":false,"name":"ubuntu18_flavor_name","value":"m1.small","label":"Flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.admin_plane_net_name","type":"string","required":false,"description":"The external management network","password":false,"name":"admin_plane_net_name","value":"admin","label":"management network","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"e4339e00-c357-4370-ac83-3583261b60a3.ubuntu18_image_name","type":"string","required":false,"description":"Image to be used for compute instance","password":false,"name":"ubuntu18_image_name","value":"ubuntu-18.04-daily","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"f82440e9-f2f2-4151-89bb-455db116468c.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"f82440e9-f2f2-4151-89bb-455db116468c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"f82440e9-f2f2-4151-89bb-455db116468c","empty":false}]},"capabilities":{},"inputs":[{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fb2966b3-43dd-42ca-930f-b06fa497e487","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fb2966b3-43dd-42ca-930f-b06fa497e487","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.configuration","artifactGroupType":"SERVICE_API","artifactDisplayName":"Configuration","mandatory":false,"serviceApi":true,"artifactLabel":"configuration","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.testing","artifactGroupType":"SERVICE_API","artifactDisplayName":"Testing","mandatory":false,"serviceApi":true,"artifactLabel":"testing","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.logging","artifactGroupType":"SERVICE_API","artifactDisplayName":"Logging","mandatory":false,"serviceApi":true,"artifactLabel":"logging","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.monitoring","artifactGroupType":"SERVICE_API","artifactDisplayName":"Monitoring","mandatory":false,"serviceApi":true,"artifactLabel":"monitoring","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.reporting","artifactGroupType":"SERVICE_API","artifactDisplayName":"Reporting","mandatory":false,"serviceApi":true,"artifactLabel":"reporting","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.instantiation","artifactGroupType":"SERVICE_API","artifactDisplayName":"Instantiation","mandatory":false,"serviceApi":true,"artifactLabel":"instantiation","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"forwardingPaths":{},"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"1.0","icon":"network_l_1-3","description":"service","tags":["basic_onboard_npbaMY"],"creationDate":1641001227256,"uniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","componentMetadataForSupportLog":{"SupportablityComponentUUID":"a078525e-0059-4826-aa2b-e0e93b6b72ca","SupportablityComponentName":"basic_onboard_npbaMY","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","highestVersion":true,"uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","systemName":"BasicOnboardNpbamy","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","normalizedName":"basiconboardnpbamy","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1641001248372,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.operationalpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Operational Policies","mandatory":true,"serviceApi":false,"artifactLabel":"operationalpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.certificationtestresults","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"TD Certification Test Results","mandatory":true,"serviceApi":false,"artifactLabel":"certificationtestresults","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.deploymentvotingrecord","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Deployment Voting Record","mandatory":true,"serviceApi":false,"artifactLabel":"deploymentvotingrecord","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicequestionnaire","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Questionnaire","mandatory":true,"serviceApi":false,"artifactLabel":"servicequestionnaire","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.dimensioninginfo","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Dimensioning Info","mandatory":true,"serviceApi":false,"artifactLabel":"dimensioninginfo","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.affinityrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Affinity Rules","mandatory":true,"serviceApi":false,"artifactLabel":"affinityrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.serviceartifactplan","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Artifact Plan","mandatory":true,"serviceApi":false,"artifactLabel":"serviceartifactplan","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicespecificpolicies","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service-specific Policies","mandatory":true,"serviceApi":false,"artifactLabel":"servicespecificpolicies","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.servicesecuritytemplate","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Service Security Template","mandatory":true,"serviceApi":false,"artifactLabel":"servicesecuritytemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.engineeringrules","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Engineering Rules (ERD)","mandatory":true,"serviceApi":false,"artifactLabel":"engineeringrules","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.distributioninstructions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Distribution Instructions","mandatory":true,"serviceApi":false,"artifactLabel":"distributioninstructions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1641001227053,"artifactType":"OTHER","uniqueId":"5d00cd79-e53e-4a3a-9f67-fae177c92914.summaryofimpactstoecompelements","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Summary of impacts to ECOMP elements,OSSs, BSSs","mandatory":true,"serviceApi":false,"artifactLabel":"summaryofimpactstoecompelements","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1641001227053,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":{"1.0":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722"},"categorySpecificMetadata":{},"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_onboard_npbaMY"} 2022-01-01 01:40:49,535 DEBUG 159:__init__.py(1) - check if Service basic_onboard_npbaMY exists in SDC 2022-01-01 01:40:49,536 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2022-01-01 01:40:49,536 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:49,536 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-01-01 01:40:49,537 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-01-01 01:40:49,539 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-01-01 01:40:49,633 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1448 2022-01-01 01:40:49,635 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-01-01 01:40:49,635 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","name":"vFW 2022-01-01 00-51-01","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/af154fdf-6308-4f30-b25a-cb875b9b2af5/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/471f5d7d-369e-4ec3-a182-d89d1bb036c8/toscaModel","category":"Network L1-3","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/47eb754b-9487-4680-ac7e-534c856908b8/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","name":"basic_onboard_npbaMY","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/a078525e-0059-4826-aa2b-e0e93b6b72ca/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-01-01 01:40:49,638 DEBUG 273:sdc_resource.py(1) - importing SDC Resource vFW 2022-01-01 00-51-01 from SDC 2022-01-01 01:40:49,639 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:49,639 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:49,639 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:49,639 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Demo_pNF_C3fjfeW0BnLlQqosEdHy from SDC 2022-01-01 01:40:49,639 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:49,640 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:49,640 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:49,640 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-01-01 01:40:49,640 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:49,640 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:49,641 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:49,641 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_npbaMY from SDC 2022-01-01 01:40:49,641 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-01-01 01:40:49,641 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-01-01 01:40:49,641 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-01-01 01:40:49,642 DEBUG 147:__init__.py(1) - number of Service returned: 4 2022-01-01 01:40:49,642 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_onboard_npbaMY 2022-01-01 01:40:49,642 INFO 192:__init__.py(1) - Service found, updating information 2022-01-01 01:40:49,642 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-01-01 01:40:49,643 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2022-01-01 01:40:49,643 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-01-01 01:40:49,645 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-01-01 01:40:49,738 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 2022-01-01 01:40:49,741 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-01-01 01:40:49,745 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"e9f93fcf-cbb1-4fda-9cc2-5753060706c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992807324,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"717e2067-188c-4290-b6ba-881980360605","invariantUUID":"6c5a0b61-afa2-4f8f-a1ff-685315c10c9b","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"0.1","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"e7c92ee5-c742-4f75-a9cc-7f698060810a","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1641001156723,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"49c30f41-bba1-4fdf-b22b-eedee62b70af","invariantUUID":"24769f7b-e945-4152-ba8a-0d730c73440f","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"c5d50691-bab3-456c-8a1c-18152c7b7b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992853612,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"43137cbe-329d-4283-8602-3d6469668e59","invariantUUID":"69ca27a7-19ad-48c1-b5fd-1e8507110476","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"764ff32a-1b6e-486b-af71-7aa0b3fe6335","lifecycleState":"CERTIFIED","lastUpdateDate":1640992828865,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cd4dcb21-e820-4f8d-99f0-c6a269e6ef0a","invariantUUID":"9c4ff7e1-6b5b-4ab1-a004-183be9176d32","systemName":"Neutronport","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["NeutronPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5ca42115-a074-48f3-802d-d96b06058e8d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992833713,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"90831519-625a-417c-bf22-74d9b18d1570","invariantUUID":"0f8e935c-c276-40a0-83bd-a78208c822c0","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ecbd0237-a9c8-47b1-84b6-d43e11977687","lifecycleState":"CERTIFIED","lastUpdateDate":1640992972627,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8ec0f286-0e91-4d02-9ee0-0f9ae247f43a","invariantUUID":"0754f264-e6a7-467d-8f70-2c8456ecc19b","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"68e6d233-34f5-44b3-ae6c-0eda838b8c9c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992897882,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a8c2d239-9c30-4b3a-be73-521d60a1a9d4","invariantUUID":"3ee869d0-1ff4-483d-a258-d852b52b0771","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820e83a3-7d56-4c38-9787-b6fab90ac3e1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992883164,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a37438d-4043-4a74-85ad-d9634aa4a1ff","invariantUUID":"1711da30-fd5a-4c62-88ac-3fd9b808b7a3","systemName":"Subinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"54cb6f8f-6cb0-46e9-9c1c-7c0989ce4add","lifecycleState":"CERTIFIED","lastUpdateDate":1640992905616,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47f0969-5896-4431-88fb-98d9d16d55d3","invariantUUID":"789a9d70-4d80-4807-b6aa-fa2d7d6e0e9d","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0c733728-db74-49af-9146-6fbb22229d67","lifecycleState":"CERTIFIED","lastUpdateDate":1640992861430,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f2d3f2b1-6978-42bc-bdf8-20735bd6a6e2","invariantUUID":"ea221c84-5dfb-45c1-8796-b23f2ec71b5a","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dd3e907b-dc2e-4603-aac1-04a375a4777a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992859732,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"11552f68-c47d-49e3-a2e2-cca70a3b63e1","invariantUUID":"ec7ade4e-511d-401c-a02d-29a19ad5a040","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e480d095-f67b-40b3-94be-ca8cf306eb76","lifecycleState":"CERTIFIED","lastUpdateDate":1640992877167,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e026ae18-afa0-4215-813d-9c6bcd165fa4","invariantUUID":"441e28ba-fc63-4aa1-bd08-12ca182431a2","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b4933813-2d17-4531-bde8-6cd0b14fdef9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992826741,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a461a25f-900f-402a-aa81-96909e7846c0","invariantUUID":"02c84b93-1bfe-422c-a067-390555ba1a35","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"network","uniqueId":"7a650725-fffd-43bf-b880-7507e16cbb0c","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1640992951055,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1f6be93b-7f23-4dcb-aea5-0e6aedba4265","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"816ab544-fb1c-4ceb-a96c-91d05dd44486","lifecycleState":"CERTIFIED","lastUpdateDate":1640993022312,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4660c63e-2095-4e46-b5bb-5a666a80d5e5","invariantUUID":"3b1eefe6-65a1-494a-a6bb-c9e67cc1c11c","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"6df84a7f-07f3-436a-813e-ccef50196c0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992805588,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"651de317-906d-40a7-9472-c4161764a116","invariantUUID":"0f3d022e-5174-4c5b-a4b2-c9aab1e9f79c","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"93106c82-6cbe-4e0a-86ba-e0b7b92cc7e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993013092,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f94193b-fc2f-4311-b613-f31dc84874a6","invariantUUID":"b0d3d98f-b6a1-4d34-958a-f7332a97837d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"862993a1-a5ac-4300-a5e0-1a6150f432c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992900843,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7fc8d68d-4889-4220-905d-3a6afe5388fb","invariantUUID":"49214da0-225f-408a-8599-600ec40a20ef","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"74dc84bc-3f42-41c2-8152-40ea5937ce2c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992813453,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"14cb6170-4938-4169-9db1-bebd89c1b1c5","invariantUUID":"14a12b79-a3c5-4ab3-a1d0-30820c3bee69","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a5ba4fe1-31ca-4d19-9773-e042f8644ba6","lifecycleState":"CERTIFIED","lastUpdateDate":1640993024949,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0df6b214-6ca0-46c4-b464-f6a34794b619","invariantUUID":"c2375c21-b8c1-46af-b1d5-4133067ec770","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"061ba699-2d19-4b43-9bd9-e0d7a569feca","lifecycleState":"CERTIFIED","lastUpdateDate":1640992852076,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68a22c04-ca4a-493a-988c-3bfd8b973226","invariantUUID":"8de7af26-27ba-4102-8b9b-4d15aa6fc3f8","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"28cc3d8c-d143-4572-9eac-a5452b2f5199","lifecycleState":"CERTIFIED","lastUpdateDate":1640993020999,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"71dd8f42-41dd-4580-8c44-fa03dfc46f5c","invariantUUID":"c6d488a4-128f-449c-a934-b1547e46dfb2","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"940aed2f-0dbb-461b-82a3-c5b565f26aa1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992838917,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"a1859f51-6deb-4d15-aa0e-fc0ca72ebf5f","invariantUUID":"0da5695d-8baa-4cc7-8296-617ff210a4a5","systemName":"VlEline","description":"Thenode represents an E-Line virtual link entity.","tags":["VL ELINE"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"77575f97-fb71-4669-8d56-6ed518fd09fe","lifecycleState":"CERTIFIED","lastUpdateDate":1640992932675,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1d504d63-8d21-403b-b0fc-060c3c75c9c3","invariantUUID":"e199ea3e-7932-479f-acc1-9e178cda4581","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"102e0749-8fa2-4a3f-b3bf-cc44d3e745b6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992920181,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"11dc7ed7-3103-4399-83a3-3fa942447d6e","invariantUUID":"d512d8c3-81e1-47ac-96c3-a2dddf952da6","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b234bebd-1e44-424a-b6e6-a968b414be9b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992857648,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e4a16d54-d500-4c75-a758-96213a52a817","invariantUUID":"c1a661e1-4b08-45b3-8409-b63fb3dc380d","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"5afbff50-ecd5-4b6b-961f-1c577cc271c6","lifecycleState":"CERTIFIED","lastUpdateDate":1640992850529,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"3ce7b720-9e37-425f-9161-7701e4894ec0","invariantUUID":"33c694f3-a215-45ca-9f88-015df91f4e78","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"34f1448d-6edc-4d15-b8f5-4351fbf3de10","lifecycleState":"CERTIFIED","lastUpdateDate":1640993029017,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2612f9b6-ed03-423b-be6c-0989882af0ab","invariantUUID":"a2c246f1-fd83-45b6-9431-20c2b7963981","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b2c3550c-b35f-4698-b759-1d9d91134eba","lifecycleState":"CERTIFIED","lastUpdateDate":1640992907110,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5d5da14c-f279-4c8b-ac27-8053e8067413","invariantUUID":"1a3b3ad9-39c8-45ac-8830-cd1ffa2896e7","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"3df51203-0be5-44d5-afc8-ace7c1fc46fd","lifecycleState":"CERTIFIED","lastUpdateDate":1640993014510,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"187af7e1-108f-4eea-883b-778f92d9e8fe","invariantUUID":"a1ef980f-9e3d-47e4-a622-20f2281d2128","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"96349582-d776-4f8b-aacd-a19effbd1655","lifecycleState":"CERTIFIED","lastUpdateDate":1640992974055,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"050b4987-b1f9-4378-b33b-26774fc5da3d","invariantUUID":"152ba9a8-1898-40c8-908e-095f4c38d77d","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cbab18b3-7d5c-4bab-9d60-4bde9ffca579","lifecycleState":"CERTIFIED","lastUpdateDate":1640992904055,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"538f1efe-1786-41ae-963b-8e435a0b159e","invariantUUID":"2f4de293-ab33-43f3-aded-833766b38b7a","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dbbb4c87-09ce-4daa-b942-ca8de8a254c7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992832068,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b2a002f8-f555-4d7e-b2f7-f552f23a374e","invariantUUID":"645ab615-7c19-4b36-9350-1a2d849b6a9f","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b69a223c-6d98-407a-b481-9ffb4bbf5b38","lifecycleState":"CERTIFIED","lastUpdateDate":1640992893334,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"001f97d5-1c60-4ecb-a8a0-6520223e8e10","invariantUUID":"7190f3f4-b74a-4b9e-90ad-033a6c01327c","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f3779a81-5606-4bb3-8794-8574fca5361c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992940147,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c13d5a25-a009-4110-b2b3-6eec3cc752a9","invariantUUID":"82d280c9-aa0c-4d4d-9ef8-8d6c3cee89d3","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"681d850a-b9a0-409a-ab7c-97070c2a5e66","lifecycleState":"CERTIFIED","lastUpdateDate":1640992803746,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a9a96d06-d20f-4a74-be58-88df730f0cf4","invariantUUID":"a154b448-8a3d-43eb-9adf-efd13143c69e","systemName":"Database","description":"Represents a logical database that can be managed and hosted by a DBMS node.","tags":["Database"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"676140de-d991-4b9a-bfe5-5f79c1cba891","lifecycleState":"CERTIFIED","lastUpdateDate":1640992899338,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6e7373ab-f617-4c33-8fe8-b92889381bb7","invariantUUID":"54fce295-d65e-40a1-a345-1be1658991b7","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4a12622d-c679-47c4-aec7-b56ed0b14c8f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992918516,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3608d680-51bd-4ca4-954c-99ce15c10666","invariantUUID":"7fca2f63-0704-4bd5-93b2-7ad2c1ec83b6","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"7df81249-6aa2-48cc-b1ad-e03714061e83","lifecycleState":"CERTIFIED","lastUpdateDate":1640992845139,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ac61f840-bd86-4793-8963-599a0b36775e","invariantUUID":"3dcc4a44-bf20-4507-8b23-a5ff828d56ba","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"354178f1-ade0-41a1-8192-588899955f96","lifecycleState":"CERTIFIED","lastUpdateDate":1640992969329,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"943eca80-313b-49c5-9d1e-729327d224d4","invariantUUID":"fb189ae1-cf28-4f9e-8e9c-96e7cb02fd05","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f36a4f82-179b-4ea0-9031-fa8c0c4013c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992938212,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b1aa26b7-0800-4c7d-8bf5-9fa45aa64ade","invariantUUID":"fcd1ca3e-e044-4084-9e9e-9e7b875b3ff1","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"614bc40c-8d7c-495a-af43-1d90db3793ff","lifecycleState":"CERTIFIED","lastUpdateDate":1640992797024,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5b4cdc33-3dc5-4d6d-94a9-da5d3680dae0","invariantUUID":"0d41ad32-58af-4ea2-aadb-6b6a461d9c61","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2fd17d00-d0a6-4f3a-b13d-4da4698c1cd4","lifecycleState":"CERTIFIED","lastUpdateDate":1640992930768,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6b708ca2-d9b2-4b66-a5e9-a032b010a1b7","invariantUUID":"75af89d0-abec-4629-9cec-79d8ef06abc7","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"7b9a8654-553a-4373-b0b4-aa4b1705b74c","lifecycleState":"CERTIFIED","lastUpdateDate":1640992815364,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"376eda22-3389-43ba-82b8-906ebf2a1f0f","invariantUUID":"b5ad6544-0a8f-463c-93de-842ffb7c117e","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"717cea49-9e2d-48e5-8e03-2c863e0912ae","lifecycleState":"CERTIFIED","lastUpdateDate":1640992830517,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"59ee0f3d-a276-49d9-97bc-b071f3407397","invariantUUID":"f999876f-50c9-461b-be91-8553cab2494f","systemName":"Novaserver","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["NovaServer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"58a275a2-a8b6-4509-96dc-2f057563b598","lifecycleState":"CERTIFIED","lastUpdateDate":1640992921862,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"72270a69-ef3d-4b7b-9c68-fb1796bbf07c","invariantUUID":"6072e71a-ef2d-47ab-a64e-12f93c725e26","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2437cd9e-6851-4c1b-b609-3311d13d8ca0","lifecycleState":"CERTIFIED","lastUpdateDate":1640993023680,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3b168d7b-b5ba-4b9f-a077-c3366e36325d","invariantUUID":"f2376818-0c7e-4d73-aca9-f37d0907bad3","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2b608c5c-9bc7-4016-b33f-cf2021f162e0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992894854,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6ff0bf51-f2ad-4b7b-8cb9-3162be010193","invariantUUID":"854f6d63-3c6c-4110-adfd-f7bcedc33df7","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"loadBalancer","uniqueId":"4f0a1faa-4be0-491a-805e-2e37bd202dc0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992811077,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8cc50971-80c7-42bb-bfc3-d4581655827d","invariantUUID":"5bc0a847-ad2f-4afa-b647-f2fa064ca212","systemName":"Loadbalancer","description":"Represents logical function that be used in conjunction with a Floating Address to distribute an applications traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).","tags":["LoadBalancer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b2d4beed-6354-4111-8ba8-cf834976e292","lifecycleState":"CERTIFIED","lastUpdateDate":1640993017925,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"21bc787b-04d0-4792-8cb0-9af30888f6d1","invariantUUID":"4961482c-e5fd-4d60-8c34-5f47869b701b","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2e6054cb-046b-4b08-bbaa-2befc31990bd","lifecycleState":"CERTIFIED","lastUpdateDate":1640992846697,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"991cc7ab-b523-49a4-9771-0fab1ca4ffab","invariantUUID":"5dfcee49-03c0-49e9-9f6c-12ddfd81e255","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4e2ab6d-6c9d-42a5-98a6-c5ff31f8aed8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992890412,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"56b8bb9e-74fd-4052-9ea5-0004d863d5c7","invariantUUID":"4cdcf5db-a30b-4a53-99ac-ebee841966e7","systemName":"VlOverlaytunnel","description":"The node represents a overlay tunnel entity.","tags":["VL OVERLAYTUNNEL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bc7abc43-327e-4d84-b21a-fadb70c40d47","lifecycleState":"CERTIFIED","lastUpdateDate":1640992896385,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5db21bd3-bd5f-4af7-b398-1e4cf7ec8b40","invariantUUID":"943fb9d9-58d8-45e2-846e-86668d526040","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"8cf4af75-fcfe-4e2b-bc4f-51bed6609b0f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992976330,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1f3dbc4a-7d7d-4712-96fa-103c70e4f3d2","invariantUUID":"14683998-ca1a-48dd-8509-21994c505354","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"756aad90-d6ad-47db-a831-8eaea840c782","lifecycleState":"CERTIFIED","lastUpdateDate":1640992948345,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d71839-8a13-4b26-99e5-bea1083c66c7","invariantUUID":"e980c53f-7430-448a-821a-facc352c9856","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cc94d0c7-9872-45b7-8908-bd27eb5245e2","lifecycleState":"CERTIFIED","lastUpdateDate":1640992884700,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ca9b0253-42cd-4aee-b4dd-b903e601d320","invariantUUID":"aa89e559-88cc-47ec-b5cb-c5660a635813","systemName":"Contrailv2vlansubinterfacev2","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterfaceV2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"3fe1bbfb-d8b7-4211-aca1-6b904f647a68","lifecycleState":"CERTIFIED","lastUpdateDate":1640992964099,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"1df95fe2-bf0d-4786-b449-68c668a8171c","invariantUUID":"5aca9ef4-0238-4fe4-9918-71ec251ff357","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"bf5cf55b-c7c4-49e2-809d-e7a6f71dcf50","lifecycleState":"CERTIFIED","lastUpdateDate":1640993016012,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d42b1c1a-fe90-4584-ab23-2301b519dbb3","invariantUUID":"6d872d65-e6a0-4255-8691-5caa4f85ec21","systemName":"VnfExternalCp","description":"VNF External CP","tags":["VNF External CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4fcbb747-903a-4959-993a-c851c3f0cb06","lifecycleState":"CERTIFIED","lastUpdateDate":1640992888988,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"856e18af-f4da-4153-8f6e-de09940d80d7","invariantUUID":"48607f1c-69b9-419d-83f6-773e83ee609c","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c1e10640-77f0-4dc2-8e1f-0571ff107f14","lifecycleState":"CERTIFIED","lastUpdateDate":1640992944281,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ddc85103-f542-41b6-a0d4-2c3ac44d94a4","invariantUUID":"53deafc1-e05c-4328-b703-4f5676d206da","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"f6d79e07-d315-4c71-a666-36c8b8950e9f","lifecycleState":"CERTIFIED","lastUpdateDate":1640992910629,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6a3a80aa-ba88-46c1-b129-a21c45b4907d","invariantUUID":"25968674-60b5-4ab9-a256-b03d00e72f3b","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e7e1009f-a5b9-4fe1-9b3b-26ae1ccb671c","lifecycleState":"CERTIFIED","lastUpdateDate":1640993027540,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b463aab2-b3ca-4d50-a956-2d71c215ac70","invariantUUID":"3358b4c2-7e89-4075-abe3-ef24931152c4","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"1daad3b1-c37d-4c5f-94ef-fc1ddb984832","lifecycleState":"CERTIFIED","lastUpdateDate":1640992835231,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"13474131-d7d2-487b-86ee-b12d4bad413c","invariantUUID":"6daaf4df-1c9c-498b-9d76-21096980e8c9","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"e2ae939a-00c4-4255-9ca3-9f9219f7b86d","lifecycleState":"CERTIFIED","lastUpdateDate":1640992978115,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5a28ce67-7d0f-498c-bd9f-1c645b4f91b4","invariantUUID":"6f13d95f-4ab3-43eb-ba00-411908a5f9c8","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ebd7a6df-ae1f-4ec0-9cf7-62ae28894bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1640993026246,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"92546107-bb4b-4efd-96e7-fe9aa2d5a874","invariantUUID":"0bd02383-9dc7-41a7-be8a-730586dd60ae","systemName":"VduCompute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6bbe9528-0d14-4650-8547-7808df865da7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992934887,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"542a435e-fa5b-4ba8-bb64-b455752749f9","invariantUUID":"d068cede-d166-4880-b9f3-88821f0a8326","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"28e3488d-c8c7-4323-a4fe-0ff81fb34747","lifecycleState":"CERTIFIED","lastUpdateDate":1640992855907,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"34e5a1c9-5ca9-40f1-8b6b-276891a6fad9","invariantUUID":"09df8c52-eff3-4ff4-988a-de549588efea","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"0dcdddb3-a106-4d3a-9d30-ff7b7f27ab17","lifecycleState":"CERTIFIED","lastUpdateDate":1640992824541,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fa1e03e5-3b4e-46d3-93a3-e007f750691f","invariantUUID":"19af9548-fe68-48d9-8f36-b3c74769df97","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6c7cfdb1-7cad-4201-ab96-f2d605091460","lifecycleState":"CERTIFIED","lastUpdateDate":1640992866288,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a6c9b42b-e9c4-4e15-8f07-b42287d7eb2b","invariantUUID":"9d44ccdc-5172-4951-8fc3-675daa6040a3","systemName":"Extneutroncp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extNeutronCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"57ff2214-dd22-4160-a0f3-dbb45f6c015b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992891864,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"492e5820-4e02-4cd8-addf-e505b764a583","invariantUUID":"1f14fe9b-17c2-4016-82cc-d6881ecb49e5","systemName":"GenericNeutronnet","description":"Generic NeutronNet","tags":["Generic NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"ef7ab67d-3c5e-4e1e-94ab-dfb80d434755","lifecycleState":"CERTIFIED","lastUpdateDate":1640992864779,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61aa17c9-3535-4434-89b2-fb43228c528e","invariantUUID":"2fd98ba1-da30-423f-bfdb-139ab1e2bc35","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"9ad946e3-7e77-4097-8d86-03f855cd9cf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992822862,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"acae42ab-c29c-4920-8b2e-545b3c55ca4e","invariantUUID":"3f0c534c-a2e3-4812-80ba-8b6e7f545c5e","systemName":"Cindervolume","description":"Represents a server-local block storage device that provides persistent storage to guest virtual machines. ","tags":["CinderVolume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"c0cdde47-96cc-453a-8b68-07a717d37776","lifecycleState":"CERTIFIED","lastUpdateDate":1640999969605,"name":"pNF e3bdc335-d5da","resourceType":"PNF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"2860b5af-933a-4166-8f8a-7be68d75e493","invariantUUID":"17bbeabe-6317-4ebb-b3d5-44bc1634c005","systemName":"PnfE3bdc335D5da","description":"vendor software product","tags":["pNF e3bdc335-d5da"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"a91f7013-f9e4-4105-a8b0-8f02eb1b727b","lifecycleState":"CERTIFIED","lastUpdateDate":1641001209596,"name":"basic_onboard_npbaMY","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"956233e5-343b-46e6-ba2e-1e3388bd49d6","invariantUUID":"68d8bdda-1f22-4086-924f-df3beb32b989","systemName":"BasicOnboardNpbamy","description":"VF","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd00a811-6edb-443f-89d9-344d5d2eb35a","lifecycleState":"CERTIFIED","lastUpdateDate":1640992942112,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7f0685c9-16fc-4be0-a082-29e4d3908fcc","invariantUUID":"d4b76e0c-d2d7-45dc-82e6-d61a31f7ad57","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9bedcb03-7ad6-47a0-9ecc-d340dcd8e0f1","lifecycleState":"CERTIFIED","lastUpdateDate":1640992837295,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"b5573f86-afa7-406f-bb53-8c3ada9a775d","invariantUUID":"3a72b3b2-7325-462f-a882-a3c27ecf42af","systemName":"Vl","description":" Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ","tags":["VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"faa01121-e622-48fc-b937-ff7c7b383b40","lifecycleState":"CERTIFIED","lastUpdateDate":1640992936479,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c54f9031-f1da-40e2-8c31-df5c6a46a099","invariantUUID":"9fd3392c-90d5-4cca-9427-c831627bec57","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"bcba906f-c1c3-4e17-aced-a6f4ff4f5c71","lifecycleState":"CERTIFIED","lastUpdateDate":1640993019518,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4247a584-d2ea-4117-afed-b3c5d882965f","invariantUUID":"76e177db-ba2f-4b2c-a047-18df9fa9f482","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}],"model":"ETSI SOL001 v2.5.1"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"db29f0e9-2c2c-4187-8d3f-67d77521a2c8","lifecycleState":"CERTIFIED","lastUpdateDate":1640992926161,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dee259e0-06d7-4cea-aa7f-7dff93ff6a88","invariantUUID":"0fb2b503-ff05-4e1e-86f0-5f62f3953cfe","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c957d99c-ddd6-4f74-bc2a-460fe7fad9c0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992929085,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff0ca9d8-30e9-4387-b77a-9513f72ef2be","invariantUUID":"f74cc87e-e44e-483b-a285-92a992b8add1","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0a833027-7bca-4f1c-a449-6992c6b946b0","lifecycleState":"CERTIFIED","lastUpdateDate":1640992927666,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f452de2-91d3-481c-b228-3734a8e01665","invariantUUID":"ba8cec5b-926d-4de1-b6e0-2b8624c34015","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c9516c80-fc5e-4551-95e7-04fc057b2eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1640992965786,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d79716da-b8a8-4bcc-a7bc-1ef4e817ba32","invariantUUID":"2a21e399-5431-4a54-a1d0-90575e8a6376","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b6ae00c5-5449-4b35-9f74-8d06f6407054","lifecycleState":"CERTIFIED","lastUpdateDate":1640998311341,"name":"vFW e7762089-71bd","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"92ba88cc-75a4-45eb-bc7b-95abd295594f","invariantUUID":"42e38735-0e52-4aaf-bba9-292ee88a8bda","systemName":"VfwE776208971bd","description":"vendor software product","tags":["vFW e7762089-71bd"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"664226d3-c6d4-4838-85d8-82dbf5057120","lifecycleState":"CERTIFIED","lastUpdateDate":1640992868458,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb0f73b9-521a-47f5-a73c-2565210851dc","invariantUUID":"223eef9f-27b4-4058-b609-45370a272f27","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"426b3fb2-7798-4bc2-8d60-7593864e645b","lifecycleState":"CERTIFIED","lastUpdateDate":1640992820818,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"957696cb-cf5a-4e23-9689-ca95f119e35e","invariantUUID":"3484eefb-f052-4c0c-a48e-26dc3ba3d27d","systemName":"Volume","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["volume"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"16a98e64-44b3-400f-848a-085ff53e3895","lifecycleState":"CERTIFIED","lastUpdateDate":1640992913048,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f8d7844-5fae-43f3-a997-95227560e6ce","invariantUUID":"3a2b8800-0d67-4a4c-8080-a481e390d750","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"a115e45f-a202-42a8-a318-5cfd5c59bcf9","lifecycleState":"CERTIFIED","lastUpdateDate":1640992971000,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"18b471da-1d52-4f6b-a7de-d851163161d3","invariantUUID":"e54a6bbc-9ae7-40f9-8814-9017a073dcc7","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"d0ef4a80-2e72-46ae-b0a8-469ce7c7a722","lifecycleState":"CERTIFIED","lastUpdateDate":1641001248372,"name":"basic_onboard_npbaMY","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"a078525e-0059-4826-aa2b-e0e93b6b72ca","invariantUUID":"57420236-34de-4977-9299-34df6f1ebc63","systemName":"BasicOnboardNpbamy","description":"service","tags":["basic_onboard_npbaMY"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"1062dd81-c6d0-49a1-a99d-df408918953c","lifecycleState":"CERTIFIED","lastUpdateDate":1641000495174,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"47eb754b-9487-4680-ac7e-534c856908b8","invariantUUID":"ba2a397e-7276-459e-bc9a-4d2faa8bb33b","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"6b919dec-d8cb-4027-8861-b0437ffb2b23","lifecycleState":"CERTIFIED","lastUpdateDate":1640998330862,"name":"vFW 2022-01-01 00-51-01","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"af154fdf-6308-4f30-b25a-cb875b9b2af5","invariantUUID":"8d25d566-e4dd-4af0-af06-6b226fb62241","systemName":"Vfw20220101005101","description":"catalog service description","tags":["robot-ete","vFW 2022-01-01 00-51-01"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"53b087cd-b44d-46a2-859c-5d5c4713f342","lifecycleState":"CERTIFIED","lastUpdateDate":1640999980790,"name":"Demo_pNF_C3fjfeW0BnLlQqosEdHy","categoryNormalizedName":"network l1-3","distributionStatus":"DISTRIBUTED","uuid":"471f5d7d-369e-4ec3-a182-d89d1bb036c8","invariantUUID":"49170b96-15e4-4d25-8598-cb3f561eeb2d","systemName":"DemoPnfC3fjfew0bnllqqosedhy","description":"catalog service description","tags":["robot-ete","Demo_pNF_C3fjfeW0BnLlQqosEdHy"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-01-01 01:40:49,752 DEBUG 118:sdc_resource.py(1) - Resource basic_onboard_npbaMY found in services list 2022-01-01 01:40:49,753 INFO 201:service.py(1) - Service basic_onboard_npbaMY onboarded 2022-01-01 01:40:49,753 INFO 35:basic_onboard.py(1) - VNF basic_vm successfully onboarded 2022-01-01 01:40:49,753 INFO 176:run_tests.py(1) - Test result: +-----------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+---------------------+------------------+----------------+ | basic_onboard | integration | 01:25 | PASS | +-----------------------+---------------------+------------------+----------------+ 2022-01-01 01:40:49,758 INFO 48:basic_onboard.py(1) - Generate Test report 2022-01-01 01:40:49,866 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080 2022-01-01 01:40:50,226 DEBUG 433:connectionpool.py(1) - http://87.254.212.120:8080 "POST http://testresults.opnfv.org/onap/api/v1/results HTTP/1.1" 200 73 2022-01-01 01:40:50,228 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/61cfb1226c44f50010877cb0 2022-01-01 01:40:50,229 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK