2022-10-14 04:07:08,561 DEBUG 24:basic_network.py(1) - BasicNetwork init started 2022-10-14 04:07:08,566 DEBUG 227:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase') 2022-10-14 04:07:08,567 DEBUG 227:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2022-10-14 04:07:08,567 DEBUG 227:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2022-10-14 04:07:08,567 DEBUG 227:extension.py(1) - found extension EntryPoint(name='basic_vm_macro_stability', value='onaptests.scenario.basic_vm_macro_stability:BasicVmMacroStability', group='xtesting.testcase') 2022-10-14 04:07:08,567 DEBUG 227:extension.py(1) - found extension EntryPoint(name='cds_resource_resolution', value='onaptests.scenario.cds_resource_resolution:CDSResourceResolution', group='xtesting.testcase') 2022-10-14 04:07:08,567 DEBUG 227:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2022-10-14 04:07:08,567 DEBUG 227:extension.py(1) - found extension EntryPoint(name='multi_vnf_ubuntu_macro', value='onaptests.scenario.multi_vnf_macro:MultiVnfUbuntuMacro', group='xtesting.testcase') 2022-10-14 04:07:08,567 DEBUG 227:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2022-10-14 04:07:08,567 INFO 169:run_tests.py(1) - Running test case 'basic_network'... 2022-10-14 04:07:08,568 DEBUG 34:basic_network.py(1) - start time 2022-10-14 04:07:08,568 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:08,568 INFO 176:base.py(1) - START [SO] YamlTemplateVlAlaCarteInstantiateStep: Instantiate network link described in YAML using SO a'la carte method. 2022-10-14 04:07:08,568 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:08,568 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:08,568 INFO 176:base.py(1) - START [SO] YamlTemplateServiceAlaCarteInstantiateStep: Instantiate service described in YAML using SO a'la carte method. 2022-10-14 04:07:08,568 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:08,569 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:08,569 INFO 176:base.py(1) - START [SDC] YamlTemplateServiceOnboardStep: Onboard service described in YAML file in SDC. 2022-10-14 04:07:08,569 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:08,575 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:07:08,575 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:07:08,575 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-10-14 04:07:08,575 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:07:08,576 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:07:08,578 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:08,956 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 363 2022-10-14 04:07:08,958 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:07:08,958 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:07:08,960 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:07:08,960 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:08,960 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:08,960 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:08,960 DEBUG 175:__init__.py(1) - number of Service returned: 1 2022-10-14 04:07:08,960 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:07:08,960 INFO 197:__init__.py(1) - Service basic_network doesn't exist in SDC 2022-10-14 04:07:08,961 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:07:08,961 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:07:08,961 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-10-14 04:07:08,961 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:07:08,961 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:07:08,963 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:09,012 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 363 2022-10-14 04:07:09,013 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:07:09,013 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:07:09,015 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:07:09,015 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:09,015 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:09,015 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:09,015 DEBUG 175:__init__.py(1) - number of Service returned: 1 2022-10-14 04:07:09,015 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:07:09,016 INFO 197:__init__.py(1) - Service basic_network doesn't exist in SDC 2022-10-14 04:07:09,017 DEBUG 187:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2022-10-14 04:07:09,017 INFO 157:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2022-10-14 04:07:09,018 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-10-14 04:07:09,018 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-10-14 04:07:09,018 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2022-10-14 04:07:09,020 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:09,274 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-10-14 04:07:09,276 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2022-10-14 04:07:09,277 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"models":[{"name":"AUTOMATION COMPOSITION","derivedFrom":null,"modelType":"NORMATIVE"},{"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":"Network L4+","displayName":null,"normalizedName":"network l4+","models":null,"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,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"DCAE Component","displayName":null,"normalizedName":"dcae component","models":null,"uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Machine Learning","normalizedName":"machine learning","uniqueId":"resourceNewCategory.dcae component.machine learning","icons":["dcae_machineLearning"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Microservice","normalizedName":"microservice","uniqueId":"resourceNewCategory.dcae component.microservice","icons":["dcae_microservice"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Analytics","normalizedName":"analytics","uniqueId":"resourceNewCategory.dcae component.analytics","icons":["dcae_analytics"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.dcae component.database","icons":["dcae_database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Utility","normalizedName":"utility","uniqueId":"resourceNewCategory.dcae component.utility","icons":["dcae_utilty"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Configuration","displayName":null,"normalizedName":"configuration","models":null,"uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L2-3","displayName":null,"normalizedName":"network l2-3","models":null,"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,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Application L4+","displayName":null,"normalizedName":"application l4+","models":null,"uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Application Server","normalizedName":"application server","uniqueId":"resourceNewCategory.application l4+.application server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Border Element","normalizedName":"border element","uniqueId":"resourceNewCategory.application l4+.border element","icons":["borderElement"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Web Server","normalizedName":"web server","uniqueId":"resourceNewCategory.application l4+.web server","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Call Control","normalizedName":"call control","uniqueId":"resourceNewCategory.application l4+.call control","icons":["call_controll"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","displayName":null,"normalizedName":"allotted resource","models":null,"uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","icons":["allotted_resource"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Service Admin","normalizedName":"service admin","uniqueId":"resourceNewCategory.allotted resource.service admin","icons":["service_admin"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Security Zone","normalizedName":"security zone","uniqueId":"resourceNewCategory.allotted resource.security zone","icons":["security_zone"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Template","displayName":null,"normalizedName":"template","models":null,"uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","displayName":null,"normalizedName":"generic","models":null,"uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"AutomationComposition Element","normalizedName":"automationcomposition element","uniqueId":"resourceNewCategory.generic.automationcomposition element","icons":["network"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Participant","normalizedName":"participant","uniqueId":"resourceNewCategory.generic.participant","icons":["network"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.generic.database","icons":["database"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","displayName":null,"normalizedName":"network connectivity","models":null,"uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Partner Domain Service","displayName":null,"normalizedName":"partner domain service","models":["SDC AID"],"uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L1-3","displayName":null,"normalizedName":"network l1-3","models":["SDC AID"],"uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"AutomationComposition","displayName":null,"normalizedName":"automationcomposition","models":["AUTOMATION COMPOSITION"],"uniqueId":"serviceNewCategory.automationcomposition","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","displayName":null,"normalizedName":"voip call control","models":["SDC AID"],"uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","displayName":null,"normalizedName":"etsi nfv network service","models":["ETSI SOL001 v2.5.1","SDC AID"],"uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","displayName":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","type":null,"version":null,"ownerId":null,"empty":false}],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Mobility","displayName":null,"normalizedName":"mobility","models":["SDC AID"],"uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","displayName":null,"normalizedName":"network l4+","models":["SDC AID"],"uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"E2E Service","displayName":null,"normalizedName":"e2e service","models":["SDC AID"],"uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","displayName":null,"normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.10.4"} 2022-10-14 04:07:09,279 DEBUG 175:__init__.py(1) - number of ServiceCategory returned: 9 2022-10-14 04:07:09,280 DEBUG 191:__init__.py(1) - filtering objects of all versions to be Network Service 2022-10-14 04:07:09,280 INFO 220:__init__.py(1) - ServiceCategory found, updating information 2022-10-14 04:07:09,280 INFO 312:__init__.py(1) - attempting to create Service basic_network in SDC 2022-10-14 04:07:09,280 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:07:09,280 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:07:09,280 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-10-14 04:07:09,280 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:07:09,281 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:07:09,282 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:09,334 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 363 2022-10-14 04:07:09,335 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:07:09,335 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:07:09,337 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:07:09,337 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:09,337 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:09,337 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:09,338 DEBUG 175:__init__.py(1) - number of Service returned: 1 2022-10-14 04:07:09,338 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:07:09,338 INFO 197:__init__.py(1) - Service basic_network doesn't exist in SDC 2022-10-14 04:07:09,370 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-10-14 04:07:09,370 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-10-14 04:07:09,371 DEBUG 132:onap_service.py(1) - [SDC][create Service] data sent: { "componentType": "SERVICE", "properties": [], "requirements": {}, "toscaArtifacts": {}, "tags": ["basic_network"], "artifacts": {}, "description": "service", "serviceApiArtifacts": {}, "capabilities": {}, "name": "basic_network", "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", "serviceFunction": "", "serviceRole": "", "serviceType": "" } 2022-10-14 04:07:09,372 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:10,644 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-10-14 04:07:10,646 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2022-10-14 04:07:10,647 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":{"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"automationcompositionfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.automationcompositionfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Automation Composition Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"automationcompositionfunctions","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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.assettoscacsar","artifactName":"service-BasicNetwork-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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.assettoscatemplate","artifactName":"service-BasicNetwork-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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false}},"categories":[{"name":"Network Service","displayName":null,"normalizedName":"network service","models":null,"uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":null,"type":null,"version":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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","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":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false}],"outputs":null,"groups":null,"policies":null,"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"dataTypes":null,"substitutionFilter":null,"model":null,"serviceApiArtifacts":{"configuration":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false}},"forwardingPaths":{},"toscaServiceName":null,"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","substituteCandidate":true,"ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"0.1","creationDate":1665720429950,"icon":"network_l_1-3","description":"service","tags":["basic_network"],"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305","componentMetadataForSupportLog":{"SupportablityComponentUUID":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","SupportablityComponentName":"basic_network","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","highestVersion":true,"systemName":"BasicNetwork","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","normalizedName":"basicnetwork","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1665720429950,"allArtifacts":{"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"automationcompositionfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.automationcompositionfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Automation Composition Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"automationcompositionfunctions","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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":null,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"requiredArtifacts":null,"properties":null,"type":null,"version":null,"ownerId":null,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":null,"service":true,"categorySpecificMetadata":{},"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"vspArchived":false,"archiveTime":0,"name":"basic_network"} 2022-10-14 04:07:10,650 INFO 330:__init__.py(1) - Service basic_network is created in SDC 2022-10-14 04:07:10,650 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,650 DEBUG 187:__init__.py(1) - check if Vl Generic NeutronNet exists in SDC 2022-10-14 04:07:10,650 INFO 157:__init__.py(1) - retrieving all objects of type Vl from SDC 2022-10-14 04:07:10,651 DEBUG 129:onap_service.py(1) - [SDC][get Vls] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:07:10,651 DEBUG 131:onap_service.py(1) - [SDC][get Vls] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VL 2022-10-14 04:07:10,651 DEBUG 132:onap_service.py(1) - [SDC][get Vls] data sent: None 2022-10-14 04:07:10,653 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:10,787 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VL HTTP/1.1" 200 6247 2022-10-14 04:07:10,788 INFO 142:onap_service.py(1) - [SDC][get Vls] response code: 200 2022-10-14 04:07:10,788 DEBUG 146:onap_service.py(1) - [SDC][get Vls] response: [{"uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","name":"VL UNDERLAYVPN","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/ed30b9fe-7358-41b2-93e5-d62d057bac5e/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","name":"ext ZTE VL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0a6eb6f1-c29b-4617-a499-c6aac1152566/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","name":"Network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/da5d4b28-6983-4ec9-a61d-b59a6049d591/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","name":"ContrailVirtualNetwork","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/531e7368-69d3-4fc7-903c-50a81901144b/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","name":"NeutronNet","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/f94d3fa2-4fec-43ef-aea4-c48919292b4e/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","name":"ContrailV2VirtualNetwork","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/2f0c4ae1-4b8f-4060-933e-560532a83498/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"8888f80d-9857-401e-93c8-f578adbad26f","invariantUUID":"072a2c16-d6a2-40a3-94d9-a1d890ce9d44","name":"GlobalNetwork","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8888f80d-9857-401e-93c8-f578adbad26f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","name":"InternalVL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/17937d1f-7e0d-4094-9abf-55bc939d7e87/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","name":"VL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0e63d0d4-83ae-446b-9834-4aa73e5f7503/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","name":"VL ELINE","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/c808775d-fd01-4e30-b4bf-b74b4165a873/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","name":"ExtVL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/797fb29a-d06c-48ee-87b5-c0a2223f5b80/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","name":"VL OVERLAYTUNNEL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","name":"NsVirtualLink","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/498df5cb-3974-48fc-98ca-4fb9e1ea3f80/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","name":"VnfVirtualLink","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/b3f2b99b-c43f-453c-877c-26b03bbb19c8/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","name":"Generic NeutronNet","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/b6f094f2-f1aa-4a83-a702-900cb2bc62c9/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","name":"VnfVirtualLink","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/50a43825-d1cc-4ad7-af68-7ac06e6f72bd/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","name":"NsVirtualLink","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/42f0abe6-e4fc-4a65-a267-4c65dc485b63/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"}] 2022-10-14 04:07:10,790 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL UNDERLAYVPN from SDC 2022-10-14 04:07:10,791 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,791 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,791 DEBUG 59:sdc_resource.py(1) - SDC resource VL UNDERLAYVPN status: Certified 2022-10-14 04:07:10,791 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ext ZTE VL from SDC 2022-10-14 04:07:10,791 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,791 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,791 DEBUG 59:sdc_resource.py(1) - SDC resource ext ZTE VL status: Certified 2022-10-14 04:07:10,791 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Network from SDC 2022-10-14 04:07:10,791 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,791 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,791 DEBUG 59:sdc_resource.py(1) - SDC resource Network status: Certified 2022-10-14 04:07:10,791 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ContrailVirtualNetwork from SDC 2022-10-14 04:07:10,792 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,792 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,792 DEBUG 59:sdc_resource.py(1) - SDC resource ContrailVirtualNetwork status: Certified 2022-10-14 04:07:10,792 DEBUG 273:sdc_resource.py(1) - importing SDC Resource NeutronNet from SDC 2022-10-14 04:07:10,792 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,792 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,792 DEBUG 59:sdc_resource.py(1) - SDC resource NeutronNet status: Certified 2022-10-14 04:07:10,792 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ContrailV2VirtualNetwork from SDC 2022-10-14 04:07:10,792 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,792 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,792 DEBUG 59:sdc_resource.py(1) - SDC resource ContrailV2VirtualNetwork status: Certified 2022-10-14 04:07:10,792 DEBUG 273:sdc_resource.py(1) - importing SDC Resource GlobalNetwork from SDC 2022-10-14 04:07:10,793 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,793 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,793 DEBUG 59:sdc_resource.py(1) - SDC resource GlobalNetwork status: Certified 2022-10-14 04:07:10,793 DEBUG 273:sdc_resource.py(1) - importing SDC Resource InternalVL from SDC 2022-10-14 04:07:10,793 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,793 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,793 DEBUG 59:sdc_resource.py(1) - SDC resource InternalVL status: Certified 2022-10-14 04:07:10,793 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL from SDC 2022-10-14 04:07:10,793 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,793 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,793 DEBUG 59:sdc_resource.py(1) - SDC resource VL status: Certified 2022-10-14 04:07:10,794 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL ELINE from SDC 2022-10-14 04:07:10,794 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,794 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,794 DEBUG 59:sdc_resource.py(1) - SDC resource VL ELINE status: Certified 2022-10-14 04:07:10,794 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ExtVL from SDC 2022-10-14 04:07:10,794 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,794 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,794 DEBUG 59:sdc_resource.py(1) - SDC resource ExtVL status: Certified 2022-10-14 04:07:10,794 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL OVERLAYTUNNEL from SDC 2022-10-14 04:07:10,794 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,794 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,794 DEBUG 59:sdc_resource.py(1) - SDC resource VL OVERLAYTUNNEL status: Certified 2022-10-14 04:07:10,795 DEBUG 273:sdc_resource.py(1) - importing SDC Resource NsVirtualLink from SDC 2022-10-14 04:07:10,795 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,795 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,795 DEBUG 59:sdc_resource.py(1) - SDC resource NsVirtualLink status: Certified 2022-10-14 04:07:10,795 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VnfVirtualLink from SDC 2022-10-14 04:07:10,795 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,795 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,795 DEBUG 59:sdc_resource.py(1) - SDC resource VnfVirtualLink status: Certified 2022-10-14 04:07:10,795 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Generic NeutronNet from SDC 2022-10-14 04:07:10,795 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,795 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,795 DEBUG 59:sdc_resource.py(1) - SDC resource Generic NeutronNet status: Certified 2022-10-14 04:07:10,796 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VnfVirtualLink from SDC 2022-10-14 04:07:10,796 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,796 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,796 DEBUG 59:sdc_resource.py(1) - SDC resource VnfVirtualLink status: Certified 2022-10-14 04:07:10,796 DEBUG 273:sdc_resource.py(1) - importing SDC Resource NsVirtualLink from SDC 2022-10-14 04:07:10,796 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:10,796 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:10,796 DEBUG 59:sdc_resource.py(1) - SDC resource NsVirtualLink status: Certified 2022-10-14 04:07:10,796 DEBUG 175:__init__.py(1) - number of Vl returned: 17 2022-10-14 04:07:10,796 DEBUG 191:__init__.py(1) - filtering objects of all versions to be Generic NeutronNet 2022-10-14 04:07:10,796 INFO 220:__init__.py(1) - Vl found, updating information 2022-10-14 04:07:10,797 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vl] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:07:10,797 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vl] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2022-10-14 04:07:10,797 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vl] data sent: None 2022-10-14 04:07:10,799 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:11,174 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-10-14 04:07:11,178 INFO 142:onap_service.py(1) - [SDC][Deep Load Vl] response code: 200 2022-10-14 04:07:11,180 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vl] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1665720429950,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:07:11,188 DEBUG 118:sdc_resource.py(1) - Resource Generic NeutronNet found in resources list 2022-10-14 04:07:11,194 DEBUG 129:onap_service.py(1) - [SDC][Add VL to ServiceProxy] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:07:11,194 DEBUG 131:onap_service.py(1) - [SDC][Add VL to ServiceProxy] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/568fc70e-3654-4fae-8eeb-ceed8cb21305/resourceInstance 2022-10-14 04:07:11,194 DEBUG 132:onap_service.py(1) - [SDC][Add VL to ServiceProxy] data sent: { "name": "Generic NeutronNet", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "d455def2-19eb-460e-b14d-f355f9fdfaa0", "originType": "VL", "componentUid": "d455def2-19eb-460e-b14d-f355f9fdfaa0", "icon": "defaulticon" } 2022-10-14 04:07:11,195 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:13,217 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/568fc70e-3654-4fae-8eeb-ceed8cb21305/resourceInstance HTTP/1.1" 201 None 2022-10-14 04:07:13,219 INFO 142:onap_service.py(1) - [SDC][Add VL to ServiceProxy] response code: 201 2022-10-14 04:07:13,219 DEBUG 146:onap_service.py(1) - [SDC][Add VL to ServiceProxy] response: {"capabilities":{"tosca.capabilities.Node":[{"external":false,"externalName":null,"properties":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.Node","ownerType":null,"description":null,"source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"capability.8728397e-e705-4cb8-8bc5-afec824c8849.feature","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":null,"capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"feature","version":null,"empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"externalName":null,"properties":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","ownerType":null,"description":null,"source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"capability.d455def2-19eb-460e-b14d-f355f9fdfaa0.virtual_linkable","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":null,"capabilitySources":["org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"virtual_linkable","version":null,"empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"externalName":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"node":"tosca.nodes.Root","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849.dependency","capability":"tosca.capabilities.Node","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","previousName":null,"relationship":"tosca.relationships.DependsOn","name":"dependency","type":null,"version":null,"empty":false}]},"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_role","type":"string","required":false,"defaultValue":null,"description":"Unique label that defines the role that this network performs. example: vce oam network, vnat sr-iov1 network\n","schema":null,"password":false,"name":"network_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_assignments","type":"org.openecomp.datatypes.network.NetworkAssignments","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_assignments","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b.exVL_naming","type":"org.openecomp.datatypes.Naming","required":true,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"exVL_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_flows","type":"org.openecomp.datatypes.network.NetworkFlows","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_flows","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_scope","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_scope","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_ecomp_naming","type":"org.openecomp.datatypes.EcompNaming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_ecomp_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":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":"d455def2-19eb-460e-b14d-f355f9fdfaa0.provider_network","type":"org.openecomp.datatypes.network.ProviderNetwork","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"provider_network","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_type","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network types.","schema":null,"password":false,"name":"network_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_technology","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network technology","schema":null,"password":false,"name":"network_technology","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_homing","type":"org.openecomp.datatypes.EcompHoming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_homing","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false}],"attributes":[{"getOutputValues":null,"outputId":null,"value":null,"outputPath":null,"instanceUniqueId":null,"attributeId":null,"model":null,"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","defaultValue":null,"definition":false,"schema":null,"name":"tosca_name","type":"string","description":null,"status":null,"uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.tosca_name","_default":null,"ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","entry_schema":null,"version":null,"empty":false},{"getOutputValues":null,"outputId":null,"value":null,"outputPath":null,"instanceUniqueId":null,"attributeId":null,"model":null,"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","defaultValue":null,"definition":false,"schema":null,"name":"state","type":"string","description":null,"status":null,"uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.state","_default":null,"ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","entry_schema":null,"version":null,"empty":false},{"getOutputValues":null,"outputId":null,"value":null,"outputPath":null,"instanceUniqueId":null,"attributeId":null,"model":null,"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","defaultValue":null,"definition":false,"schema":null,"name":"tosca_id","type":"string","description":null,"status":null,"uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.tosca_id","_default":null,"ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","entry_schema":null,"version":null,"empty":false}],"nodeFilter":null,"inputs":null,"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"Generic NeutronNet 0","SupportablityComponentVersion":null},"actualComponentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","createdFromCsar":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","normalizedName":"genericneutronnet0","name":"Generic NeutronNet 0","creationTime":1665720431860,"icon":"network","description":null,"originType":"VL","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"genericneutronnet0","createdFrom":null,"componentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","maxOccurrences":null,"minOccurrences":null,"componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vl.GenericNeutronNet","modificationTime":1665720431860,"customizationUUID":"361c2396-6649-48e9-8061-87f82b241f7b","instanceCount":null,"posX":"200","posY":"100","componentName":"Generic NeutronNet","originArchived":false,"propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"type":null,"version":null,"ownerId":null,"empty":false} 2022-10-14 04:07:13,220 INFO 940:sdc_resource.py(1) - Resource VL Generic NeutronNet has been added on ServiceProxy basic_network 2022-10-14 04:07:13,222 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_network] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:07:13,222 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_network] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/distribution 2022-10-14 04:07:13,222 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_network] data sent: None 2022-10-14 04:07:13,224 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:13,281 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/distribution HTTP/1.1" 200 38 2022-10-14 04:07:13,282 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_network] response code: 200 2022-10-14 04:07:13,283 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_network] response: {"distributionStatusOfServiceList":[]} 2022-10-14 04:07:13,285 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_network] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:07:13,285 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_network] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None 2022-10-14 04:07:13,285 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_network] data sent: None 2022-10-14 04:07:13,287 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:13,331 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-10-14 04:07:13,333 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_network] response code: 200 2022-10-14 04:07:13,333 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_network] response: {"distributionStatusList":[]} 2022-10-14 04:07:13,335 DEBUG 643:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2022-10-14 04:07:13,335 INFO 741:service.py(1) - attempting to checkin Service basic_network in SDC 2022-10-14 04:07:13,338 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-10-14 04:07:13,338 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/568fc70e-3654-4fae-8eeb-ceed8cb21305/lifecycleState/checkin 2022-10-14 04:07:13,339 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2022-10-14 04:07:13,340 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:15,257 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/568fc70e-3654-4fae-8eeb-ceed8cb21305/lifecycleState/checkin HTTP/1.1" 200 1199 2022-10-14 04:07:15,258 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2022-10-14 04:07:15,258 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305","name":"basic_network","version":"0.1","isHighestVersion":true,"creationDate":1665720429950,"lastUpdateDate":1665720433965,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_network"],"icon":"network_l_1-3","normalizedName":"basicnetwork","systemName":"BasicNetwork","contactId":"cs0008","allVersions":{"0.1":"568fc70e-3654-4fae-8eeb-ceed8cb21305"},"projectCode":"123456","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","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":"b8e228ee-d033-4e6e-9b26-48de0b91cf47"} 2022-10-14 04:07:15,260 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:07:15,260 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:07:15,260 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-10-14 04:07:15,260 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:07:15,261 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:07:15,262 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:15,329 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 744 2022-10-14 04:07:15,330 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:07:15,330 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:07:15,332 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-10-14 04:07:15,332 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:15,332 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:15,332 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2022-10-14 04:07:15,332 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:07:15,333 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:15,333 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:15,333 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:15,333 DEBUG 175:__init__.py(1) - number of Service returned: 2 2022-10-14 04:07:15,333 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:07:15,333 INFO 220:__init__.py(1) - Service found, updating information 2022-10-14 04:07:15,333 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-10-14 04:07:15,334 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-10-14 04:07:15,334 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-10-14 04:07:15,335 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:15,417 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-10-14 04:07:15,421 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-10-14 04:07:15,423 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1665720433965,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:07:15,428 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2022-10-14 04:07:15,428 INFO 741:service.py(1) - attempting to Certify Service basic_network in SDC 2022-10-14 04:07:15,432 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-10-14 04:07:15,432 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/568fc70e-3654-4fae-8eeb-ceed8cb21305/lifecycleState/Certify 2022-10-14 04:07:15,432 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2022-10-14 04:07:15,434 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:18,004 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/568fc70e-3654-4fae-8eeb-ceed8cb21305/lifecycleState/Certify HTTP/1.1" 200 1187 2022-10-14 04:07:18,006 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2022-10-14 04:07:18,006 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","name":"basic_network","version":"1.0","isHighestVersion":true,"creationDate":1665720429950,"lastUpdateDate":1665720433965,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_network"],"icon":"network_l_1-3","normalizedName":"basicnetwork","systemName":"BasicNetwork","contactId":"cs0008","allVersions":{"1.0":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767"},"projectCode":"123456","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","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":"b8e228ee-d033-4e6e-9b26-48de0b91cf47"} 2022-10-14 04:07:18,008 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:07:18,008 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:07:18,008 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-10-14 04:07:18,008 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:07:18,008 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:07:18,010 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:18,083 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 732 2022-10-14 04:07:18,085 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:07:18,085 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:07:18,087 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-10-14 04:07:18,087 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:18,087 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:18,088 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2022-10-14 04:07:18,088 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:07:18,088 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:18,088 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:18,088 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:18,088 DEBUG 175:__init__.py(1) - number of Service returned: 2 2022-10-14 04:07:18,088 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:07:18,088 INFO 220:__init__.py(1) - Service found, updating information 2022-10-14 04:07:18,089 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-10-14 04:07:18,089 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-10-14 04:07:18,089 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-10-14 04:07:18,091 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:18,181 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-10-14 04:07:18,184 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-10-14 04:07:18,186 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","lifecycleState":"CERTIFIED","lastUpdateDate":1665720433965,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:07:18,190 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2022-10-14 04:07:28,197 INFO 741:service.py(1) - attempting to PROD/activate Service basic_network in SDC 2022-10-14 04:07:28,201 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-10-14 04:07:28,201 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/374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767/distribution/PROD/activate 2022-10-14 04:07:28,201 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2022-10-14 04:07:28,204 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:30,929 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767/distribution/PROD/activate HTTP/1.1" 200 None 2022-10-14 04:07:30,930 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2022-10-14 04:07:30,932 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","empty":false},{"definition":false,"hidden":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","empty":false},{"definition":false,"hidden":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","empty":false},{"definition":false,"hidden":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","empty":false},{"definition":false,"hidden":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","empty":false}],"artifacts":{"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"automationcompositionfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.automationcompositionfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Automation Composition Functions","mandatory":true,"serviceApi":false,"artifactLabel":"automationcompositionfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.assettoscacsar","artifactName":"service-BasicNetwork-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"MDIwZjU0ZDE5ZjM3ZmY2ZmQ3MGViMjU5ODM4MmJiOTM=","artifactUUID":"6cfea769-68e4-43cb-8013-9dbaced4d902","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.assettoscacsar","duplicated":false,"payloadUpdateDate":1665720436651,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1665720429880,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.assettoscatemplate","artifactName":"service-BasicNetwork-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"MjQxNTgzZWExYzMxNTRmOWI0N2NhNzRiNWRiZDVmYzM=","artifactUUID":"8d1a3a92-52df-41bf-9820-0635b42bbb02","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.assettoscatemplate","duplicated":false,"payloadUpdateDate":1665720436214,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1665720429880,"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":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.Node","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","uniqueId":"capability.8728397e-e705-4cb8-8bc5-afec824c8849.feature","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.feature","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","uniqueId":"capability.d455def2-19eb-460e-b14d-f355f9fdfaa0.virtual_linkable","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"virtual_linkable","capabilitySources":["org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.virtual_linkable","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"node":"tosca.nodes.Root","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","uniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849.dependency","capability":"tosca.capabilities.Node","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","previousName":"dependency","relationship":"tosca.relationships.DependsOn","name":"genericneutronnet0.dependency","empty":false}]},"properties":[{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_role","type":"string","required":false,"description":"Unique label that defines the role that this network performs. example: vce oam network, vnat sr-iov1 network\n","password":false,"name":"network_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_assignments","type":"org.openecomp.datatypes.network.NetworkAssignments","required":false,"password":false,"name":"network_assignments","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b.exVL_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"exVL_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_flows","type":"org.openecomp.datatypes.network.NetworkFlows","required":false,"password":false,"name":"network_flows","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_scope","type":"string","required":false,"password":false,"name":"network_scope","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_ecomp_naming","type":"org.openecomp.datatypes.EcompNaming","required":false,"password":false,"name":"network_ecomp_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.provider_network","type":"org.openecomp.datatypes.network.ProviderNetwork","required":false,"password":false,"name":"provider_network","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_type","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network types.","password":false,"name":"network_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_technology","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network technology","password":false,"name":"network_technology","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_homing","type":"org.openecomp.datatypes.EcompHoming","required":false,"password":false,"name":"network_homing","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false}],"attributes":[{"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","definition":false,"name":"tosca_name","type":"string","uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.tosca_name","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","empty":false},{"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","definition":false,"name":"state","type":"string","uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.state","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","empty":false},{"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","definition":false,"name":"tosca_id","type":"string","uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.tosca_id","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"Generic NeutronNet 0"},"actualComponentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","createdFromCsar":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","normalizedName":"genericneutronnet0","name":"Generic NeutronNet 0","creationTime":1665720431860,"icon":"network","originType":"VL","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"genericneutronnet0","componentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vl.GenericNeutronNet","modificationTime":1665720431860,"customizationUUID":"361c2396-6649-48e9-8061-87f82b241f7b","posX":"200","posY":"100","componentName":"Generic NeutronNet","originArchived":false,"propertyValueCounter":1,"serviceSubstitution":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesProperties":{"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0":[{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_role","type":"string","required":false,"description":"Unique label that defines the role that this network performs. example: vce oam network, vnat sr-iov1 network\n","password":false,"name":"network_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_assignments","type":"org.openecomp.datatypes.network.NetworkAssignments","required":false,"password":false,"name":"network_assignments","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b.exVL_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"exVL_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_flows","type":"org.openecomp.datatypes.network.NetworkFlows","required":false,"password":false,"name":"network_flows","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_scope","type":"string","required":false,"password":false,"name":"network_scope","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_ecomp_naming","type":"org.openecomp.datatypes.EcompNaming","required":false,"password":false,"name":"network_ecomp_naming","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.provider_network","type":"org.openecomp.datatypes.network.ProviderNetwork","required":false,"password":false,"name":"provider_network","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_type","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network types.","password":false,"name":"network_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_technology","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network technology","password":false,"name":"network_technology","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_homing","type":"org.openecomp.datatypes.EcompHoming","required":false,"password":false,"name":"network_homing","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false}]},"componentInstancesAttributes":{"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0":[{"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.tosca_name","name":"tosca_name","type":"string","definition":false,"ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","empty":false},{"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.state","name":"state","type":"string","definition":false,"ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","empty":false},{"parentUniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849","uniqueId":"attribute.8728397e-e705-4cb8-8bc5-afec824c8849.tosca_id","name":"tosca_id","type":"string","definition":false,"ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.Node","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","uniqueId":"capability.8728397e-e705-4cb8-8bc5-afec824c8849.feature","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.feature","empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","uniqueId":"capability.d455def2-19eb-460e-b14d-f355f9fdfaa0.virtual_linkable","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"virtual_linkable","capabilitySources":["org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.virtual_linkable","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"node":"tosca.nodes.Root","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","uniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849.dependency","capability":"tosca.capabilities.Node","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","previousName":"dependency","relationship":"tosca.relationships.DependsOn","name":"genericneutronnet0.dependency","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false},{"definition":false,"hidden":false,"uniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b4b9a8d0-b10a-460f-9a50-2abd49d9cefa","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"forwardingPaths":{},"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTED","substituteCandidate":true,"ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","version":"1.0","creationDate":1665720429950,"icon":"network_l_1-3","description":"service","tags":["basic_network"],"uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","componentMetadataForSupportLog":{"SupportablityComponentUUID":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","SupportablityComponentName":"basic_network","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","highestVersion":true,"systemName":"BasicNetwork","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","normalizedName":"basicnetwork","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1665720449801,"allArtifacts":{"operationalpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"automationcompositionfunctions":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.automationcompositionfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Automation Composition Functions","mandatory":true,"serviceApi":false,"artifactLabel":"automationcompositionfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"timeout":0,"creationDate":1665720429880,"artifactType":"OTHER","uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.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":1665720429880,"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":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767"},"service":true,"categorySpecificMetadata":{},"vspArchived":false,"archiveTime":0,"name":"basic_network"} 2022-10-14 04:07:30,934 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:07:30,934 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:07:30,934 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-10-14 04:07:30,935 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:07:30,935 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:07:30,936 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:30,999 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 718 2022-10-14 04:07:31,000 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:07:31,000 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:07:31,002 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-10-14 04:07:31,002 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:31,003 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:31,003 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:31,003 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:07:31,003 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:31,003 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:31,003 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:31,003 DEBUG 175:__init__.py(1) - number of Service returned: 2 2022-10-14 04:07:31,003 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:07:31,003 INFO 220:__init__.py(1) - Service found, updating information 2022-10-14 04:07:31,004 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-10-14 04:07:31,004 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-10-14 04:07:31,004 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-10-14 04:07:31,006 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:31,060 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-10-14 04:07:31,062 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-10-14 04:07:31,065 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","lifecycleState":"CERTIFIED","lastUpdateDate":1665720449801,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:07:31,068 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2022-10-14 04:07:31,069 INFO 222:service.py(1) - Service basic_network onboarded 2022-10-14 04:07:31,069 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:31,069 INFO 200:base.py(1) - STOP [SDC] YamlTemplateServiceOnboardStep: Onboard service described in YAML file in SDC. 2022-10-14 04:07:31,069 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:31,069 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:31,069 INFO 176:base.py(1) - START [AAI] ConnectServiceSubToCloudRegionStep: Connect service subscription with cloud region. 2022-10-14 04:07:31,070 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:31,070 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:31,070 INFO 176:base.py(1) - START [AAI] RegisterCloudRegionStep: Register cloud region. 2022-10-14 04:07:31,070 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:31,070 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:31,070 INFO 176:base.py(1) - START [AAI] CloudRegionCreateStep: Create cloud region. 2022-10-14 04:07:31,070 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:31,070 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists * 2022-10-14 04:07:31,071 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:31,071 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:07:31,071 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:07:31,073 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:31,126 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 404 288 2022-10-14 04:07:31,126 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 404 2022-10-14 04:07:31,127 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}} 2022-10-14 04:07:31,127 ERROR 157:onap_service.py(1) - [AAI][get cloud regions] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:31,127 ERROR 233:onap_service.py(1) - [AAI][get cloud regions] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}}. 2022-10-14 04:07:31,135 DEBUG 129:onap_service.py(1) - [AAI][Create cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:31,135 DEBUG 131:onap_service.py(1) - [AAI][Create cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne 2022-10-14 04:07:31,135 DEBUG 132:onap_service.py(1) - [AAI][Create cloud region] data sent: { "cloud-owner": "basicnw-cloud-owner", "cloud-region-id": "RegionOne", "orchestration-disabled": "False", "in-maint": "False", "cloud-type": "openstack", "owner-defined-type": "N/A", "cloud-region-version": "openstack", "identity-url": "", "cloud-zone": "", "complex-name": "lannion", "sriov-automation": "", "cloud-extra-info": "", "upgrade-cycle": "", "resource-version": "" } 2022-10-14 04:07:31,137 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:31,224 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne HTTP/1.1" 201 0 2022-10-14 04:07:31,225 INFO 142:onap_service.py(1) - [AAI][Create cloud region] response code: 201 2022-10-14 04:07:31,225 DEBUG 146:onap_service.py(1) - [AAI][Create cloud region] response: 2022-10-14 04:07:31,227 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:31,227 INFO 200:base.py(1) - STOP [AAI] CloudRegionCreateStep: Create cloud region. 2022-10-14 04:07:31,227 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:31,227 INFO 227:base.py(1) - ***************************************************** 2022-10-14 04:07:31,227 INFO 228:base.py(1) - CONTINUE [AAI] RegisterCloudRegionStep: Register cloud region. 2022-10-14 04:07:31,227 INFO 229:base.py(1) - ***************************************************** 2022-10-14 04:07:31,228 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:31,228 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:07:31,228 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:07:31,230 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:31,309 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 378 2022-10-14 04:07:31,310 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:07:31,310 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720451265","orchestration-disabled":false,"in-maint":false}]} 2022-10-14 04:07:31,333 DEBUG 129:onap_service.py(1) - [AAI][Add external system info to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:31,334 DEBUG 131:onap_service.py(1) - [AAI][Add external system info to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/df231d67-b89a-4bf8-a8c3-aa809dd3b0b5 2022-10-14 04:07:31,334 DEBUG 132:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: { "esr-system-info-id": "df231d67-b89a-4bf8-a8c3-aa809dd3b0b5", "user-name": "onap-daily-jakarta", "password": "UKzO0AWSCjZorOhKqv0YUEumaeQz7581", "system-type": "VIM" , "service-url": "https://control-api.tnaplab.telekom.de:5000/v3/" , "ssl-insecure": false , "cloud-domain": "Default" , "default-tenant": "onap-daily-jakarta" , "system-status": "active" } 2022-10-14 04:07:31,336 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:32,065 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/df231d67-b89a-4bf8-a8c3-aa809dd3b0b5 HTTP/1.1" 201 0 2022-10-14 04:07:32,066 INFO 142:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201 2022-10-14 04:07:32,066 DEBUG 146:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 2022-10-14 04:07:32,068 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:32,068 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 2022-10-14 04:07:32,068 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2022-10-14 04:07:32,070 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:32,116 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 HTTP/1.1" 404 464 2022-10-14 04:07:32,117 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 404 2022-10-14 04:07:32,118 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","ERR.5.4.6114"]}}} 2022-10-14 04:07:32,118 ERROR 157:onap_service.py(1) - [AAI][get tenants] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:32,118 ERROR 233:onap_service.py(1) - [AAI][get tenants] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","ERR.5.4.6114"]}}}. 2022-10-14 04:07:32,118 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant 2022-10-14 04:07:32,118 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise 2022-10-14 04:07:32,122 DEBUG 129:onap_service.py(1) - [AAI][add tenant to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:32,122 DEBUG 131:onap_service.py(1) - [AAI][add tenant to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 2022-10-14 04:07:32,122 DEBUG 132:onap_service.py(1) - [AAI][add tenant to cloud region] data sent: { "tenant-id": "63dbbea19bca4184840a305d337a9751", "tenant-name": "onap-daily-jakarta", "tenant-context": "None" } 2022-10-14 04:07:32,124 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:32,655 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 HTTP/1.1" 201 0 2022-10-14 04:07:32,655 INFO 142:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201 2022-10-14 04:07:32,656 DEBUG 146:onap_service.py(1) - [AAI][add tenant to cloud region] response: 2022-10-14 04:07:32,658 DEBUG 129:onap_service.py(1) - [AAI][get availability_zones] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:32,658 DEBUG 131:onap_service.py(1) - [AAI][get availability_zones] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone 2022-10-14 04:07:32,658 DEBUG 132:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2022-10-14 04:07:32,660 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:32,711 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone HTTP/1.1" 404 505 2022-10-14 04:07:32,711 INFO 142:onap_service.py(1) - [AAI][get availability_zones] response code: 404 2022-10-14 04:07:32,712 DEBUG 146:onap_service.py(1) - [AAI][get availability_zones] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","ERR.5.4.6114"]}}} 2022-10-14 04:07:32,712 ERROR 157:onap_service.py(1) - [AAI][get availability_zones] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:32,712 ERROR 233:onap_service.py(1) - [AAI][get availability_zones] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone","ERR.5.4.6114"]}}}. 2022-10-14 04:07:32,722 DEBUG 129:onap_service.py(1) - [AAI][Add availability zone to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:32,722 DEBUG 131:onap_service.py(1) - [AAI][Add availability zone to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone 2022-10-14 04:07:32,722 DEBUG 132:onap_service.py(1) - [AAI][Add availability zone to cloud region] data sent: { "availability-zone-name": "basicvm-availability-zone", "hypervisor-type": "nova" } 2022-10-14 04:07:32,724 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:33,164 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone HTTP/1.1" 201 0 2022-10-14 04:07:33,165 INFO 142:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201 2022-10-14 04:07:33,165 DEBUG 146:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 2022-10-14 04:07:33,167 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:33,167 INFO 200:base.py(1) - STOP [AAI] RegisterCloudRegionStep: Register cloud region. 2022-10-14 04:07:33,167 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:33,167 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:33,167 INFO 176:base.py(1) - START [AAI] LinkCloudRegionToComplexStep: Connect cloud region with complex. 2022-10-14 04:07:33,167 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:33,167 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:33,168 INFO 176:base.py(1) - START [AAI] ComplexCreateStep: Create complex. 2022-10-14 04:07:33,168 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:33,177 DEBUG 129:onap_service.py(1) - [AAI][create complex] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:33,177 DEBUG 131:onap_service.py(1) - [AAI][create complex] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/complexes/complex/lannion 2022-10-14 04:07:33,177 DEBUG 132:onap_service.py(1) - [AAI][create complex] data sent: { "physical-location-id": "lannion", "data-center-code": "1234-5", "complex-name": "lannion", "identity-url": "", "resource-version": "", "physical-location-type": "", "street1": "", "street2": "", "city": "", "state": "", "postal-code": "", "country": "", "region": "", "latitude": "", "longitude": "", "elevation": "", "lata": "" } 2022-10-14 04:07:33,179 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:33,829 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/cloud-infrastructure/complexes/complex/lannion HTTP/1.1" 201 0 2022-10-14 04:07:33,830 INFO 142:onap_service.py(1) - [AAI][create complex] response code: 201 2022-10-14 04:07:33,830 DEBUG 146:onap_service.py(1) - [AAI][create complex] response: 2022-10-14 04:07:33,832 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:33,832 INFO 200:base.py(1) - STOP [AAI] ComplexCreateStep: Create complex. 2022-10-14 04:07:33,832 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:33,832 INFO 227:base.py(1) - ***************************************************** 2022-10-14 04:07:33,833 INFO 228:base.py(1) - CONTINUE [AAI] LinkCloudRegionToComplexStep: Connect cloud region with complex. 2022-10-14 04:07:33,833 INFO 229:base.py(1) - ***************************************************** 2022-10-14 04:07:33,833 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:33,833 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:07:33,833 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:07:33,835 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:33,887 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 378 2022-10-14 04:07:33,888 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:07:33,889 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720451265","orchestration-disabled":false,"in-maint":false}]} 2022-10-14 04:07:33,901 DEBUG 129:onap_service.py(1) - [AAI][add relationship to CloudRegion] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:33,901 DEBUG 131:onap_service.py(1) - [AAI][add relationship to CloudRegion] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/relationship-list/relationship 2022-10-14 04:07:33,901 DEBUG 132:onap_service.py(1) - [AAI][add relationship to CloudRegion] data sent: { "related-to": "complex", "related-link": "aai/v13/cloud-infrastructure/complexes/complex/lannion", "relationship-label": "org.onap.relationships.inventory.LocatedIn", "relationship-data": {"relationship-key": "complex.physical-location-id", "relationship-value": "lannion"} } 2022-10-14 04:07:33,903 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:34,068 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/relationship-list/relationship HTTP/1.1" 200 0 2022-10-14 04:07:34,069 INFO 142:onap_service.py(1) - [AAI][add relationship to CloudRegion] response code: 200 2022-10-14 04:07:34,069 DEBUG 146:onap_service.py(1) - [AAI][add relationship to CloudRegion] response: 2022-10-14 04:07:34,071 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:34,071 INFO 200:base.py(1) - STOP [AAI] LinkCloudRegionToComplexStep: Connect cloud region with complex. 2022-10-14 04:07:34,071 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:34,071 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:34,071 INFO 176:base.py(1) - START [AAI] CustomerServiceSubscriptionCreateStep: Create customer's service subscription. 2022-10-14 04:07:34,072 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:34,072 INFO 175:base.py(1) - ***************************************************** 2022-10-14 04:07:34,072 INFO 176:base.py(1) - START [AAI] CustomerCreateStep: Create customer. 2022-10-14 04:07:34,072 INFO 177:base.py(1) - ***************************************************** 2022-10-14 04:07:34,078 DEBUG 129:onap_service.py(1) - [AAI][declare customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:34,078 DEBUG 131:onap_service.py(1) - [AAI][declare customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer 2022-10-14 04:07:34,078 DEBUG 132:onap_service.py(1) - [AAI][declare customer] data sent: { "global-customer-id": "basicnw-customer", "subscriber-name": "basicnw-customer", "subscriber-type": "INFRA" } 2022-10-14 04:07:34,080 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:34,554 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/business/customers/customer/basicnw-customer HTTP/1.1" 201 0 2022-10-14 04:07:34,554 INFO 142:onap_service.py(1) - [AAI][declare customer] response code: 201 2022-10-14 04:07:34,555 DEBUG 146:onap_service.py(1) - [AAI][declare customer] response: 2022-10-14 04:07:34,557 DEBUG 129:onap_service.py(1) - [AAI][get created customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:34,557 DEBUG 131:onap_service.py(1) - [AAI][get created customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer 2022-10-14 04:07:34,557 DEBUG 132:onap_service.py(1) - [AAI][get created customer] data sent: None 2022-10-14 04:07:34,559 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:34,609 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2022-10-14 04:07:34,610 INFO 142:onap_service.py(1) - [AAI][get created customer] response code: 200 2022-10-14 04:07:34,610 DEBUG 146:onap_service.py(1) - [AAI][get created customer] response: {"global-customer-id":"basicnw-customer","subscriber-name":"basicnw-customer","subscriber-type":"INFRA","resource-version":"1665720454212"} 2022-10-14 04:07:34,611 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:34,612 INFO 200:base.py(1) - STOP [AAI] CustomerCreateStep: Create customer. 2022-10-14 04:07:34,612 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:34,612 INFO 227:base.py(1) - ***************************************************** 2022-10-14 04:07:34,612 INFO 228:base.py(1) - CONTINUE [AAI] CustomerServiceSubscriptionCreateStep: Create customer's service subscription. 2022-10-14 04:07:34,612 INFO 229:base.py(1) - ***************************************************** 2022-10-14 04:07:34,613 DEBUG 129:onap_service.py(1) - [AAI][Get basicnw-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:34,613 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer 2022-10-14 04:07:34,613 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2022-10-14 04:07:34,614 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:34,663 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2022-10-14 04:07:34,664 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2022-10-14 04:07:34,664 DEBUG 146:onap_service.py(1) - [AAI][Get basicnw-customer customer] response: {"global-customer-id":"basicnw-customer","subscriber-name":"basicnw-customer","subscriber-type":"INFRA","resource-version":"1665720454212"} 2022-10-14 04:07:34,666 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:34,666 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2022-10-14 04:07:34,666 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2022-10-14 04:07:34,668 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:34,717 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 404 360 2022-10-14 04:07:34,719 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 404 2022-10-14 04:07:34,719 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnw-customer/service-subscriptions","ERR.5.4.6114"]}}} 2022-10-14 04:07:34,719 ERROR 157:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:34,719 ERROR 233:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnw-customer/service-subscriptions","ERR.5.4.6114"]}}}. 2022-10-14 04:07:34,720 INFO 561:customer.py(1) - Create service subscription for basicnw-customer customer 2022-10-14 04:07:34,720 DEBUG 129:onap_service.py(1) - [AAI][Create service subscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:34,720 DEBUG 131:onap_service.py(1) - [AAI][Create service subscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network 2022-10-14 04:07:34,720 DEBUG 132:onap_service.py(1) - [AAI][Create service subscription] data sent: None 2022-10-14 04:07:34,722 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,186 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network HTTP/1.1" 201 0 2022-10-14 04:07:35,187 INFO 142:onap_service.py(1) - [AAI][Create service subscription] response code: 201 2022-10-14 04:07:35,187 DEBUG 146:onap_service.py(1) - [AAI][Create service subscription] response: 2022-10-14 04:07:35,189 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,189 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2022-10-14 04:07:35,189 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2022-10-14 04:07:35,191 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,247 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 94 2022-10-14 04:07:35,248 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2022-10-14 04:07:35,248 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1665720454855"}]} 2022-10-14 04:07:35,250 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:35,250 INFO 200:base.py(1) - STOP [AAI] CustomerServiceSubscriptionCreateStep: Create customer's service subscription. 2022-10-14 04:07:35,250 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:35,251 INFO 227:base.py(1) - ***************************************************** 2022-10-14 04:07:35,251 INFO 228:base.py(1) - CONTINUE [AAI] ConnectServiceSubToCloudRegionStep: Connect service subscription with cloud region. 2022-10-14 04:07:35,251 INFO 229:base.py(1) - ***************************************************** 2022-10-14 04:07:35,251 DEBUG 129:onap_service.py(1) - [AAI][Get basicnw-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,251 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer 2022-10-14 04:07:35,251 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2022-10-14 04:07:35,253 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,308 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2022-10-14 04:07:35,309 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2022-10-14 04:07:35,310 DEBUG 146:onap_service.py(1) - [AAI][Get basicnw-customer customer] response: {"global-customer-id":"basicnw-customer","subscriber-name":"basicnw-customer","subscriber-type":"INFRA","resource-version":"1665720454212"} 2022-10-14 04:07:35,312 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,312 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2022-10-14 04:07:35,312 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2022-10-14 04:07:35,314 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,373 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 94 2022-10-14 04:07:35,373 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2022-10-14 04:07:35,374 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1665720454855"}]} 2022-10-14 04:07:35,376 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,376 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:07:35,376 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:07:35,378 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,449 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2022-10-14 04:07:35,450 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:07:35,451 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720454031","orchestration-disabled":false,"in-maint":false,"relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2022-10-14 04:07:35,455 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,455 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 2022-10-14 04:07:35,455 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2022-10-14 04:07:35,457 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,530 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 HTTP/1.1" 200 142 2022-10-14 04:07:35,531 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2022-10-14 04:07:35,532 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"63dbbea19bca4184840a305d337a9751","tenant-name":"onap-daily-jakarta","tenant-context":"None","resource-version":"1665720452256"} 2022-10-14 04:07:35,544 DEBUG 129:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,544 DEBUG 131:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list/relationship 2022-10-14 04:07:35,544 DEBUG 132:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] data sent: { "related-to": "tenant", "related-link": "https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751?resource-version=1665720452256", "related-to-property": [{"property-key": "tenant.tenant-name", "property-value": "onap-daily-jakarta"}], "relationship-data": [{"relationship-key": "cloud-region.cloud-owner", "relationship-value": "basicnw-cloud-owner"}, {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "RegionOne"}, {"relationship-key": "tenant.tenant-id", "relationship-value": "63dbbea19bca4184840a305d337a9751"}] } 2022-10-14 04:07:35,546 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,724 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list/relationship HTTP/1.1" 200 0 2022-10-14 04:07:35,725 INFO 142:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response code: 200 2022-10-14 04:07:35,725 DEBUG 146:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response: 2022-10-14 04:07:35,728 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:07:35,728 INFO 200:base.py(1) - STOP [AAI] ConnectServiceSubToCloudRegionStep: Connect service subscription with cloud region. 2022-10-14 04:07:35,728 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:07:35,728 INFO 227:base.py(1) - ***************************************************** 2022-10-14 04:07:35,729 INFO 228:base.py(1) - CONTINUE [SO] YamlTemplateServiceAlaCarteInstantiateStep: Instantiate service described in YAML using SO a'la carte method. 2022-10-14 04:07:35,729 INFO 229:base.py(1) - ***************************************************** 2022-10-14 04:07:35,729 DEBUG 129:onap_service.py(1) - [AAI][Get basicnw-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,729 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer 2022-10-14 04:07:35,730 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2022-10-14 04:07:35,731 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,795 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2022-10-14 04:07:35,796 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2022-10-14 04:07:35,796 DEBUG 146:onap_service.py(1) - [AAI][Get basicnw-customer customer] response: {"global-customer-id":"basicnw-customer","subscriber-name":"basicnw-customer","subscriber-type":"INFRA","resource-version":"1665720454212"} 2022-10-14 04:07:35,798 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,798 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2022-10-14 04:07:35,798 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2022-10-14 04:07:35,800 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,873 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 764 2022-10-14 04:07:35,874 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2022-10-14 04:07:35,874 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1665720455678","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]}}]} 2022-10-14 04:07:35,877 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,877 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:07:35,877 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:07:35,879 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:35,940 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2022-10-14 04:07:35,940 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:07:35,941 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720454031","orchestration-disabled":false,"in-maint":false,"relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2022-10-14 04:07:35,943 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:35,943 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 2022-10-14 04:07:35,943 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2022-10-14 04:07:35,945 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:36,013 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 HTTP/1.1" 200 615 2022-10-14 04:07:36,014 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2022-10-14 04:07:36,015 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"63dbbea19bca4184840a305d337a9751","tenant-name":"onap-daily-jakarta","tenant-context":"None","resource-version":"1665720455678","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}} 2022-10-14 04:07:36,017 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entities] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:36,017 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entities] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/owning-entities 2022-10-14 04:07:36,018 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2022-10-14 04:07:36,019 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:36,064 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/owning-entities HTTP/1.1" 404 269 2022-10-14 04:07:36,065 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 404 2022-10-14 04:07:36,065 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/owning-entities","Node Not Found:No Node of type owning-entity found at: business/owning-entities","ERR.5.4.6114"]}}} 2022-10-14 04:07:36,065 ERROR 157:onap_service.py(1) - [AAI][Get A&AI owning entities] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:36,065 ERROR 233:onap_service.py(1) - [AAI][Get A&AI owning entities] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/owning-entities","Node Not Found:No Node of type owning-entity found at: business/owning-entities","ERR.5.4.6114"]}}}. 2022-10-14 04:07:36,066 INFO 201:service_ala_carte.py(1) - Owning entity not found, create it 2022-10-14 04:07:36,069 DEBUG 129:onap_service.py(1) - [AAI][Declare A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:36,069 DEBUG 131:onap_service.py(1) - [AAI][Declare A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/owning-entities/owning-entity/cc0a8e65-7800-40ab-a295-1fda62a67bad 2022-10-14 04:07:36,069 DEBUG 132:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: { "owning-entity-name": "basicnw-oe", "owning-entity-id": "cc0a8e65-7800-40ab-a295-1fda62a67bad" } 2022-10-14 04:07:36,073 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:36,521 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v23/business/owning-entities/owning-entity/cc0a8e65-7800-40ab-a295-1fda62a67bad HTTP/1.1" 201 0 2022-10-14 04:07:36,522 INFO 142:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201 2022-10-14 04:07:36,522 DEBUG 146:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 2022-10-14 04:07:36,525 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:07:36,525 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/owning-entities/owning-entity/cc0a8e65-7800-40ab-a295-1fda62a67bad 2022-10-14 04:07:36,525 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2022-10-14 04:07:36,527 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:07:36,579 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/owning-entities/owning-entity/cc0a8e65-7800-40ab-a295-1fda62a67bad HTTP/1.1" 200 128 2022-10-14 04:07:36,579 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200 2022-10-14 04:07:36,580 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owning-entity-name":"basicnw-oe","resource-version":"1665720456200"} 2022-10-14 04:07:36,581 INFO 205:service_ala_carte.py(1) - ******** Check Service Distribution ******* 2022-10-14 04:07:36,581 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:07:36,581 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:07:36,582 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-10-14 04:07:36,582 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:07:36,582 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:07:36,583 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:07:36,634 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 718 2022-10-14 04:07:36,635 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:07:36,635 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:07:36,638 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-10-14 04:07:36,638 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:36,638 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:36,639 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:36,639 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:07:36,640 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:07:36,640 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:07:36,640 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:07:36,640 DEBUG 175:__init__.py(1) - number of Service returned: 2 2022-10-14 04:07:36,640 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:07:36,640 INFO 220:__init__.py(1) - Service found, updating information 2022-10-14 04:07:36,640 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-10-14 04:07:36,641 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-10-14 04:07:36,641 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-10-14 04:07:36,642 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:36,698 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-10-14 04:07:36,700 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-10-14 04:07:36,703 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","lifecycleState":"CERTIFIED","lastUpdateDate":1665720449801,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:07:36,706 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2022-10-14 04:07:36,707 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_network] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:07:36,707 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_network] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/distribution 2022-10-14 04:07:36,707 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_network] data sent: None 2022-10-14 04:07:36,709 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:36,805 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/distribution HTTP/1.1" 200 205 2022-10-14 04:07:36,806 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_network] response code: 200 2022-10-14 04:07:36,806 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_network] response: {"distributionStatusOfServiceList":[{"distributionID":"eba07ac5-3909-41a0-b80b-7f4a8e790d96","timestamp":"2022-10-14 04:07:29.262 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]} 2022-10-14 04:07:36,809 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_network] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:07:36,809 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_network] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/eba07ac5-3909-41a0-b80b-7f4a8e790d96 2022-10-14 04:07:36,809 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_network] data sent: None 2022-10-14 04:07:36,811 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:07:36,851 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/eba07ac5-3909-41a0-b80b-7f4a8e790d96 HTTP/1.1" 200 29 2022-10-14 04:07:36,852 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_network] response code: 200 2022-10-14 04:07:36,853 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_network] response: {"distributionStatusList":[]} 2022-10-14 04:07:36,854 DEBUG 643:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2022-10-14 04:07:36,854 INFO 216:service_ala_carte.py(1) - Service Distribution for basic_network ongoing, Wait for 60 s 2022-10-14 04:08:36,914 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_network] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:08:36,914 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_network] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/eba07ac5-3909-41a0-b80b-7f4a8e790d96 2022-10-14 04:08:36,914 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_network] data sent: None 2022-10-14 04:08:36,916 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:08:36,990 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/eba07ac5-3909-41a0-b80b-7f4a8e790d96 HTTP/1.1" 200 6086 2022-10-14 04:08:36,991 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_network] response code: 200 2022-10-14 04:08:36,992 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_network] response: {"distributionStatusList":[{"omfComponentID":"cds","timestamp":"1665720452647","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1665720447951","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1665720449920","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1665720449052","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1665720477399","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1665720453096","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1665720451789","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1665720472580","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1665720465454","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1665720472580","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1665720453656","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1665720459096","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1665720449920","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1665720469994","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1665720453864","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1665720452090","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1665720456810","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1665720470998","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1665720475376","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1665720440106","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1665720447951","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1665720446269","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1665720451086","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1665720449052","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1665720440106","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1665720446269","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1665720465454","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1665720455805","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1665720457667","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1665720468235","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1665720453864","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1665720460099","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"}]} 2022-10-14 04:08:36,994 DEBUG 643:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'cds', 'timestamp': '1665720452647', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1665720447951', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1665720449920', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1665720449052', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1665720477399', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1665720453096', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1665720451789', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1665720472580', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1665720465454', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1665720472580', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1665720453656', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1665720459096', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1665720449920', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1665720469994', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1665720453864', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1665720452090', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1665720456810', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1665720470998', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1665720475376', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1665720440106', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1665720447951', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1665720446269', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1665720451086', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1665720449052', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1665720440106', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1665720446269', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1665720465454', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1665720455805', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1665720457667', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1665720468235', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1665720453864', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1665720460099', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}] 2022-10-14 04:08:36,994 INFO 656:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2022-10-14 04:08:36,995 INFO 656:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2022-10-14 04:08:36,995 INFO 656:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2022-10-14 04:08:36,995 INFO 212:service_ala_carte.py(1) - Service Distribution for basic_network is sucessfully finished 2022-10-14 04:08:37,004 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b7319ff9-e92d-4091-8504-445705330f9b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:08:37,004 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances 2022-10-14 04:08:37,005 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "013cc00b-00e9-4b49-aa86-4608a29efe30", "modelVersionId": "b8e228ee-d033-4e6e-9b26-48de0b91cf47", "modelName": "basic_network", "modelVersion": "1.0" }, "cloudConfiguration": { "tenantId": "63dbbea19bca4184840a305d337a9751", "cloudOwner": "basicnw-cloud-owner", "lcpCloudRegionId": "RegionOne" }, "requestParameters": { "userParams": [ ], "testApi": "GR_API", "subscriptionServiceType": "basic_network", "aLaCarte": true }, "subscriberInfo": { "globalSubscriberId": "basicnw-customer" }, "project": { "projectName": "basicnw-project" }, "owningEntity": { "owningEntityId": "cc0a8e65-7800-40ab-a295-1fda62a67bad", "owningEntityName": "basicnw-oe" } } } 2022-10-14 04:08:37,007 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:04,536 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances HTTP/1.1" 202 262 2022-10-14 04:09:04,537 INFO 142:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] response code: 202 2022-10-14 04:09:04,538 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] response: {"requestReferences":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","instanceId":"4f385608-c33c-4272-b040-ec8505f52230","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b"}} 2022-10-14 04:09:04,538 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished 2022-10-14 04:09:04,550 DEBUG 129:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '046a0150-e502-4689-8dd6-d11099dc5557', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:04,550 DEBUG 131:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:04,550 DEBUG 132:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:04,554 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:05,024 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1303 2022-10-14 04:09:05,025 INFO 142:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:05,026 DEBUG 146:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 14 Oct 2022 04:09:00 GMT"}}} 2022-10-14 04:09:15,037 DEBUG 129:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'eee338da-ab3f-492f-bafc-c57b4a10c286', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:15,038 DEBUG 131:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:15,038 DEBUG 132:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:15,039 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:15,237 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1362 2022-10-14 04:09:15,238 INFO 142:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:15,238 DEBUG 146:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 14 Oct 2022 04:09:04 GMT"}}} 2022-10-14 04:09:25,245 DEBUG 129:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cd078bed-83fb-48aa-bb85-aebacb303e95', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:25,246 DEBUG 131:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:25,246 DEBUG 132:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:25,248 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:25,460 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1362 2022-10-14 04:09:25,461 INFO 142:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:25,462 DEBUG 146:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 14 Oct 2022 04:09:04 GMT"}}} 2022-10-14 04:09:35,470 DEBUG 129:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b5226ea4-29d1-49f6-a62b-8671f130b1c8', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:35,470 DEBUG 131:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:35,470 DEBUG 132:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:35,472 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:35,706 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1362 2022-10-14 04:09:35,707 INFO 142:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:35,707 DEBUG 146:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 14 Oct 2022 04:09:04 GMT"}}} 2022-10-14 04:09:45,719 DEBUG 129:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '631e9b85-fc70-4561-b021-c3c7815363a6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:45,720 DEBUG 131:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:45,720 DEBUG 132:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:45,724 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:45,919 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1572 2022-10-14 04:09:45,921 INFO 142:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:45,922 DEBUG 146:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","finishTime":"Fri, 14 Oct 2022 04:09:37 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:09:37 GMT"}}} 2022-10-14 04:09:45,922 INFO 56:mixins.py(8) - ServiceInstantiation task finished 2022-10-14 04:09:45,923 DEBUG 129:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '63f5d2b2-5bc5-4c14-8482-63338c2f2834', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:45,923 DEBUG 131:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:45,923 DEBUG 132:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:45,925 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:46,114 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1572 2022-10-14 04:09:46,116 INFO 142:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:46,116 DEBUG 146:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","finishTime":"Fri, 14 Oct 2022 04:09:37 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:09:37 GMT"}}} 2022-10-14 04:09:46,117 DEBUG 129:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '58c1b165-4919-4a24-b1cc-c9d471ec941a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:46,117 DEBUG 131:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:46,117 DEBUG 132:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:46,119 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:46,305 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1572 2022-10-14 04:09:46,306 INFO 142:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:46,307 DEBUG 146:onap_service.py(8) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","finishTime":"Fri, 14 Oct 2022 04:09:37 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:09:37 GMT"}}} 2022-10-14 04:09:46,313 DEBUG 129:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '4f22026f-bb9e-463f-8681-d5aff5e31118', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:46,313 DEBUG 131:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:46,314 DEBUG 132:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:46,317 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:46,506 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1572 2022-10-14 04:09:46,507 INFO 142:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:46,508 DEBUG 146:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","finishTime":"Fri, 14 Oct 2022 04:09:37 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:09:37 GMT"}}} 2022-10-14 04:09:46,509 DEBUG 129:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'fc82c124-8d30-4927-8e1f-2efff8938862', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:46,509 DEBUG 131:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b 2022-10-14 04:09:46,509 DEBUG 132:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] data sent: None 2022-10-14 04:09:46,511 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:46,700 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/b7319ff9-e92d-4091-8504-445705330f9b HTTP/1.1" 200 1572 2022-10-14 04:09:46,701 INFO 142:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response code: 200 2022-10-14 04:09:46,702 DEBUG 146:onap_service.py(1) - [None][Check b7319ff9-e92d-4091-8504-445705330f9b orchestration request status] response: {"request":{"requestId":"b7319ff9-e92d-4091-8504-445705330f9b","startTime":"Fri, 14 Oct 2022 04:08:38 GMT","finishTime":"Fri, 14 Oct 2022 04:09:37 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"cc0a8e65-7800-40ab-a295-1fda62a67bad","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:09:37 GMT"}}} 2022-10-14 04:09:46,702 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:46,703 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2022-10-14 04:09:46,703 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2022-10-14 04:09:46,705 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:46,775 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 764 2022-10-14 04:09:46,776 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2022-10-14 04:09:46,777 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1665720455678","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]}}]} 2022-10-14 04:09:46,780 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:46,781 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 2022-10-14 04:09:46,782 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] data sent: None 2022-10-14 04:09:46,788 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:46,873 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 HTTP/1.1" 200 1195 2022-10-14 04:09:46,874 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] response code: 200 2022-10-14 04:09:46,874 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] response: {"service-instance":[{"service-instance-id":"4f385608-c33c-4272-b040-ec8505f52230","service-instance-name":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"013cc00b-00e9-4b49-aa86-4608a29efe30","model-version-id":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","resource-version":"1665720577258","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/4f385608-c33c-4272-b040-ec8505f52230/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/cc0a8e65-7800-40ab-a295-1fda62a67bad","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"cc0a8e65-7800-40ab-a295-1fda62a67bad"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnw-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnw-project"}]}]}}]} 2022-10-14 04:09:46,876 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:09:46,876 INFO 200:base.py(1) - STOP [SO] YamlTemplateServiceAlaCarteInstantiateStep: Instantiate service described in YAML using SO a'la carte method. 2022-10-14 04:09:46,877 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:09:46,877 INFO 227:base.py(1) - ***************************************************** 2022-10-14 04:09:46,877 INFO 228:base.py(1) - CONTINUE [SO] YamlTemplateVlAlaCarteInstantiateStep: Instantiate network link described in YAML using SO a'la carte method. 2022-10-14 04:09:46,877 INFO 229:base.py(1) - ***************************************************** 2022-10-14 04:09:46,878 DEBUG 129:onap_service.py(1) - [AAI][Get basicnw-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:46,878 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer 2022-10-14 04:09:46,878 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2022-10-14 04:09:46,880 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:46,922 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2022-10-14 04:09:46,923 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2022-10-14 04:09:46,923 DEBUG 146:onap_service.py(1) - [AAI][Get basicnw-customer customer] response: {"global-customer-id":"basicnw-customer","subscriber-name":"basicnw-customer","subscriber-type":"INFRA","resource-version":"1665720454212"} 2022-10-14 04:09:46,925 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:46,925 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2022-10-14 04:09:46,925 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2022-10-14 04:09:46,927 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:46,989 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 764 2022-10-14 04:09:46,990 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2022-10-14 04:09:46,990 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1665720455678","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]}}]} 2022-10-14 04:09:46,992 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:46,992 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 2022-10-14 04:09:46,992 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] data sent: None 2022-10-14 04:09:46,994 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:47,052 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 HTTP/1.1" 200 1195 2022-10-14 04:09:47,053 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] response code: 200 2022-10-14 04:09:47,053 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7 service-instance-name] response: {"service-instance":[{"service-instance-id":"4f385608-c33c-4272-b040-ec8505f52230","service-instance-name":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"013cc00b-00e9-4b49-aa86-4608a29efe30","model-version-id":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","resource-version":"1665720577258","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/4f385608-c33c-4272-b040-ec8505f52230/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/cc0a8e65-7800-40ab-a295-1fda62a67bad","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"cc0a8e65-7800-40ab-a295-1fda62a67bad"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnw-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnw-project"}]}]}}]} 2022-10-14 04:09:47,055 DEBUG 187:__init__.py(1) - check if Service basic_network exists in SDC 2022-10-14 04:09:47,055 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:09:47,055 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-10-14 04:09:47,055 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:09:47,055 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:09:47,061 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:09:47,132 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2022-10-14 04:09:47,134 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:09:47,134 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","invariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b6e9cc31-87da-4ad6-8261-fce8f7f33b96/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","invariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/551d0fd7-24ae-470f-a0d3-dbddfa6b9754/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:09:47,136 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-10-14 04:09:47,136 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:47,136 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:47,136 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:47,137 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2022-10-14 04:09:47,137 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:47,137 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:47,137 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:47,137 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:09:47,137 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:47,137 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:47,137 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:47,138 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-10-14 04:09:47,138 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:47,138 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:47,138 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:47,138 DEBUG 175:__init__.py(1) - number of Service returned: 4 2022-10-14 04:09:47,138 DEBUG 191:__init__.py(1) - filtering objects of all versions to be basic_network 2022-10-14 04:09:47,139 INFO 220:__init__.py(1) - Service found, updating information 2022-10-14 04:09:47,139 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-10-14 04:09:47,139 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-10-14 04:09:47,139 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-10-14 04:09:47,145 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:09:47,346 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-10-14 04:09:47,349 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-10-14 04:09:47,352 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"36d224e0-e2ad-48bd-b8bb-44d82a2a638b","lifecycleState":"CERTIFIED","lastUpdateDate":1665720493825,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"3b9baecf-da25-4098-8c0c-34176a01b858","invariantUUID":"2bb55995-75be-40b8-b302-9fcc86bea9d9","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2e249e9c-4e9e-4152-b124-eb5872665b30","lifecycleState":"CERTIFIED","lastUpdateDate":1665720481709,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c0246fba-e58e-495e-9743-2832d7336539","invariantUUID":"cc049798-74fa-4eda-8d43-ea94fb2e1600","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","lifecycleState":"CERTIFIED","lastUpdateDate":1665720449801,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"948df17a-f8fc-41b4-90e4-aa63ec0437e3","lifecycleState":"CERTIFIED","lastUpdateDate":1665720516913,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","invariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"abb8259d-5709-404e-ba21-0ad70a789081","lifecycleState":"CERTIFIED","lastUpdateDate":1665720528461,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","invariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:09:47,356 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2022-10-14 04:09:47,356 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-10-14 04:09:47,356 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-10-14 04:09:47,356 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-10-14 04:09:47,358 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:09:47,411 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-10-14 04:09:47,414 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-10-14 04:09:47,416 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"36d224e0-e2ad-48bd-b8bb-44d82a2a638b","lifecycleState":"CERTIFIED","lastUpdateDate":1665720493825,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"3b9baecf-da25-4098-8c0c-34176a01b858","invariantUUID":"2bb55995-75be-40b8-b302-9fcc86bea9d9","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2e249e9c-4e9e-4152-b124-eb5872665b30","lifecycleState":"CERTIFIED","lastUpdateDate":1665720481709,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c0246fba-e58e-495e-9743-2832d7336539","invariantUUID":"cc049798-74fa-4eda-8d43-ea94fb2e1600","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","lifecycleState":"CERTIFIED","lastUpdateDate":1665720449801,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"948df17a-f8fc-41b4-90e4-aa63ec0437e3","lifecycleState":"CERTIFIED","lastUpdateDate":1665720516913,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","invariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"abb8259d-5709-404e-ba21-0ad70a789081","lifecycleState":"CERTIFIED","lastUpdateDate":1665720528461,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","invariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:09:47,419 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2022-10-14 04:09:47,419 DEBUG 129:onap_service.py(1) - [SDC][Get basic_network resource inputs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:09:47,419 DEBUG 131:onap_service.py(1) - [SDC][Get basic_network resource inputs] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767/filteredDataByParams?include=componentInstances 2022-10-14 04:09:47,419 DEBUG 132:onap_service.py(1) - [SDC][Get basic_network resource inputs] data sent: None 2022-10-14 04:09:47,421 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:09:47,652 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767/filteredDataByParams?include=componentInstances HTTP/1.1" 200 None 2022-10-14 04:09:47,654 INFO 142:onap_service.py(1) - [SDC][Get basic_network resource inputs] response code: 200 2022-10-14 04:09:47,654 DEBUG 146:onap_service.py(1) - [SDC][Get basic_network resource inputs] response: {"componentType":null,"additionalInformation":null,"artifacts":null,"deploymentArtifacts":null,"toscaArtifacts":null,"categories":null,"creatorUserId":null,"creatorFullName":null,"lastUpdaterUserId":null,"lastUpdaterFullName":null,"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"externalName":null,"properties":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.Node","ownerType":null,"description":null,"source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"capability.8728397e-e705-4cb8-8bc5-afec824c8849.feature","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.feature","version":null,"empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"externalName":null,"properties":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","ownerType":null,"description":null,"source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"capability.d455def2-19eb-460e-b14d-f355f9fdfaa0.virtual_linkable","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"virtual_linkable","capabilitySources":["org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.virtual_linkable","version":null,"empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"externalName":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"node":"tosca.nodes.Root","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849.dependency","capability":"tosca.capabilities.Node","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","previousName":"dependency","relationship":"tosca.relationships.DependsOn","name":"genericneutronnet0.dependency","type":null,"version":null,"empty":false}]},"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_role","type":"string","required":false,"defaultValue":null,"description":"Unique label that defines the role that this network performs. example: vce oam network, vnat sr-iov1 network\n","schema":null,"password":false,"name":"network_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_assignments","type":"org.openecomp.datatypes.network.NetworkAssignments","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_assignments","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b.exVL_naming","type":"org.openecomp.datatypes.Naming","required":true,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"exVL_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_flows","type":"org.openecomp.datatypes.network.NetworkFlows","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_flows","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_scope","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_scope","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_ecomp_naming","type":"org.openecomp.datatypes.EcompNaming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_ecomp_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":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":"d455def2-19eb-460e-b14d-f355f9fdfaa0.provider_network","type":"org.openecomp.datatypes.network.ProviderNetwork","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"provider_network","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_type","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network types.","schema":null,"password":false,"name":"network_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_technology","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network technology","schema":null,"password":false,"name":"network_technology","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_homing","type":"org.openecomp.datatypes.EcompHoming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_homing","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false}],"attributes":null,"nodeFilter":null,"inputs":null,"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"Generic NeutronNet 0","SupportablityComponentVersion":null},"actualComponentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","createdFromCsar":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","normalizedName":"genericneutronnet0","name":"Generic NeutronNet 0","creationTime":1665720431860,"icon":"network","description":null,"originType":"VL","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"genericneutronnet0","createdFrom":null,"componentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","maxOccurrences":null,"minOccurrences":null,"componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vl.GenericNeutronNet","modificationTime":1665720431860,"customizationUUID":"361c2396-6649-48e9-8061-87f82b241f7b","instanceCount":null,"posX":"200","posY":"100","componentName":"Generic NeutronNet","originArchived":false,"propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"type":null,"version":null,"ownerId":null,"empty":false}],"componentInstancesRelations":null,"componentInstancesInputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":null,"policies":null,"requirements":null,"inputs":null,"outputs":null,"groups":null,"interfaces":null,"nodeFilter":null,"substitutionFilters":null,"nodeFilterforNode":null,"properties":null,"attributes":null,"componentInstancesInterfaces":null,"derivedFromGenericType":null,"derivedFromGenericVersion":null,"model":null,"serviceApiArtifacts":null,"forwardingPaths":null,"metadata":null} 2022-10-14 04:09:47,657 DEBUG 129:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:09:47,657 DEBUG 131:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources/d455def2-19eb-460e-b14d-f355f9fdfaa0/filteredDataByParams?include=metadata 2022-10-14 04:09:47,657 DEBUG 132:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] data sent: None 2022-10-14 04:09:47,659 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:09:47,735 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/resources/d455def2-19eb-460e-b14d-f355f9fdfaa0/filteredDataByParams?include=metadata HTTP/1.1" 200 2535 2022-10-14 04:09:47,736 INFO 142:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] response code: 200 2022-10-14 04:09:47,736 DEBUG 146:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] response: {"componentType":null,"additionalInformation":null,"artifacts":null,"deploymentArtifacts":null,"toscaArtifacts":null,"categories":null,"creatorUserId":null,"creatorFullName":null,"lastUpdaterUserId":null,"lastUpdaterFullName":null,"componentInstances":null,"componentInstancesRelations":null,"componentInstancesInputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":null,"policies":null,"requirements":null,"inputs":null,"outputs":null,"groups":null,"interfaces":null,"nodeFilter":null,"substitutionFilters":null,"nodeFilterforNode":null,"properties":null,"attributes":null,"componentInstancesInterfaces":null,"derivedFromGenericType":null,"derivedFromGenericVersion":null,"model":null,"metadata":{"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0","name":"Generic NeutronNet","version":"1.0","isHighestVersion":true,"creationDate":1665716909943,"lastUpdateDate":1665716909943,"description":"Generic NeutronNet","lifecycleState":"CERTIFIED","tags":["Generic NeutronNet"],"icon":"network","normalizedName":"genericneutronnet","systemName":"GenericNeutronnet","contactId":"jh0003","allVersions":{"1.0":"d455def2-19eb-460e-b14d-f355f9fdfaa0"},"isDeleted":null,"projectCode":null,"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","componentType":"RESOURCE","categories":[{"name":"Generic","displayName":null,"normalizedName":"generic","models":null,"uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false}],"creatorUserId":"jh0003","creatorFullName":"Jimmy Hendrix","lastUpdaterUserId":"jh0003","lastUpdaterFullName":"Jimmy Hendrix","isArchived":false,"archiveTime":0,"isVspArchived":false,"model":null,"vendorName":"ONAP (Tosca)","vendorRelease":"1.0.0.wd03","resourceVendorModelNumber":"","resourceType":"VL","isAbstract":null,"cost":null,"licenseType":null,"toscaResourceName":"org.openecomp.resource.vl.GenericNeutronNet","derivedFrom":["org.openecomp.resource.vl.extVL"],"categorySpecificMetadata":null,"csarVersionId":null,"uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9"},"derivedFrom":null,"derivedList":null,"defaultCapabilities":null} 2022-10-14 04:09:47,738 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Generic NeutronNet from SDC 2022-10-14 04:09:47,738 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:47,738 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:47,738 DEBUG 59:sdc_resource.py(1) - SDC resource Generic NeutronNet status: Certified 2022-10-14 04:09:47,751 DEBUG 129:onap_service.py(1) - [None][Upload Network preload using GENERIC-RESOURCE-API] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'authorization': 'Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==', 'x-transactionid': '7d5f81da-ff26-4af8-8811-033d2bb2ffff', 'x-fromappid': 'API client'} 2022-10-14 04:09:47,751 DEBUG 131:onap_service.py(1) - [None][Upload Network preload using GENERIC-RESOURCE-API] url used: https://sdnc.api.simpledemo.onap.org:30267/restconf/operations/GENERIC-RESOURCE-API:preload-network-topology-operation 2022-10-14 04:09:47,751 DEBUG 132:onap_service.py(1) - [None][Upload Network preload using GENERIC-RESOURCE-API] data sent: { "input": { "preload-network-topology-information": { "network-policy": [], "route-table-reference": [], "vpn-bindings": [], "network-topology-identifier-structure": { "network-role": "integration_test_net", "network-technology": "neutron", "network-name": "basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0", "network-type": "Generic NeutronNet" }, "is-external-network": false, "is-shared-network": false, "is-provider-network": false, "physical-network-name": "Not Aplicable", "subnets": [ { "subnet-name": "net_internal-subnet", "start-address": "10.200.0.0", "cidr-mask": "24", "ip-version": "4", "dhcp-enabled": "N", "gateway-address": "10.200.0.1" } ] }, "sdnc-request-header": { "svc-request-id": "test", "svc-notification-url": "http:\/\/onap.org:8080\/adapters\/rest\/SDNCNotify", "svc-action": "reserve" } } } 2022-10-14 04:09:47,753 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267 2022-10-14 04:09:48,555 DEBUG 433:connectionpool.py(1) - https://sdnc.api.simpledemo.onap.org:30267 "POST /restconf/operations/GENERIC-RESOURCE-API:preload-network-topology-operation HTTP/1.1" 200 113 2022-10-14 04:09:48,556 INFO 142:onap_service.py(1) - [None][Upload Network preload using GENERIC-RESOURCE-API] response code: 200 2022-10-14 04:09:48,557 DEBUG 146:onap_service.py(1) - [None][Upload Network preload using GENERIC-RESOURCE-API] response: {"output":{"svc-request-id":"test","response-message":"success","ack-final-indicator":"Y","response-code":"200"}} 2022-10-14 04:09:48,560 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:09:48,561 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-10-14 04:09:48,562 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:09:48,562 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:09:48,564 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:09:48,612 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2022-10-14 04:09:48,613 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:09:48,613 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","invariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b6e9cc31-87da-4ad6-8261-fce8f7f33b96/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","invariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/551d0fd7-24ae-470f-a0d3-dbddfa6b9754/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:09:48,615 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-10-14 04:09:48,615 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:48,615 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:48,615 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:48,615 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2022-10-14 04:09:48,615 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:48,615 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:48,616 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:48,616 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:09:48,616 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:48,616 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:48,616 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:48,616 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-10-14 04:09:48,616 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:09:48,616 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:09:48,616 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:09:48,616 DEBUG 175:__init__.py(1) - number of Service returned: 4 2022-10-14 04:09:48,623 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:48,623 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2022-10-14 04:09:48,623 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2022-10-14 04:09:48,625 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:48,700 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 649 2022-10-14 04:09:48,701 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2022-10-14 04:09:48,702 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]} 2022-10-14 04:09:48,704 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:48,704 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:09:48,704 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:09:48,706 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:48,809 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2022-10-14 04:09:48,810 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:09:48,810 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720454031","orchestration-disabled":false,"in-maint":false,"relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2022-10-14 04:09:48,813 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:48,813 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2022-10-14 04:09:48,813 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2022-10-14 04:09:48,815 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:48,894 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 649 2022-10-14 04:09:48,895 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2022-10-14 04:09:48,896 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]} 2022-10-14 04:09:48,898 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:48,899 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:09:48,899 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:09:48,900 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:48,997 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2022-10-14 04:09:48,998 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:09:48,998 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720454031","orchestration-disabled":false,"in-maint":false,"relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2022-10-14 04:09:49,001 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:09:49,002 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 2022-10-14 04:09:49,002 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2022-10-14 04:09:49,005 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:09:49,082 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 HTTP/1.1" 200 615 2022-10-14 04:09:49,083 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2022-10-14 04:09:49,083 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"63dbbea19bca4184840a305d337a9751","tenant-name":"onap-daily-jakarta","tenant-context":"None","resource-version":"1665720455678","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}} 2022-10-14 04:09:49,113 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '4644e094-e0cc-4774-93b8-cd9d92e37519', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:49,113 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/4f385608-c33c-4272-b040-ec8505f52230/networks 2022-10-14 04:09:49,113 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "013cc00b-00e9-4b49-aa86-4608a29efe30" }, "modelInfo": { "modelType": "network", "modelInvariantId": "2e8f08df-b3e6-439d-b8a5-5be95ea39dfc", "modelVersionId": "b6f094f2-f1aa-4a83-a702-900cb2bc62c9", "modelName": "Generic NeutronNet", "modelVersion": "1.0", "modelCustomizationId": "361c2396-6649-48e9-8061-87f82b241f7b", "modelCustomizationName": "Generic NeutronNet 0" }, "requestParameters": { "userParams": [ ], "aLaCarte": true, "testApi": "GR_API" }, "cloudConfiguration": { "tenantId": "63dbbea19bca4184840a305d337a9751", "cloudOwner": "basicnw-cloud-owner", "lcpCloudRegionId": "RegionOne" }, "lineOfBusiness": { "lineOfBusinessName": "basicnw-lob" }, "platform": { "platformName": "basicnw-platform" }, "relatedInstanceList": [{ "relatedInstance": { "instanceId": "4f385608-c33c-4272-b040-ec8505f52230", "modelInfo": { "modelType": "service", "modelName": "basic_network", "modelInvariantId": "013cc00b-00e9-4b49-aa86-4608a29efe30", "modelVersion": "1.0", "modelVersionId": "b8e228ee-d033-4e6e-9b26-48de0b91cf47" } } }] } } 2022-10-14 04:09:49,115 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:50,916 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/4f385608-c33c-4272-b040-ec8505f52230/networks HTTP/1.1" 202 262 2022-10-14 04:09:50,917 INFO 142:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] response code: 202 2022-10-14 04:09:50,918 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] response: {"requestReferences":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","instanceId":"0f508b08-37bc-4536-becf-920087ca6f21","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519"}} 2022-10-14 04:09:50,918 DEBUG 79:mixins.py(1) - Wait until NetworkInstantiation task is not finished 2022-10-14 04:09:50,926 DEBUG 129:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a8ee0e0f-25e4-46a9-aee6-5b639dbce32d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:09:50,927 DEBUG 131:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:09:50,927 DEBUG 132:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:09:50,931 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:09:51,128 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 1971 2022-10-14 04:09:51,130 INFO 142:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:09:51,131 DEBUG 146:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 14 Oct 2022 04:09:50 GMT"}}} 2022-10-14 04:10:01,142 DEBUG 129:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '28b2c0c9-df83-43c9-b884-6619f4fef412', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:01,142 DEBUG 131:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:01,142 DEBUG 132:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:01,144 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:01,842 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 2212 2022-10-14 04:10:01,843 INFO 142:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:01,843 DEBUG 146:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2). TASK INFORMATION: Task name is null.","percentProgress":36,"timestamp":"Fri, 14 Oct 2022 04:09:57 GMT"}}} 2022-10-14 04:10:11,854 DEBUG 129:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b9a5b7b4-bade-4ae4-b9ef-d34fbf12bbc0', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:11,855 DEBUG 131:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:11,855 DEBUG 132:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:11,857 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:12,356 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 3827 2022-10-14 04:10:12,357 INFO 142:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:12,358 DEBUG 146:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2). TASK INFORMATION: Last task executed: Success? RESOURCE STATUS: The new network was successfully created in the cloud","percentProgress":36,"timestamp":"Fri, 14 Oct 2022 04:10:09 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"0b84441f-d7bb-432e-952c-3eb2ac851826\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":null,\"creation_time\":1665720608000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:10:22,366 DEBUG 129:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '85bd3e55-db22-464e-a6f2-8011487ddb14', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:22,366 DEBUG 131:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:22,366 DEBUG 132:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:22,368 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:22,959 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 3827 2022-10-14 04:10:22,960 INFO 142:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:22,961 DEBUG 146:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2). TASK INFORMATION: Last task executed: Success? RESOURCE STATUS: The new network was successfully created in the cloud","percentProgress":36,"timestamp":"Fri, 14 Oct 2022 04:10:09 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"0b84441f-d7bb-432e-952c-3eb2ac851826\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":null,\"creation_time\":1665720608000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:10:32,964 DEBUG 129:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e09c9a49-32e3-4553-9cd8-dcdc282a49f4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:32,965 DEBUG 131:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:32,965 DEBUG 132:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:32,966 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:33,145 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 3834 2022-10-14 04:10:33,146 INFO 142:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:33,147 DEBUG 146:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","finishTime":"Fri, 14 Oct 2022 04:10:31 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Network-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RESOURCE STATUS: The new network was successfully created in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:10:31 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"e5225ee5-91b5-4baf-8b90-8c24d571423b\",\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"0b84441f-d7bb-432e-952c-3eb2ac851826\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":null,\"creation_time\":1665720608000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:10:33,147 INFO 56:mixins.py(9) - NetworkInstantiation task finished 2022-10-14 04:10:33,148 DEBUG 129:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3e706e38-5e50-4fee-b678-863b8627cce6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:33,148 DEBUG 131:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:33,148 DEBUG 132:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:33,150 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:33,319 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 3834 2022-10-14 04:10:33,321 INFO 142:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:33,321 DEBUG 146:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","finishTime":"Fri, 14 Oct 2022 04:10:31 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Network-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RESOURCE STATUS: The new network was successfully created in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:10:31 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"e5225ee5-91b5-4baf-8b90-8c24d571423b\",\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"0b84441f-d7bb-432e-952c-3eb2ac851826\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":null,\"creation_time\":1665720608000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:10:33,322 DEBUG 129:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '936bf8af-9c33-40ed-abb9-2b3c413b17b0', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:33,323 DEBUG 131:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:33,323 DEBUG 132:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:33,325 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:33,503 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 3834 2022-10-14 04:10:33,504 INFO 142:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:33,505 DEBUG 146:onap_service.py(9) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","finishTime":"Fri, 14 Oct 2022 04:10:31 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Network-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RESOURCE STATUS: The new network was successfully created in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:10:31 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"e5225ee5-91b5-4baf-8b90-8c24d571423b\",\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"0b84441f-d7bb-432e-952c-3eb2ac851826\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":null,\"creation_time\":1665720608000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:10:33,509 DEBUG 129:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7fa782df-446d-4ba9-b52c-437c0fa1b112', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:33,510 DEBUG 131:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:33,510 DEBUG 132:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:33,512 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:33,700 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 3834 2022-10-14 04:10:33,702 INFO 142:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:33,703 DEBUG 146:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","finishTime":"Fri, 14 Oct 2022 04:10:31 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Network-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RESOURCE STATUS: The new network was successfully created in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:10:31 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"e5225ee5-91b5-4baf-8b90-8c24d571423b\",\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"0b84441f-d7bb-432e-952c-3eb2ac851826\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":null,\"creation_time\":1665720608000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:10:33,704 DEBUG 129:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '76e158bf-86b1-4630-9880-587b8797e403', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:33,705 DEBUG 131:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 2022-10-14 04:10:33,705 DEBUG 132:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] data sent: None 2022-10-14 04:10:33,708 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:33,877 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4644e094-e0cc-4774-93b8-cd9d92e37519 HTTP/1.1" 200 3834 2022-10-14 04:10:33,879 INFO 142:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response code: 200 2022-10-14 04:10:33,879 DEBUG 146:onap_service.py(1) - [None][Check 4644e094-e0cc-4774-93b8-cd9d92e37519 orchestration request status] response: {"request":{"requestId":"4644e094-e0cc-4774-93b8-cd9d92e37519","startTime":"Fri, 14 Oct 2022 04:09:49 GMT","finishTime":"Fri, 14 Oct 2022 04:10:31 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"361c2396-6649-48e9-8061-87f82b241f7b","modelVersionId":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelCustomizationId":"361c2396-6649-48e9-8061-87f82b241f7b","modelUuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","modelInvariantUuid":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"013cc00b-00e9-4b49-aa86-4608a29efe30","source":"VID","instanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"4f385608-c33c-4272-b040-ec8505f52230","modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"}}}],"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Network-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RESOURCE STATUS: The new network was successfully created in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:10:31 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"e5225ee5-91b5-4baf-8b90-8c24d571423b\",\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"0b84441f-d7bb-432e-952c-3eb2ac851826\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":null,\"creation_time\":1665720608000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:10:33,880 INFO 199:base.py(1) - ***************************************************** 2022-10-14 04:10:33,880 INFO 200:base.py(1) - STOP [SO] YamlTemplateVlAlaCarteInstantiateStep: Instantiate network link described in YAML using SO a'la carte method. 2022-10-14 04:10:33,880 INFO 201:base.py(1) - ***************************************************** 2022-10-14 04:10:33,880 INFO 37:basic_network.py(1) - Service basic_network successfully created 2022-10-14 04:10:33,880 INFO 40:basic_network.py(1) - Service basic_network cleanup called 2022-10-14 04:10:43,889 INFO 171:base.py(1) - ***************************************************** 2022-10-14 04:10:43,889 INFO 172:base.py(1) - START [SO] YamlTemplateVlAlaCarteInstantiateStep cleanup: Instantiate network link described in YAML using SO a'la carte method. 2022-10-14 04:10:43,890 INFO 173:base.py(1) - ***************************************************** 2022-10-14 04:10:43,890 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:43,890 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/4f385608-c33c-4272-b040-ec8505f52230/relationship-list 2022-10-14 04:10:43,890 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2022-10-14 04:10:43,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:43,949 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/4f385608-c33c-4272-b040-ec8505f52230/relationship-list HTTP/1.1" 200 1071 2022-10-14 04:10:43,949 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2022-10-14 04:10:43,950 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v26/business/owning-entities/owning-entity/cc0a8e65-7800-40ab-a295-1fda62a67bad","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"cc0a8e65-7800-40ab-a295-1fda62a67bad"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v26/network/l3-networks/l3-network/0f508b08-37bc-4536-becf-920087ca6f21","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"0f508b08-37bc-4536-becf-920087ca6f21"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/business/projects/project/basicnw-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnw-project"}]}]} 2022-10-14 04:10:43,951 DEBUG 129:onap_service.py(1) - [AAI][Get 4f385608-c33c-4272-b040-ec8505f52230 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:43,952 DEBUG 131:onap_service.py(1) - [AAI][Get 4f385608-c33c-4272-b040-ec8505f52230 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v26/network/l3-networks/l3-network/0f508b08-37bc-4536-becf-920087ca6f21 2022-10-14 04:10:43,952 DEBUG 132:onap_service.py(1) - [AAI][Get 4f385608-c33c-4272-b040-ec8505f52230 ABCMeta] data sent: None 2022-10-14 04:10:43,953 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,073 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v26/network/l3-networks/l3-network/0f508b08-37bc-4536-becf-920087ca6f21 HTTP/1.1" 200 3213 2022-10-14 04:10:44,074 INFO 142:onap_service.py(1) - [AAI][Get 4f385608-c33c-4272-b040-ec8505f52230 ABCMeta] response code: 200 2022-10-14 04:10:44,074 DEBUG 146:onap_service.py(1) - [AAI][Get 4f385608-c33c-4272-b040-ec8505f52230 ABCMeta] response: {"network-id":"0f508b08-37bc-4536-becf-920087ca6f21","network-name":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0","network-type":"NEUTRON","network-technology":"NEUTRON","neutron-network-id":"0b84441f-d7bb-432e-952c-3eb2ac851826","is-bound-to-vpn":false,"resource-version":"1665720630930","orchestration-status":"Active","heat-stack-id":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e","model-invariant-id":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","model-version-id":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","model-customization-id":"361c2396-6649-48e9-8061-87f82b241f7b","is-provider-network":false,"is-shared-network":false,"is-external-network":false,"relationship-list":{"relationship":[{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v26/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/4f385608-c33c-4272-b040-ec8505f52230","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"4f385608-c33c-4272-b040-ec8505f52230"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"}]},{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/business/lines-of-business/line-of-business/basicnw-lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnw-lob"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/business/platforms/platform/basicnw-platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnw-platform"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"N/A"}]}]}} 2022-10-14 04:10:44,077 INFO 162:vl_ala_carte.py(1) - Start network deletion AAI 2022-10-14 04:10:44,077 DEBUG 199:network.py(1) - Delete 0f508b08-37bc-4536-becf-920087ca6f21 network 2022-10-14 04:10:44,077 DEBUG 144:deletion.py(1) - Network 0f508b08-37bc-4536-becf-920087ca6f21 deletion request 2022-10-14 04:10:44,085 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:44,085 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2022-10-14 04:10:44,085 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2022-10-14 04:10:44,087 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,145 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 649 2022-10-14 04:10:44,146 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2022-10-14 04:10:44,146 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]} 2022-10-14 04:10:44,148 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:44,148 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:10:44,148 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:10:44,150 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,256 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 1139 2022-10-14 04:10:44,257 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:10:44,257 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720593126","orchestration-disabled":false,"in-maint":false,"relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/network/l3-networks/l3-network/0f508b08-37bc-4536-becf-920087ca6f21","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"0f508b08-37bc-4536-becf-920087ca6f21"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"}]}]}}]} 2022-10-14 04:10:44,259 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:44,259 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2022-10-14 04:10:44,259 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2022-10-14 04:10:44,261 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,335 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 649 2022-10-14 04:10:44,335 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2022-10-14 04:10:44,336 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]} 2022-10-14 04:10:44,338 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:44,338 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:10:44,338 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:10:44,340 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,449 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 1139 2022-10-14 04:10:44,450 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:10:44,450 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720593126","orchestration-disabled":false,"in-maint":false,"relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/network/l3-networks/l3-network/0f508b08-37bc-4536-becf-920087ca6f21","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"0f508b08-37bc-4536-becf-920087ca6f21"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"}]}]}}]} 2022-10-14 04:10:44,453 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:44,453 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2022-10-14 04:10:44,453 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2022-10-14 04:10:44,455 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,510 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 649 2022-10-14 04:10:44,511 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2022-10-14 04:10:44,511 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v26/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnw-cloud-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"RegionOne"},{"relationship-key":"tenant.tenant-id","relationship-value":"63dbbea19bca4184840a305d337a9751"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-daily-jakarta"}]}]} 2022-10-14 04:10:44,513 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:44,513 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2022-10-14 04:10:44,513 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2022-10-14 04:10:44,515 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,655 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 1139 2022-10-14 04:10:44,656 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2022-10-14 04:10:44,656 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnw-cloud-owner","cloud-region-id":"RegionOne","cloud-type":"openstack","owner-defined-type":"N/A","cloud-region-version":"openstack","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","resource-version":"1665720593126","orchestration-disabled":false,"in-maint":false,"relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/network/l3-networks/l3-network/0f508b08-37bc-4536-becf-920087ca6f21","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"0f508b08-37bc-4536-becf-920087ca6f21"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"}]}]}}]} 2022-10-14 04:10:44,658 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2022-10-14 04:10:44,658 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 2022-10-14 04:10:44,659 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2022-10-14 04:10:44,660 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2022-10-14 04:10:44,749 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/63dbbea19bca4184840a305d337a9751 HTTP/1.1" 200 1068 2022-10-14 04:10:44,749 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2022-10-14 04:10:44,750 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"63dbbea19bca4184840a305d337a9751","tenant-name":"onap-daily-jakarta","tenant-context":"None","resource-version":"1665720592986","relationship-list":{"relationship":[{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/network/l3-networks/l3-network/0f508b08-37bc-4536-becf-920087ca6f21","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"0f508b08-37bc-4536-becf-920087ca6f21"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}} 2022-10-14 04:10:44,752 DEBUG 129:onap_service.py(1) - [None][Create 0f508b08-37bc-4536-becf-920087ca6f21 Network deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e68228f9-80c6-4594-868d-540894ebb146', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:44,752 DEBUG 131:onap_service.py(1) - [None][Create 0f508b08-37bc-4536-becf-920087ca6f21 Network deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/4f385608-c33c-4272-b040-ec8505f52230/networks/0f508b08-37bc-4536-becf-920087ca6f21 2022-10-14 04:10:44,752 DEBUG 132:onap_service.py(1) - [None][Create 0f508b08-37bc-4536-becf-920087ca6f21 Network deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "network" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true }, "cloudConfiguration": { "cloudOwner": "basicnw-cloud-owner", "lcpCloudRegionId": "RegionOne", "tenantId": "63dbbea19bca4184840a305d337a9751" } } } 2022-10-14 04:10:44,753 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:47,246 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/4f385608-c33c-4272-b040-ec8505f52230/networks/0f508b08-37bc-4536-becf-920087ca6f21 HTTP/1.1" 202 262 2022-10-14 04:10:47,247 INFO 142:onap_service.py(1) - [None][Create 0f508b08-37bc-4536-becf-920087ca6f21 Network deletion request] response code: 202 2022-10-14 04:10:47,248 DEBUG 146:onap_service.py(1) - [None][Create 0f508b08-37bc-4536-becf-920087ca6f21 Network deletion request] response: {"requestReferences":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","instanceId":"0f508b08-37bc-4536-becf-920087ca6f21","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146"}} 2022-10-14 04:10:47,248 DEBUG 79:mixins.py(1) - Wait until NetworkDeletionRequest task is not finished 2022-10-14 04:10:47,255 DEBUG 129:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '07685d07-4d23-439e-adb9-6669488ca1c3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:47,256 DEBUG 131:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:10:47,256 DEBUG 132:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:10:47,260 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:47,437 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 835 2022-10-14 04:10:47,439 INFO 142:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:10:47,439 DEBUG 146:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 14 Oct 2022 04:10:46 GMT"}}} 2022-10-14 04:10:57,449 DEBUG 129:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8619e3f0-fc1d-4d02-8e0c-20cdf7fea6b5', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:10:57,450 DEBUG 131:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:10:57,450 DEBUG 132:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:10:57,452 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:10:57,944 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2664 2022-10-14 04:10:57,945 INFO 142:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:10:57,946 DEBUG 146:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of DeactivateNetworkBB has completed successfully, next invoking DeleteNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2). TASK INFORMATION: Last task executed: Success? RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":36,"timestamp":"Fri, 14 Oct 2022 04:10:52 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":null,\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:07,953 DEBUG 129:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '10f3e9ef-e654-46b6-bbe5-f2688ae234d6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:07,954 DEBUG 131:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:11:07,954 DEBUG 132:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:11:07,955 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:08,463 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2664 2022-10-14 04:11:08,464 INFO 142:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:11:08,464 DEBUG 146:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of DeactivateNetworkBB has completed successfully, next invoking DeleteNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2). TASK INFORMATION: Last task executed: Success? RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":36,"timestamp":"Fri, 14 Oct 2022 04:10:52 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_05663313-3ab7-4708-ad96-8c885d403007\"},{\"description\":\"Openstack network identifier\",\"output_value\":null,\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:18,473 DEBUG 129:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6183dc57-9ff4-4941-86d2-b9e3e7337376', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:18,474 DEBUG 131:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:11:18,474 DEBUG 132:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:11:18,475 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:18,950 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2437 2022-10-14 04:11:18,951 INFO 142:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:11:18,951 DEBUG 146:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of DeleteNetworkBB has completed successfully, next invoking UnassignNetworkBB (Execution Path progress: BBs completed = 2; BBs remaining = 1). TASK INFORMATION: Last task executed: Call SDNC RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":68,"timestamp":"Fri, 14 Oct 2022 04:11:11 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:28,954 DEBUG 129:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '20a7fd67-cbf2-4423-8803-739d679ac829', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:28,955 DEBUG 131:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:11:28,955 DEBUG 132:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:11:28,957 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:29,141 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2480 2022-10-14 04:11:29,142 INFO 142:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:11:29,143 DEBUG 146:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","finishTime":"Fri, 14 Oct 2022 04:11:27 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: Error Source: UNKNOWN, Error Message: ALaCarte-Network-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RETRY STATUS: Retry 1/5 will be started in PT10S RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:27 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:29,143 INFO 56:mixins.py(10) - NetworkDeletionRequest task finished 2022-10-14 04:11:29,144 DEBUG 129:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'bfde5899-e843-4e0d-a478-30af28a3972e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:29,144 DEBUG 131:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:11:29,144 DEBUG 132:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:11:29,145 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:29,319 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2480 2022-10-14 04:11:29,320 INFO 142:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:11:29,321 DEBUG 146:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","finishTime":"Fri, 14 Oct 2022 04:11:27 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: Error Source: UNKNOWN, Error Message: ALaCarte-Network-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RETRY STATUS: Retry 1/5 will be started in PT10S RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:27 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:29,321 DEBUG 129:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '155a742c-6598-4867-a6b8-d4ec18348e8a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:29,322 DEBUG 131:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:11:29,322 DEBUG 132:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:11:29,323 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:29,503 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2480 2022-10-14 04:11:29,504 INFO 142:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:11:29,505 DEBUG 146:onap_service.py(10) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","finishTime":"Fri, 14 Oct 2022 04:11:27 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: Error Source: UNKNOWN, Error Message: ALaCarte-Network-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RETRY STATUS: Retry 1/5 will be started in PT10S RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:27 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:29,508 DEBUG 129:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a00a840d-6e8a-4cf3-bdc5-5c71e23f3d51', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:29,509 DEBUG 131:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:11:29,509 DEBUG 132:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:11:29,511 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:29,681 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2480 2022-10-14 04:11:29,682 INFO 142:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:11:29,682 DEBUG 146:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","finishTime":"Fri, 14 Oct 2022 04:11:27 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: Error Source: UNKNOWN, Error Message: ALaCarte-Network-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RETRY STATUS: Retry 1/5 will be started in PT10S RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:27 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:29,683 DEBUG 129:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5e360411-48ab-4c62-b93d-9f166b8fadf3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:29,683 DEBUG 131:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 2022-10-14 04:11:29,683 DEBUG 132:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] data sent: None 2022-10-14 04:11:29,685 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:29,852 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/e68228f9-80c6-4594-868d-540894ebb146 HTTP/1.1" 200 2480 2022-10-14 04:11:29,853 INFO 142:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response code: 200 2022-10-14 04:11:29,853 DEBUG 146:onap_service.py(1) - [None][Check e68228f9-80c6-4594-868d-540894ebb146 orchestration request status] response: {"request":{"requestId":"e68228f9-80c6-4594-868d-540894ebb146","startTime":"Fri, 14 Oct 2022 04:10:45 GMT","finishTime":"Fri, 14 Oct 2022 04:11:27 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"63dbbea19bca4184840a305d337a9751","tenantName":"onap-daily-jakarta","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","networkInstanceId":"0f508b08-37bc-4536-becf-920087ca6f21","networkInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: Error Source: UNKNOWN, Error Message: ALaCarte-Network-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks RETRY STATUS: Retry 1/5 will be started in PT10S RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:27 GMT"},"requestProcessingData":[{"groupingId":"b39657db-7d09-4199-a1cc-fa8664ca9b7e","tag":"StackInformation","dataPairs":[{"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/63dbbea19bca4184840a305d337a9751/stacks/basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0/b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"updated_time\":1665720653000,\"creation_time\":1665720608000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-jakarta\",\"disable_rollback\":true,\"stack_user_project_id\":\"1a3eabbe8dc64aa9b9bca5d6ac220068\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"b39657db-7d09-4199-a1cc-fa8664ca9b7e\",\"OS::project_id\":\"63dbbea19bca4184840a305d337a9751\",\"OS::stack_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"network_name\":\"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7_net_0\",\"shared\":\"False\"}}"}]}]}} 2022-10-14 04:11:29,854 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:29,854 INFO 239:base.py(1) - Start Cleanup step: YamlTemplateVlAlaCarteInstantiateStep 2022-10-14 04:11:29,854 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:29,854 INFO 171:base.py(1) - ***************************************************** 2022-10-14 04:11:29,855 INFO 172:base.py(1) - START [SO] YamlTemplateServiceAlaCarteInstantiateStep cleanup: Instantiate service described in YAML using SO a'la carte method. 2022-10-14 04:11:29,855 INFO 173:base.py(1) - ***************************************************** 2022-10-14 04:11:29,855 DEBUG 358:service.py(1) - Delete 4f385608-c33c-4272-b040-ec8505f52230 service instance 2022-10-14 04:11:29,855 DEBUG 113:deletion.py(1) - Service 4f385608-c33c-4272-b040-ec8505f52230 deletion request 2022-10-14 04:11:29,864 INFO 157:__init__.py(1) - retrieving all objects of type Service from SDC 2022-10-14 04:11:29,865 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-10-14 04:11:29,865 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2022-10-14 04:11:29,865 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2022-10-14 04:11:29,866 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2022-10-14 04:11:29,958 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419 2022-10-14 04:11:29,959 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2022-10-14 04:11:29,959 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b8e228ee-d033-4e6e-9b26-48de0b91cf47/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","invariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/b6e9cc31-87da-4ad6-8261-fce8f7f33b96/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","name":"basic_onboard_JxYWRb","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/08b56fbb-4bfc-4cff-82bd-9bbe205fe313/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","invariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/551d0fd7-24ae-470f-a0d3-dbddfa6b9754/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2022-10-14 04:11:29,961 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2022-10-14 04:11:29,961 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:11:29,961 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:11:29,961 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:11:29,961 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC 2022-10-14 04:11:29,961 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:11:29,962 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:11:29,962 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:11:29,962 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_JxYWRb from SDC 2022-10-14 04:11:29,962 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:11:29,962 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:11:29,962 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:11:29,962 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC 2022-10-14 04:11:29,962 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:11:29,962 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:11:29,962 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2022-10-14 04:11:29,962 DEBUG 175:__init__.py(1) - number of Service returned: 4 2022-10-14 04:11:29,963 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-10-14 04:11:29,963 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-10-14 04:11:29,963 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2022-10-14 04:11:29,965 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:11:30,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-10-14 04:11:30,269 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2022-10-14 04:11:30,271 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"17f18ef8-fa74-43a8-a019-b8d686b7d5aa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716854851,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f94d3fa2-4fec-43ef-aea4-c48919292b4e","invariantUUID":"e949275f-385e-4ebd-a2c7-85c7d9a8ebbe","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"6120da0a-1921-4164-86b2-cfb9d75e644c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716856330,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8ea7358-0ca5-4c1a-818f-c70544b44bc4","invariantUUID":"4538e745-4e38-4ebc-8ac1-b9f1c810f615","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":"2bc45670-cbef-4bf9-b29e-4b9607872638","lifecycleState":"CERTIFIED","lastUpdateDate":1665716878965,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2f0c4ae1-4b8f-4060-933e-560532a83498","invariantUUID":"1e0f2e03-cb29-492d-ac8b-03536ae86e3d","systemName":"Contrailv2virtualnetwork","description":"Represents a network service with optional subnets and advanced configurations for contrail V2.","tags":["ContrailV2VirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c933e138-6330-4845-9daf-6b019ead4ab2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716889839,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fd4dfe01-78b0-4868-b969-9a3a836f6084","invariantUUID":"c6281a1f-8e67-4892-8388-901004911391","systemName":"Extcp2","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP2"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2d014b15-39b3-48df-9182-e7c90c8e5fed","lifecycleState":"CERTIFIED","lastUpdateDate":1665716853429,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"531e7368-69d3-4fc7-903c-50a81901144b","invariantUUID":"dc4027a5-29f0-44e1-b02f-46c1d6011bb9","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":"ab6dd1e3-acd3-4b60-82ce-480e6a174cb6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716950605,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b50326ef-7cdf-4152-b121-9ac8b08ca026","invariantUUID":"f0f6689c-48d3-45ee-a9b2-49bc02e64180","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":"port","uniqueId":"218a3156-2dbe-4601-9b15-9e2d2c068350","lifecycleState":"CERTIFIED","lastUpdateDate":1665716873784,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"44967417-72fc-47f7-90a0-db29c798df0e","invariantUUID":"a92f4e54-e432-4f3a-8ba9-eb949bc9ae20","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":"012025e2-536b-47d4-afc9-90ee53ffe56c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716902843,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b28c079c-993b-4999-b48f-48fababdcee9","invariantUUID":"5178dc3d-acf5-4b0f-8289-4496545fa1d2","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":"47c06284-2c74-4a96-a6f4-ee52efac5233","lifecycleState":"CERTIFIED","lastUpdateDate":1665716918544,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0a6eb6f1-c29b-4617-a499-c6aac1152566","invariantUUID":"57ccc7e4-af56-4e53-a3a2-2c5111787649","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":"350b9c8c-5321-49ca-acd0-e631eea76f17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716946471,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3982db4f-ad08-4d77-a112-286d399c0aba","invariantUUID":"a992bf4a-b24d-4d5b-bf39-90676d4dce97","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"b4092e84-09aa-4019-b73d-382998ee4e21","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991291,"name":"AutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"29d4e14a-dcd4-485f-b669-3dd7bbdf6876","invariantUUID":"0ad04a4f-2024-413a-a2af-7276a41ef0fb","systemName":"Automationcompositionelement","description":"The TOSCA service template representing the AutomationCompositionElement","tags":["AutomationCompositionElement","org.onap.policy.clamp.acm.AutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"5639ab2b-ed36-4e9a-9e52-a91df49e0822","lifecycleState":"CERTIFIED","lastUpdateDate":1665720145909,"name":"basic_onboard_JxYWRb","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"309b5b62-5b7b-4340-83fc-63cc06f8561b","invariantUUID":"6a71e703-4d95-4305-820e-6c306b98bdd0","systemName":"BasicOnboardJxywrb","description":"VF","tags":["basic_onboard_JxYWRb"],"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":"7183c211-d9e2-4b92-bdff-6c9c0e7a2722","lifecycleState":"CERTIFIED","lastUpdateDate":1665716921354,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7ba2fbbc-bac7-4319-99b8-f6c055b94056","invariantUUID":"4abeee1b-6ae3-4e3f-908f-0753d28aaabf","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"cd2948fa-03f1-4f29-a058-dea5618fcf17","lifecycleState":"CERTIFIED","lastUpdateDate":1665716959179,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3f1f5ab1-a721-411e-a8cb-c91aff51df72","invariantUUID":"92647f8a-6a04-43eb-b882-6ab56007afad","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":"d455def2-19eb-460e-b14d-f355f9fdfaa0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716909943,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9","invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","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":"28b40b2a-d95d-414b-a6b4-8c3e1b997e69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716892779,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"bb9549d9-6e04-484a-88c6-e249e994760d","invariantUUID":"d8268ca8-00c5-42c3-9ca1-80345d2ca80e","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":"c1d57605-1193-4103-9fe1-63a06378671c","lifecycleState":"CERTIFIED","lastUpdateDate":1665716850479,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d5817059-9270-4876-a568-03e9fc07cf5d","invariantUUID":"1c1b5822-7c3d-4808-90bd-9bc80422cd46","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":"cbd8a2aa-2232-4727-a40d-2f8ae9a411a9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716914118,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0b1e7c22-ef5d-4dad-aed0-8b57ec02a206","invariantUUID":"c6f4e28b-c73e-4274-a0a9-bc56ff526fc0","systemName":"ExtLocalStorage","description":"Ext Local Storage","tags":["Ext Local Storage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"ed3dea61-725f-49aa-85bc-2e8757002752","lifecycleState":"CERTIFIED","lastUpdateDate":1665716927721,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cd0f8798-016c-470e-aa2f-3602fb12ec60","invariantUUID":"e23b6d81-efcd-4c40-accd-7171c9c253fe","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"8359379f-372e-44cd-ac26-6aeb60a6c30b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716970141,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"53d6beea-8670-47c0-8384-e624b866b0ec","invariantUUID":"ba19b80e-47bf-4397-b6d5-eab095a2de67","systemName":"Oscontainer","description":"osContainer","tags":["osContainer"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"47b68fd3-16fc-4b21-a796-695df705d9b1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716945023,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ec87f725-9d7f-445e-ac9e-5f7256c95c5d","invariantUUID":"38df598b-c325-432a-a2f7-3559b854d3ea","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8b657f67-696a-4394-bb61-7df112784458","lifecycleState":"CERTIFIED","lastUpdateDate":1665716957521,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a7caa056-766c-4548-a0ce-273301845091","invariantUUID":"bd319fad-9a17-4d5a-b332-bd3a41ae5ab4","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":"e64635e4-9e40-4995-ad0e-02eafe86e71b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716949259,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"a3940db5-a8a2-4787-862c-3fcfa403ed95","invariantUUID":"a1cb383e-8dc6-4562-ad5c-a9d40db8272f","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":"port","uniqueId":"bdb4b622-0ebe-40ff-b908-0f27a183f269","lifecycleState":"CERTIFIED","lastUpdateDate":1665716974540,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3bbb0158-13a7-40ed-84ea-1d3ec23b73e1","invariantUUID":"6853b36e-996d-45d5-8f13-e98a6fe9ef44","systemName":"VirtualCp","description":"Virtual Cp","tags":["Virtual Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"36d224e0-e2ad-48bd-b8bb-44d82a2a638b","lifecycleState":"CERTIFIED","lastUpdateDate":1665720493825,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"3b9baecf-da25-4098-8c0c-34176a01b858","invariantUUID":"2bb55995-75be-40b8-b302-9fcc86bea9d9","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":"port","uniqueId":"d6ea0ca9-8579-499b-a3a2-1414645bf240","lifecycleState":"CERTIFIED","lastUpdateDate":1665716844970,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9ac3285b-78f9-42c6-af54-fe4551fe2936","invariantUUID":"4b0056e6-1c48-41d3-b522-45055c21d2b5","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"b19d797a-282f-4ab0-ae8d-317989420ea7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716955244,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4c41d763-7560-4f86-a18a-c889a8ab5235","invariantUUID":"94718c6b-5d8e-48bb-ab55-cbed0f5b1a2d","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3d0b37de-44ed-4e4f-b632-d1f42dc30334","lifecycleState":"CERTIFIED","lastUpdateDate":1665716838848,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"629e9b57-9d3b-4925-92ae-1dc6fc82b929","invariantUUID":"6ad13bc7-7e31-4d82-ae66-7136cc41bec6","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":"objectStorage","uniqueId":"771d3dd2-8911-445d-bcef-8fd6b4e5b6cd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716929210,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b309e7c9-7491-4786-80d8-a75688128ce6","invariantUUID":"43864134-9d26-41aa-9f82-6fa0d3909af1","systemName":"VduVirtualstorage","description":"VDU VirtualStorage","tags":["VDU VirtualStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5f7d7c1f-526b-4161-a2bd-d5eef8ea1250","lifecycleState":"CERTIFIED","lastUpdateDate":1665716904342,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"67c86e79-6150-44a6-9b65-6459b5cebaa5","invariantUUID":"5e4d1673-cb6e-4a31-a22c-0e6d89b036a4","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":"network","uniqueId":"a0a631be-971c-441d-b5bf-6a1169c30b98","lifecycleState":"CERTIFIED","lastUpdateDate":1665716935329,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b3f2b99b-c43f-453c-877c-26b03bbb19c8","invariantUUID":"a6ddf1ab-1576-4db9-90c0-c953d296efd1","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":"defaulticon","uniqueId":"dc6d63b1-b5ac-4237-94c3-583934ca1558","lifecycleState":"CERTIFIED","lastUpdateDate":1665716911320,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"1efa46fe-e2db-49db-8eda-ba92dda8702a","invariantUUID":"c0ee4c7e-33a0-44f9-a977-59567ce15a40","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"75680192-9d71-4443-9987-461fa1a3ea76","lifecycleState":"CERTIFIED","lastUpdateDate":1665716942235,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d2133a9-4e78-4460-b751-fc2fcec87739","invariantUUID":"4b47c202-6d5e-4fab-8543-1a3797636d94","systemName":"Ontpnf","description":"OntPnf","tags":["OntPnf"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"93345f44-b2d1-48ce-bb6a-c2cefe4f8c32","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010625,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"42f0abe6-e4fc-4a65-a267-4c65dc485b63","invariantUUID":"8de331c2-030f-4f3f-854c-8b29378c6229","systemName":"Nsvirtuallink","description":"Node definition of Virtual Links","tags":["NsVirtualLink","tosca.nodes.nfv.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":"network","uniqueId":"b10b3979-9cc2-405d-831b-0df6091fe776","lifecycleState":"CERTIFIED","lastUpdateDate":1665716907157,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"ed30b9fe-7358-41b2-93e5-d62d057bac5e","invariantUUID":"3822074b-28e5-496a-a6a5-dd216fc678c7","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"217782d5-d9bf-4fa1-8319-ad40520739b2","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991698,"name":"HttpAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"bd5621a4-be0f-461e-9d97-ed253614f178","invariantUUID":"3ac65b99-0c25-42e0-8699-395e70769021","systemName":"Httpautomationcompositionelement","description":"The TOSCA service template representing the HttpAutomationCompositionElement","tags":["HttpAutomationCompositionElement","org.onap.policy.clamp.acm.HttpAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"69b6a63a-6c34-4963-8095-01513e2a4b01","lifecycleState":"CERTIFIED","lastUpdateDate":1665716898675,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0de6b832-252e-459c-90ac-52e611e9eff3","invariantUUID":"ca429517-e7fe-488d-b857-46fdc0d842d1","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":"defaulticon","uniqueId":"7d481e0d-1093-42d4-9c07-e48b7d857faa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991531,"name":"CDSAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8a8fb150-3874-4140-92b3-b46f7d6504a4","invariantUUID":"41c5426b-f916-4cd3-b9df-45649ca4def7","systemName":"Cdsautomationcompositionelement","description":"The TOSCA service template representing the CDSAutomationCompositionElement","tags":["CDSAutomationCompositionElement","org.onap.policy.clamp.acm.CDSAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6306f7e7-59ea-4cfe-a6c8-9056552fc683","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010723,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3ca3d0d0-6b7a-46c6-9a20-cb6b94182938","invariantUUID":"85737b26-e8a8-46bf-a482-84f65a25c2c5","systemName":"Ns","description":"ETSI Network Service","tags":["NS","tosca.nodes.nfv.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":"objectStorage","uniqueId":"7666f8ef-c4c6-4e70-9c3f-71517921aaa5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716933708,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"eda19e8e-da20-41f9-969f-853cce838dac","invariantUUID":"aaa53707-f1f8-449d-9b4b-007fc520bbd0","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"6ec1336a-d49a-4e38-b078-ead1a291da9e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716886890,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"8ab88841-81cb-471a-984d-3e802a37d330","invariantUUID":"98c5ff76-9df9-4d1b-89ed-83e20e5a35bb","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e858951d-47c8-4ac1-a412-d35418687694","lifecycleState":"CERTIFIED","lastUpdateDate":1665716968713,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fbe886c9-7702-4f96-82d1-82b3ad2c9d04","invariantUUID":"10f0ce31-561a-4571-998f-29855dfaba7d","systemName":"Vnf","description":"VNF","tags":["VNF"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"306f9be4-8646-4992-abd2-feb2c3e1284f","lifecycleState":"CERTIFIED","lastUpdateDate":1665717011058,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"77a165a3-fc73-41db-8521-d40233714a46","invariantUUID":"ba2986e4-641c-4839-8d33-7e920f7dee6c","systemName":"VduCp","description":"Describes network connectivity between a VNFC instance based on this VDU and an internal VL","tags":["VDU Cp","tosca.nodes.nfv.VduCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","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":"c9552a2b-546f-484f-b510-ac8d35d8ec47","lifecycleState":"CERTIFIED","lastUpdateDate":1665716917098,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"284d4585-5750-41df-bc1b-ea7aa4b930e6","invariantUUID":"b1ad90f1-50a1-4beb-b64d-c247f1f67cf2","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":"network","uniqueId":"55ea3dc2-e59f-43ad-8e5a-90944be2f959","lifecycleState":"CERTIFIED","lastUpdateDate":1665716947864,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"07913e89-aabb-400d-8c01-a71d1ac89b23","invariantUUID":"15a888f2-b7b6-4502-b65e-5b31b85469bb","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":"defaulticon","uniqueId":"b952b430-7b54-4398-87b3-cbaa05a7ab40","lifecycleState":"CERTIFIED","lastUpdateDate":1665716940885,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bd6161-e51d-4b5d-8095-1a192c69d996","invariantUUID":"d4fe8f39-6286-4dbe-bec7-d26284d77c40","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":"compute","uniqueId":"55bab824-d03b-4136-937c-e9d0cf5abe1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716882574,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ec6ea881-2e3c-4db5-9ea4-9304b9adba7a","invariantUUID":"889f2967-89f3-408b-b93e-148b5c277a62","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":"177a38f8-ae0a-4577-8475-62610c7535bf","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010944,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c93658d0-a8aa-4315-8773-47ba0bc16ae1","invariantUUID":"496f2c4a-64c9-40bf-8f2c-27d2cd2127eb","systemName":"Sap","description":"Node definition of SAP","tags":["Sap","tosca.nodes.nfv.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":"compute","uniqueId":"13942235-5536-4594-a846-2c0eaa559b43","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009831,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7af59ed1-6ade-491b-b1c2-e857b62a2f65","invariantUUID":"244cb8ff-2841-4cc9-b3b1-e6e66d04d96f","systemName":"Vnf","description":"The generic abstract type from which all VNF specific abstract node types shall be derived to form, together with other node types, the TOSCA service template(s) representing the VNFD","tags":["VNF","tosca.nodes.nfv.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":"defaulticon","uniqueId":"82c60878-923f-4c75-b348-84a13e1aab69","lifecycleState":"CERTIFIED","lastUpdateDate":1665716837353,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"bc6ed8ec-7463-4175-b4f8-0f314aaa40cf","invariantUUID":"7ebd158c-07df-4c07-96eb-b0a65b393240","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":"network","uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","lifecycleState":"CERTIFIED","lastUpdateDate":1665716859251,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"797fb29a-d06c-48ee-87b5-c0a2223f5b80","invariantUUID":"d2b8e52a-5c66-4095-a3d4-4a6951d2392d","systemName":"Extvl","description":"ECOMP generic virtual link (network) base type for all other service-level and global networks","tags":["ExtVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"941b822f-984f-419d-bd60-fa0c4234de7d","lifecycleState":"CERTIFIED","lastUpdateDate":1665716915617,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0d5f61f-d047-411a-817d-a4cc9ebd1949","invariantUUID":"1705e21b-1d8e-40ed-bad6-d7eb1aafacf2","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"1624390e-104d-4de4-a002-8f5ba1461256","lifecycleState":"CERTIFIED","lastUpdateDate":1665716851930,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6f01cf87-bf74-40a5-ae86-5257676a4ef1","invariantUUID":"979b51e0-70f4-48c6-a18d-19b380b29619","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":"network","uniqueId":"21c10b31-cc4d-4815-8a1f-95c22f96d573","lifecycleState":"CERTIFIED","lastUpdateDate":1665716885428,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"20358826-0cf3-425c-8c98-068d3d373e0c","invariantUUID":"f5e82bdc-74b1-4809-b32d-9390ab7574c2","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":"compute","uniqueId":"979c2874-d120-49fe-b8dd-240dde42eb0c","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010850,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1cb99d00-543a-4961-9c4c-21c54c373ddc","invariantUUID":"ad0e4153-3187-4425-9e26-f3c31ccd99e4","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","tosca.nodes.nfv.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":"57876df1-cb88-47a4-8306-6850149593a1","lifecycleState":"CERTIFIED","lastUpdateDate":1665716922927,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"498df5cb-3974-48fc-98ca-4fb9e1ea3f80","invariantUUID":"00f2a439-3423-428e-8538-cb2cbad2e9bd","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":"eac249a2-91f7-495b-ba5f-5d3df7e291f5","lifecycleState":"CERTIFIED","lastUpdateDate":1665716846412,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"da5d4b28-6983-4ec9-a61d-b59a6049d591","invariantUUID":"a81b025e-408f-438e-a189-6778c879c514","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b7c128ff-63fa-4caa-8a98-c234c597bb34","lifecycleState":"CERTIFIED","lastUpdateDate":1665716952002,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"88cf8cde-8337-49dd-824d-587537bb1bd7","invariantUUID":"a61a3157-765b-465d-b677-cb4ae03d031c","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"2b757165-8b7c-46a8-8f6a-db27d2b89c02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716862239,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4cceaee0-20b8-4a5b-9561-e125a85c9ecd","invariantUUID":"7b7fba50-d1f6-4cd6-9119-ad65bb29b17a","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":"compute","uniqueId":"45603f12-42b1-4bf5-8c6c-3ff4579b0b33","lifecycleState":"CERTIFIED","lastUpdateDate":1665716831196,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0cdf1a0d-7f4b-4cdc-8a45-5e767de2e0d2","invariantUUID":"51e43dee-0c5a-4a3f-bec0-163ec585750d","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5c45bcba-6e99-4331-b0c0-706ff5ce60bc","lifecycleState":"CERTIFIED","lastUpdateDate":1665716884037,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9005fcbe-44cf-4b96-b102-ea2750b1a5c8","invariantUUID":"72380e4e-9fc7-4758-937c-6606296efdfd","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":"network","uniqueId":"69c3f79c-a658-4589-b7eb-24cc2f0579fa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716891327,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"68d15346-9068-4dae-9fad-470680074c09","invariantUUID":"e60e783d-7b06-4b98-ac73-18d7fe2fca3c","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":"b5263f8a-98d7-4bf1-bff6-368c769dfad0","lifecycleState":"CERTIFIED","lastUpdateDate":1665716865201,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"c808775d-fd01-4e30-b4bf-b74b4165a873","invariantUUID":"c1c2746f-15b7-4cd8-943d-359e5a0ad5a6","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":"defaulticon","uniqueId":"c99b4a13-cb16-41c2-a196-daa784db59a7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716912741,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e1146e6a-7c6d-4e1b-ba5c-8bf798d6289e","invariantUUID":"d0b40c17-4a2d-4dea-87e6-cd4c39be93c8","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b46745e7-8461-4524-a94e-feebeb2a20ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010204,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50a43825-d1cc-4ad7-af68-7ac06e6f72bd","invariantUUID":"29325fb9-0c0a-44cb-ba34-18cb5501b593","systemName":"Vnfvirtuallink","description":"Describes the information about an internal VNF VL","tags":["VnfVirtualLink","tosca.nodes.nfv.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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"f25452bc-fee3-41c9-86c4-63de694ba553","lifecycleState":"CERTIFIED","lastUpdateDate":1665716967106,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a26c114-3b01-427c-bd46-9d65dc4224ae","invariantUUID":"86b24801-3637-4f10-9010-73bafbe6573d","systemName":"Ns","description":"ETSI NS","tags":["NS"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"a0458ced-21e8-44c7-a670-b55bba4f5885","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010303,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6953f9b9-d921-45f8-a41c-8a9d110791c6","invariantUUID":"c2d8eae6-7aaf-40ea-82c9-2ad429282e79","systemName":"VduVirtualobjectstorage","description":"This node type describes the specifications of requirements related to virtual object storage resources","tags":["VDU VirtualObjectStorage","tosca.nodes.nfv.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":"securityrules","uniqueId":"0bcdf8dc-bf25-45fd-ac2a-411884aee3fd","lifecycleState":"CERTIFIED","lastUpdateDate":1665716880373,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"199042ac-c492-4d8c-a8de-e8b7eee19cf2","invariantUUID":"a908084e-6125-4f42-a7d6-4af107cdf2d2","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":"objectStorage","uniqueId":"32e4c2e1-8465-4437-92f4-8c357e8341ef","lifecycleState":"CERTIFIED","lastUpdateDate":1665716840416,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"50da2ebb-6ec5-412b-9ef3-e3b62f646d29","invariantUUID":"56280377-94b7-48b7-add3-e007dfcd9d5e","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a4c6eb27-3cc5-4963-8bbf-7020dfdc02f7","lifecycleState":"CERTIFIED","lastUpdateDate":1665716908538,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0bab3e7b-003c-4ed8-84e0-7fa4b07a56c7","invariantUUID":"26451f24-aa3b-4de6-b8c1-b564f97193eb","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":"networkrules","uniqueId":"881f4cdb-a1ba-4623-935e-32834bd4fd02","lifecycleState":"CERTIFIED","lastUpdateDate":1665716877427,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"e95801cd-43bc-464f-b758-9a92e3cb5be0","invariantUUID":"0d4511df-8d77-4cab-8001-088a2c78e2c1","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":"defaulticon","uniqueId":"749b02f1-7a33-460a-a801-b66bbb3065c9","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991609,"name":"K8SMicroserviceAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c0addda0-3723-4d8a-b4da-88c385075835","invariantUUID":"2a933740-869a-4be3-b844-1faaa91514b2","systemName":"K8smicroserviceautomationcompositionelement","description":"The TOSCA service template representing the K8SMicroserviceAutomationCompositionElement","tags":["K8SMicroserviceAutomationCompositionElement","org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"2e249e9c-4e9e-4152-b124-eb5872665b30","lifecycleState":"CERTIFIED","lastUpdateDate":1665720481709,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"c0246fba-e58e-495e-9743-2832d7336539","invariantUUID":"cc049798-74fa-4eda-8d43-ea94fb2e1600","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"e21820f2-61bf-4195-9f76-aa2ab7fdb663","lifecycleState":"CERTIFIED","lastUpdateDate":1665717009928,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"261373f0-6c97-4bf5-a654-e2b4379a22bb","invariantUUID":"1c24d523-c3bb-4cff-abf5-63e3e3e4538e","systemName":"Cp","description":"Provides information regarding the purpose of the connection point","tags":["Cp","tosca.nodes.nfv.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":"objectStorage","uniqueId":"5e40fefa-468b-4ba7-8184-b2e065a65e67","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010528,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6403e716-ae79-4b1b-9933-214f82f98524","invariantUUID":"e1809b92-233c-4d78-ad83-d40b63925898","systemName":"VduVirtualblockstorage","description":"This node type describes the specifications of requirements related to virtual block storage resources","tags":["VDU VirtualBlockStorage","tosca.nodes.nfv.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":"668c1789-7d22-46c4-8cb7-e9e5724bff2e","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010408,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9b5c6024-d095-4338-8003-91dd03650ed4","invariantUUID":"fcb7a055-6673-4195-8caa-78daedab6733","systemName":"VduVirtualfilestorage","description":"This node type describes the specifications of requirements related to virtual file storage resources","tags":["VDU VirtualFileStorage","tosca.nodes.nfv.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":"port","uniqueId":"30b47277-ecd2-4d07-8ee4-872c5d346beb","lifecycleState":"CERTIFIED","lastUpdateDate":1665716962303,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"24bc6b4e-ae35-4aff-a8e4-c4fd3b35ccc2","invariantUUID":"88d77eab-37d1-4370-b1bb-9ed33f397f7d","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":"defaulticon","uniqueId":"b7922798-a1ba-4db4-a6fa-0912fb09cd35","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991450,"name":"PolicyAutomationCompositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3d43435a-213d-4aad-8d8e-8a709a1a8925","invariantUUID":"c134d194-7849-49d1-8afd-23b140279085","systemName":"Policyautomationcompositionelement","description":"The TOSCA service template representing the PolicyAutomationCompositionElement","tags":["PolicyAutomationCompositionElement","org.onap.policy.clamp.acm.PolicyAutomationCompositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"f4ca282f-f448-4b7a-a9c7-706d38b98282","lifecycleState":"CERTIFIED","lastUpdateDate":1665716943662,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"980ff477-16ce-4d77-82cc-16155c1f8716","invariantUUID":"f40de5f5-e419-4f00-9d9e-a00e2f3a2bce","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":"networkrules","uniqueId":"bfbcd3f4-82a0-4e75-bb54-af5f5ee98160","lifecycleState":"CERTIFIED","lastUpdateDate":1665716872367,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"736693ee-d383-4a9a-baa2-076ab33a9915","invariantUUID":"2707a682-e28c-46d0-9e59-6f6c82091d4b","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"d015288c-c15b-4e9a-805b-019efe5f521e","lifecycleState":"CERTIFIED","lastUpdateDate":1665716973078,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3fe65bd1-8066-4d3e-8b46-fc6662ed7c1d","invariantUUID":"f8d2f8d4-21b4-42a3-9761-a1947f2a952e","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"0292cb67-f24e-41dc-af8d-6d75a3d4be2a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716857802,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"77cfb25f-9c59-4ff9-97d8-95c672d1f1a0","invariantUUID":"b8d367d2-7805-459c-9462-7acf4f7a0748","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":"9424f4cd-61e2-48c1-997f-feaa71abda92","lifecycleState":"CERTIFIED","lastUpdateDate":1665717010022,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8877b2ef-4216-40cd-97ef-23ce36a9b8c8","invariantUUID":"a569686f-fc02-4055-aaef-a26ae778b16f","systemName":"VnfExternalCp","description":"Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link","tags":["VNF External CP","tosca.nodes.nfv.VnfExtCp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"95d6471f-f4b4-4606-9dd9-5db4bd106fb8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991374,"name":"AutomationComposition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d9ec90fe-96f1-4441-8cc7-722fbdfe24e7","invariantUUID":"3261aeee-e305-4bd7-ace9-9c3c55734c65","systemName":"Automationcomposition","description":"The TOSCA service template representing the AutomationComposition","tags":["AutomationComposition","org.onap.policy.clamp.acm.AutomationComposition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"f84b0820-653c-4412-ac48-6a118e9a48a6","lifecycleState":"CERTIFIED","lastUpdateDate":1665716860655,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"17937d1f-7e0d-4094-9abf-55bc939d7e87","invariantUUID":"53ec5e2a-704f-4103-92b7-5af3a96f0b1c","systemName":"Internalvl","description":"The AT&T internal (VF-level) Virtual Link","tags":["InternalVL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"11cb7161-023c-4f02-a6cb-bef40f21dad8","lifecycleState":"CERTIFIED","lastUpdateDate":1665716863712,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"0e63d0d4-83ae-446b-9834-4aa73e5f7503","invariantUUID":"515e57d2-986a-4a0e-9283-86bbb4773ae9","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":"compute","uniqueId":"b4d95a70-bc4f-433a-991e-86003cd96df4","lifecycleState":"CERTIFIED","lastUpdateDate":1665716971537,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"423445a7-5b3f-4c8d-9c7a-23f0b330c9cd","invariantUUID":"9f9ea0b5-96fa-44d8-a5a7-7ece294b3afb","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":"loadBalancer","uniqueId":"76ada397-9b2b-49c5-bf95-1700cbe968ce","lifecycleState":"CERTIFIED","lastUpdateDate":1665716843510,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d6b29566-c022-4014-9c66-ef776761b27f","invariantUUID":"c4042b48-97d9-42eb-8869-77f2ab8717c4","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":"bbd52b59-ca75-44c2-bb60-2de5a2bbbe70","lifecycleState":"CERTIFIED","lastUpdateDate":1665716953381,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4db0894a-211f-416b-91f6-f6b789c6bbe8","invariantUUID":"2310c55c-6161-4024-a680-3c2be3bc1084","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"b5a70985-f0b1-4253-b2ca-6ebba69d4901","lifecycleState":"CERTIFIED","lastUpdateDate":1665716963871,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f212eee7-4e81-41f1-99c8-6fefa7006aae","invariantUUID":"6c5aa7bf-0ece-422e-adab-31abb19b859f","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":"compute","uniqueId":"145e44cd-84b4-46cd-a492-22bfded56cfa","lifecycleState":"CERTIFIED","lastUpdateDate":1665716924622,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"93394d3f-34d7-4055-abd7-5322bd4623dc","invariantUUID":"1f90fba2-c568-4b8c-9657-78f4ac21b629","systemName":"Vdu","description":"VDU","tags":["VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"6386d99c-e5a9-49fc-b3fb-ed3ce54f830a","lifecycleState":"CERTIFIED","lastUpdateDate":1665716991204,"name":"Participant","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5ae1ae0d-a29e-4e4d-9fbe-35510dcc4b45","invariantUUID":"a9e4f94d-7cad-434b-b7ec-edb3b7357d90","systemName":"Participant","description":"The TOSCA service template representing the Participant","tags":["Participant","org.onap.policy.clamp.acm.Participant"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","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":"AUTOMATION COMPOSITION"}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767","lifecycleState":"CERTIFIED","lastUpdateDate":1665720449801,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","invariantUUID":"013cc00b-00e9-4b49-aa86-4608a29efe30","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"948df17a-f8fc-41b4-90e4-aa63ec0437e3","lifecycleState":"CERTIFIED","lastUpdateDate":1665720516913,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"b6e9cc31-87da-4ad6-8261-fce8f7f33b96","invariantUUID":"40ace09d-e591-4a65-b5b1-cead863b329c","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"abb8259d-5709-404e-ba21-0ad70a789081","lifecycleState":"CERTIFIED","lastUpdateDate":1665720528461,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"551d0fd7-24ae-470f-a0d3-dbddfa6b9754","invariantUUID":"998a0f5d-4308-45e7-8117-669a66040831","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0a15ff76-99bc-49bf-87aa-c391411d9105","lifecycleState":"CERTIFIED","lastUpdateDate":1665720182875,"name":"basic_onboard_JxYWRb","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"08b56fbb-4bfc-4cff-82bd-9bbe205fe313","invariantUUID":"04381286-386a-4985-8435-2a029b452ed4","systemName":"BasicOnboardJxywrb","description":"service","tags":["basic_onboard_JxYWRb"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","models":["SDC AID"],"uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2022-10-14 04:11:30,276 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2022-10-14 04:11:30,277 DEBUG 129:onap_service.py(1) - [SDC][Get basic_network resource inputs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:11:30,277 DEBUG 131:onap_service.py(1) - [SDC][Get basic_network resource inputs] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767/filteredDataByParams?include=componentInstances 2022-10-14 04:11:30,277 DEBUG 132:onap_service.py(1) - [SDC][Get basic_network resource inputs] data sent: None 2022-10-14 04:11:30,279 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:11:30,374 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/374e1a2b-c8ec-4dfa-9f3d-8ee4b803c767/filteredDataByParams?include=componentInstances HTTP/1.1" 200 None 2022-10-14 04:11:30,375 INFO 142:onap_service.py(1) - [SDC][Get basic_network resource inputs] response code: 200 2022-10-14 04:11:30,376 DEBUG 146:onap_service.py(1) - [SDC][Get basic_network resource inputs] response: {"componentType":null,"additionalInformation":null,"artifacts":null,"deploymentArtifacts":null,"toscaArtifacts":null,"categories":null,"creatorUserId":null,"creatorFullName":null,"lastUpdaterUserId":null,"lastUpdaterFullName":null,"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"externalName":null,"properties":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.Node","ownerType":null,"description":null,"source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"capability.8728397e-e705-4cb8-8bc5-afec824c8849.feature","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","previousName":"feature","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.extVL","org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.feature","version":null,"empty":false}],"tosca.capabilities.network.Linkable":[{"external":false,"externalName":null,"properties":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","ownerType":null,"description":null,"source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"capability.d455def2-19eb-460e-b14d-f355f9fdfaa0.virtual_linkable","ownerId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","previousName":"virtual_linkable","capabilitySources":["org.openecomp.resource.vl.GenericNeutronNet","org.openecomp.resource.vl.GenericNeutronNet"],"name":"genericneutronnet0.virtual_linkable","version":null,"empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"externalName":null,"path":["568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0"],"node":"tosca.nodes.Root","source":"d455def2-19eb-460e-b14d-f355f9fdfaa0","parentName":null,"uniqueId":"8728397e-e705-4cb8-8bc5-afec824c8849.dependency","capability":"tosca.capabilities.Node","ownerId":"8728397e-e705-4cb8-8bc5-afec824c8849","ownerName":"Generic NeutronNet 0","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","previousName":"dependency","relationship":"tosca.relationships.DependsOn","name":"genericneutronnet0.dependency","type":null,"version":null,"empty":false}]},"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_role","type":"string","required":false,"defaultValue":null,"description":"Unique label that defines the role that this network performs. example: vce oam network, vnat sr-iov1 network\n","schema":null,"password":false,"name":"network_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_assignments","type":"org.openecomp.datatypes.network.NetworkAssignments","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_assignments","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b.exVL_naming","type":"org.openecomp.datatypes.Naming","required":true,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"exVL_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_flows","type":"org.openecomp.datatypes.network.NetworkFlows","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_flows","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_scope","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_scope","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_ecomp_naming","type":"org.openecomp.datatypes.EcompNaming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_ecomp_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":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":"d455def2-19eb-460e-b14d-f355f9fdfaa0.provider_network","type":"org.openecomp.datatypes.network.ProviderNetwork","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"provider_network","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_type","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network types.","schema":null,"password":false,"name":"network_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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_technology","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network technology","schema":null,"password":false,"name":"network_technology","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0.network_homing","type":"org.openecomp.datatypes.EcompHoming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"network_homing","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":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"9ed135cd-e57d-4470-a75e-0ba8aea75c1b","empty":false}],"attributes":null,"nodeFilter":null,"inputs":null,"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"Generic NeutronNet 0","SupportablityComponentVersion":null},"actualComponentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","createdFromCsar":false,"uniqueId":"568fc70e-3654-4fae-8eeb-ceed8cb21305.d455def2-19eb-460e-b14d-f355f9fdfaa0.genericneutronnet0","normalizedName":"genericneutronnet0","name":"Generic NeutronNet 0","creationTime":1665720431860,"icon":"network","description":null,"originType":"VL","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"genericneutronnet0","createdFrom":null,"componentUid":"d455def2-19eb-460e-b14d-f355f9fdfaa0","maxOccurrences":null,"minOccurrences":null,"componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vl.GenericNeutronNet","modificationTime":1665720431860,"customizationUUID":"361c2396-6649-48e9-8061-87f82b241f7b","instanceCount":null,"posX":"200","posY":"100","componentName":"Generic NeutronNet","originArchived":false,"propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"type":null,"version":null,"ownerId":null,"empty":false}],"componentInstancesRelations":null,"componentInstancesInputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":null,"policies":null,"requirements":null,"inputs":null,"outputs":null,"groups":null,"interfaces":null,"nodeFilter":null,"substitutionFilters":null,"nodeFilterforNode":null,"properties":null,"attributes":null,"componentInstancesInterfaces":null,"derivedFromGenericType":null,"derivedFromGenericVersion":null,"model":null,"serviceApiArtifacts":null,"forwardingPaths":null,"metadata":null} 2022-10-14 04:11:30,379 DEBUG 129:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2022-10-14 04:11:30,379 DEBUG 131:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources/d455def2-19eb-460e-b14d-f355f9fdfaa0/filteredDataByParams?include=metadata 2022-10-14 04:11:30,380 DEBUG 132:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] data sent: None 2022-10-14 04:11:30,383 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2022-10-14 04:11:30,428 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/resources/d455def2-19eb-460e-b14d-f355f9fdfaa0/filteredDataByParams?include=metadata HTTP/1.1" 200 2535 2022-10-14 04:11:30,429 INFO 142:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] response code: 200 2022-10-14 04:11:30,429 DEBUG 146:onap_service.py(1) - [SDC][Get basic_network component's SDC resource metadata] response: {"componentType":null,"additionalInformation":null,"artifacts":null,"deploymentArtifacts":null,"toscaArtifacts":null,"categories":null,"creatorUserId":null,"creatorFullName":null,"lastUpdaterUserId":null,"lastUpdaterFullName":null,"componentInstances":null,"componentInstancesRelations":null,"componentInstancesInputs":null,"componentInstancesProperties":null,"componentInstancesAttributes":null,"capabilities":null,"policies":null,"requirements":null,"inputs":null,"outputs":null,"groups":null,"interfaces":null,"nodeFilter":null,"substitutionFilters":null,"nodeFilterforNode":null,"properties":null,"attributes":null,"componentInstancesInterfaces":null,"derivedFromGenericType":null,"derivedFromGenericVersion":null,"model":null,"metadata":{"uniqueId":"d455def2-19eb-460e-b14d-f355f9fdfaa0","name":"Generic NeutronNet","version":"1.0","isHighestVersion":true,"creationDate":1665716909943,"lastUpdateDate":1665716909943,"description":"Generic NeutronNet","lifecycleState":"CERTIFIED","tags":["Generic NeutronNet"],"icon":"network","normalizedName":"genericneutronnet","systemName":"GenericNeutronnet","contactId":"jh0003","allVersions":{"1.0":"d455def2-19eb-460e-b14d-f355f9fdfaa0"},"isDeleted":null,"projectCode":null,"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"invariantUUID":"2e8f08df-b3e6-439d-b8a5-5be95ea39dfc","componentType":"RESOURCE","categories":[{"name":"Generic","displayName":null,"normalizedName":"generic","models":null,"uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false}],"creatorUserId":"jh0003","creatorFullName":"Jimmy Hendrix","lastUpdaterUserId":"jh0003","lastUpdaterFullName":"Jimmy Hendrix","isArchived":false,"archiveTime":0,"isVspArchived":false,"model":null,"vendorName":"ONAP (Tosca)","vendorRelease":"1.0.0.wd03","resourceVendorModelNumber":"","resourceType":"VL","isAbstract":null,"cost":null,"licenseType":null,"toscaResourceName":"org.openecomp.resource.vl.GenericNeutronNet","derivedFrom":["org.openecomp.resource.vl.extVL"],"categorySpecificMetadata":null,"csarVersionId":null,"uuid":"b6f094f2-f1aa-4a83-a702-900cb2bc62c9"},"derivedFrom":null,"derivedList":null,"defaultCapabilities":null} 2022-10-14 04:11:30,430 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Generic NeutronNet from SDC 2022-10-14 04:11:30,431 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2022-10-14 04:11:30,431 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2022-10-14 04:11:30,431 DEBUG 59:sdc_resource.py(1) - SDC resource Generic NeutronNet status: Certified 2022-10-14 04:11:30,431 DEBUG 129:onap_service.py(1) - [None][Create 4f385608-c33c-4272-b040-ec8505f52230 Service deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'dceaf3f7-c1b7-4989-8860-51e9fd939517', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:30,431 DEBUG 131:onap_service.py(1) - [None][Create 4f385608-c33c-4272-b040-ec8505f52230 Service deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/4f385608-c33c-4272-b040-ec8505f52230 2022-10-14 04:11:30,431 DEBUG 132:onap_service.py(1) - [None][Create 4f385608-c33c-4272-b040-ec8505f52230 Service deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelName": "basic_network", "modelInvariantId": "013cc00b-00e9-4b49-aa86-4608a29efe30", "modelVersion": "1.0", "modelVersionId": "b8e228ee-d033-4e6e-9b26-48de0b91cf47" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true } } } 2022-10-14 04:11:30,433 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:32,293 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/4f385608-c33c-4272-b040-ec8505f52230 HTTP/1.1" 202 262 2022-10-14 04:11:32,294 INFO 142:onap_service.py(1) - [None][Create 4f385608-c33c-4272-b040-ec8505f52230 Service deletion request] response code: 202 2022-10-14 04:11:32,295 DEBUG 146:onap_service.py(1) - [None][Create 4f385608-c33c-4272-b040-ec8505f52230 Service deletion request] response: {"requestReferences":{"requestId":"dceaf3f7-c1b7-4989-8860-51e9fd939517","instanceId":"4f385608-c33c-4272-b040-ec8505f52230","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517"}} 2022-10-14 04:11:32,295 DEBUG 79:mixins.py(1) - Wait until ServiceDeletionRequest task is not finished 2022-10-14 04:11:32,303 DEBUG 129:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '4583cb8b-c0ad-48a3-9959-70d73cdce507', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:32,303 DEBUG 131:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 2022-10-14 04:11:32,303 DEBUG 132:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] data sent: None 2022-10-14 04:11:32,307 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:32,476 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 HTTP/1.1" 200 875 2022-10-14 04:11:32,479 INFO 142:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response code: 200 2022-10-14 04:11:32,480 DEBUG 146:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response: {"request":{"requestId":"dceaf3f7-c1b7-4989-8860-51e9fd939517","startTime":"Fri, 14 Oct 2022 04:11:30 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Fri, 14 Oct 2022 04:11:31 GMT"}}} 2022-10-14 04:11:42,491 DEBUG 129:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '16e2b555-3fea-4bd8-8807-f1a0649ac7fd', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:42,491 DEBUG 131:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 2022-10-14 04:11:42,491 DEBUG 132:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] data sent: None 2022-10-14 04:11:42,493 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:42,673 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 HTTP/1.1" 200 1085 2022-10-14 04:11:42,674 INFO 142:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response code: 200 2022-10-14 04:11:42,674 DEBUG 146:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response: {"request":{"requestId":"dceaf3f7-c1b7-4989-8860-51e9fd939517","startTime":"Fri, 14 Oct 2022 04:11:30 GMT","finishTime":"Fri, 14 Oct 2022 04:11:34 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:34 GMT"}}} 2022-10-14 04:11:42,675 INFO 56:mixins.py(11) - ServiceDeletionRequest task finished 2022-10-14 04:11:42,675 DEBUG 129:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '05847d5b-2252-49c4-b445-c3dd8831c34c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:42,675 DEBUG 131:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 2022-10-14 04:11:42,675 DEBUG 132:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] data sent: None 2022-10-14 04:11:42,677 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:42,846 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 HTTP/1.1" 200 1085 2022-10-14 04:11:42,847 INFO 142:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response code: 200 2022-10-14 04:11:42,847 DEBUG 146:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response: {"request":{"requestId":"dceaf3f7-c1b7-4989-8860-51e9fd939517","startTime":"Fri, 14 Oct 2022 04:11:30 GMT","finishTime":"Fri, 14 Oct 2022 04:11:34 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:34 GMT"}}} 2022-10-14 04:11:42,848 DEBUG 129:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c4f64b6e-030c-42c2-b9d1-d790fc70c589', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:42,848 DEBUG 131:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 2022-10-14 04:11:42,848 DEBUG 132:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] data sent: None 2022-10-14 04:11:42,850 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:43,019 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 HTTP/1.1" 200 1085 2022-10-14 04:11:43,020 INFO 142:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response code: 200 2022-10-14 04:11:43,020 DEBUG 146:onap_service.py(11) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response: {"request":{"requestId":"dceaf3f7-c1b7-4989-8860-51e9fd939517","startTime":"Fri, 14 Oct 2022 04:11:30 GMT","finishTime":"Fri, 14 Oct 2022 04:11:34 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:34 GMT"}}} 2022-10-14 04:11:43,024 DEBUG 129:onap_service.py(1) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '05d9ab3b-f338-44d2-84c2-3b9b1c5738f1', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2022-10-14 04:11:43,024 DEBUG 131:onap_service.py(1) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 2022-10-14 04:11:43,024 DEBUG 132:onap_service.py(1) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] data sent: None 2022-10-14 04:11:43,026 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2022-10-14 04:11:43,193 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/dceaf3f7-c1b7-4989-8860-51e9fd939517 HTTP/1.1" 200 1085 2022-10-14 04:11:43,194 INFO 142:onap_service.py(1) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response code: 200 2022-10-14 04:11:43,195 DEBUG 146:onap_service.py(1) - [None][Check dceaf3f7-c1b7-4989-8860-51e9fd939517 orchestration request status] response: {"request":{"requestId":"dceaf3f7-c1b7-4989-8860-51e9fd939517","startTime":"Fri, 14 Oct 2022 04:11:30 GMT","finishTime":"Fri, 14 Oct 2022 04:11:34 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"013cc00b-00e9-4b49-aa86-4608a29efe30","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelUuid":"b8e228ee-d033-4e6e-9b26-48de0b91cf47","modelInvariantUuid":"013cc00b-00e9-4b49-aa86-4608a29efe30"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"4f385608-c33c-4272-b040-ec8505f52230","serviceInstanceName":"basic_network-bf71a678-96e6-4142-bb8f-f97b00dbceb7"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Fri, 14 Oct 2022 04:11:34 GMT"}}} 2022-10-14 04:11:43,195 INFO 264:service_ala_carte.py(1) - Service None deleted 2022-10-14 04:11:43,196 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,196 INFO 239:base.py(1) - Start Cleanup step: YamlTemplateServiceAlaCarteInstantiateStep 2022-10-14 04:11:43,196 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,196 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,197 INFO 239:base.py(1) - Start Cleanup step: YamlTemplateServiceOnboardStep 2022-10-14 04:11:43,197 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,197 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,197 INFO 239:base.py(1) - Start Cleanup step: ConnectServiceSubToCloudRegionStep 2022-10-14 04:11:43,198 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,198 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,198 INFO 239:base.py(1) - Start Cleanup step: RegisterCloudRegionStep 2022-10-14 04:11:43,198 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,198 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,199 INFO 239:base.py(1) - Start Cleanup step: CloudRegionCreateStep 2022-10-14 04:11:43,199 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,199 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,199 INFO 239:base.py(1) - Start Cleanup step: LinkCloudRegionToComplexStep 2022-10-14 04:11:43,199 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,200 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,200 INFO 239:base.py(1) - Start Cleanup step: ComplexCreateStep 2022-10-14 04:11:43,200 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,200 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,200 INFO 239:base.py(1) - Start Cleanup step: CustomerServiceSubscriptionCreateStep 2022-10-14 04:11:43,201 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,201 INFO 238:base.py(1) - ***************************** 2022-10-14 04:11:43,201 INFO 239:base.py(1) - Start Cleanup step: CustomerCreateStep 2022-10-14 04:11:43,201 INFO 240:base.py(1) - ***************************** 2022-10-14 04:11:43,201 INFO 190:base.py(1) - ***************************************************** 2022-10-14 04:11:43,202 INFO 191:base.py(1) - STOP [SO] YamlTemplateServiceAlaCarteInstantiateStep cleanup: Instantiate service described in YAML using SO a'la carte method. 2022-10-14 04:11:43,202 INFO 192:base.py(1) - ***************************************************** 2022-10-14 04:11:43,202 INFO 190:base.py(1) - ***************************************************** 2022-10-14 04:11:43,202 INFO 191:base.py(1) - STOP [SO] YamlTemplateVlAlaCarteInstantiateStep cleanup: Instantiate network link described in YAML using SO a'la carte method. 2022-10-14 04:11:43,202 INFO 192:base.py(1) - ***************************************************** 2022-10-14 04:11:43,203 INFO 176:run_tests.py(1) - Test result: +-----------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+---------------------+------------------+----------------+ | basic_network | integration | 04:34 | PASS | +-----------------------+---------------------+------------------+----------------+ 2022-10-14 04:11:43,206 INFO 61:basic_network.py(1) - Generate Test report 2022-10-14 04:11:43,302 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): testresults.opnfv.org:80 2022-10-14 04:11:43,575 DEBUG 433:connectionpool.py(1) - http://testresults.opnfv.org:80 "POST /onap/api/v1/results HTTP/1.1" 200 73 2022-10-14 04:11:43,577 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/6348e1806c44f500103e9705 2022-10-14 04:11:43,578 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK