2021-07-27 13:18:56,407 DEBUG 24:basic_network.py(1) - BasicNetwork init started 2021-07-27 13:18:56,407 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py:117: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._yaml_template: dict = load(yaml_template) 2021-07-27 13:18:56,413 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase') 2021-07-27 13:18:56,413 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2021-07-27 13:18:56,414 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2021-07-27 13:18:56,414 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro_stability', value='onaptests.scenario.basic_vm_macro_stability:BasicVmMacroStability', group='xtesting.testcase') 2021-07-27 13:18:56,414 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2021-07-27 13:18:56,414 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2021-07-27 13:18:56,415 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2021-07-27 13:18:56,415 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2021-07-27 13:18:56,415 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2021-07-27 13:18:56,415 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2021-07-27 13:18:56,415 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2021-07-27 13:18:56,416 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2021-07-27 13:18:56,416 INFO 169:run_tests.py(1) - Running test case 'basic_network'... 2021-07-27 13:18:56,417 DEBUG 34:basic_network.py(1) - start time 2021-07-27 13:18:56,417 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/instantiate/vl_ala_carte.py:55: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self._yaml_template: dict = load(yaml_template) 2021-07-27 13:18:56,421 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:18:56,422 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:18:56,422 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:18:56,422 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:18:56,423 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:18:56,425 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:19:05,852 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 353 2021-07-27 13:19:05,854 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:19:05,855 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:19:05,858 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:19:05,858 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:05,858 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:05,859 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:19:05,859 DEBUG 147:__init__.py(1) - number of Service returned: 1 2021-07-27 13:19:05,860 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:19:05,860 INFO 169:__init__.py(1) - Service basic_network doesn't exist in SDC 2021-07-27 13:19:05,860 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:19:05,860 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:19:05,861 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:19:05,861 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:19:05,861 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:19:05,863 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:19:13,348 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 353 2021-07-27 13:19:13,350 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:19:13,350 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:19:13,353 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:19:13,353 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:13,353 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:13,353 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:19:13,353 DEBUG 147:__init__.py(1) - number of Service returned: 1 2021-07-27 13:19:13,353 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:19:13,354 INFO 169:__init__.py(1) - Service basic_network doesn't exist in SDC 2021-07-27 13:19:13,354 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC 2021-07-27 13:19:13,354 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC 2021-07-27 13:19:13,354 DEBUG 129:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:19:13,355 DEBUG 131:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui 2021-07-27 13:19:13,355 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None 2021-07-27 13:19:13,357 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:19:17,555 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None 2021-07-27 13:19:17,559 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200 2021-07-27 13:19:17,563 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Application L4+","normalizedName":"application l4+","uniqueId":"resourceNewCategory.application l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"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":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"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":"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":"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":"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":"Media Servers","normalizedName":"media servers","uniqueId":"resourceNewCategory.application l4+.media servers","icons":["applicationServer"],"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","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},{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"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":"Network Service","normalizedName":"network service","uniqueId":"resourceNewCategory.generic.network service","icons":["network"],"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Configuration","normalizedName":"configuration","uniqueId":"resourceNewCategory.configuration.configuration","icons":["pmc"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"WAN Connectors","normalizedName":"wan connectors","uniqueId":"resourceNewCategory.network l2-3.wan connectors","icons":["network","connector","port"],"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":"Router","normalizedName":"router","uniqueId":"resourceNewCategory.network l2-3.router","icons":["router","vRouter"],"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"resourceNewCategory.network l4+","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Common Network Resources","normalizedName":"common network resources","uniqueId":"resourceNewCategory.network l4+.common network resources","icons":["network"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"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":"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},{"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":"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":"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","icons":["vl"],"metadataKeys":[],"groupings":null,"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},{"name":"DCAE Component","normalizedName":"dcae component","uniqueId":"resourceNewCategory.dcae component","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"metadataKeys":[],"groupings":null,"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":"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":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"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":"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":"Template","normalizedName":"template","uniqueId":"resourceNewCategory.template","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Monitoring Template","normalizedName":"monitoring template","uniqueId":"resourceNewCategory.template.monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Base Monitoring Template","normalizedName":"base monitoring template","uniqueId":"resourceNewCategory.template.base monitoring template","icons":["monitoring_template"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false}],"type":null,"version":null,"ownerId":null,"empty":false}],"serviceCategories":[{"name":"Network L1-3","normalizedName":"network l1-3","uniqueId":"serviceNewCategory.network l1-3","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"VoIP Call Control","normalizedName":"voip call control","uniqueId":"serviceNewCategory.voip call control","icons":["call_controll"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"E2E Service","normalizedName":"e2e service","uniqueId":"serviceNewCategory.e2e service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Partner Domain Service","normalizedName":"partner domain service","uniqueId":"serviceNewCategory.partner domain service","icons":["partner_domain_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network L4+","normalizedName":"network l4+","uniqueId":"serviceNewCategory.network l4+","icons":["network_l_4"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"ETSI NFV Network Service","normalizedName":"etsi nfv network service","uniqueId":"serviceNewCategory.etsi nfv network service","icons":["etsi_nfv_network_service"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[{"name":"ETSI Version","validValues":["3.3.1","2.7.1","2.5.1"],"mandatory":true,"defaultValue":"2.5.1","type":null,"version":null,"ownerId":null,"empty":false}],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"subcategories":null,"type":null,"version":null,"ownerId":null,"empty":false}],"productCategories":[]},"version":"1.9.0"} 2021-07-27 13:19:17,570 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8 2021-07-27 13:19:17,570 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service 2021-07-27 13:19:17,571 INFO 192:__init__.py(1) - ServiceCategory found, updating information 2021-07-27 13:19:17,571 INFO 267:__init__.py(1) - attempting to create Service basic_network in SDC 2021-07-27 13:19:17,571 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:19:17,572 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:19:17,572 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:19:17,573 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:19:17,573 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:19:17,576 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:19:26,635 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 353 2021-07-27 13:19:26,637 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:19:26,637 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:19:26,640 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:19:26,641 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:26,641 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:26,641 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:19:26,641 DEBUG 147:__init__.py(1) - number of Service returned: 1 2021-07-27 13:19:26,641 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:19:26,642 INFO 169:__init__.py(1) - Service basic_network doesn't exist in SDC 2021-07-27 13:19:26,688 DEBUG 129:onap_service.py(1) - [SDC][create Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:19:26,688 DEBUG 131:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services 2021-07-27 13:19:26,688 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" } 2021-07-27 13:19:26,690 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:19:33,785 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services HTTP/1.1" 201 None 2021-07-27 13:19:33,788 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201 2021-07-27 13:19:33,790 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"metadata":null,"constraints":[{"validValues":["true","false"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"metadata":null,"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false}],"attributes":null,"artifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.controlloopfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Control Loop Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"controlloopfunctions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"assettoscatemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","icons":["network_l_1-3"],"useServiceSubstitutionForNestedServices":false,"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":"fddabc32-8d12-4163-8401-be7c2c28b3d8.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","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":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","description":null,"schema":null,"password":false,"name":"controller_actor","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","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":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.cds_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","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":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.cds_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"cds_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","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":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.default_software_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"default_software_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","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":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false}],"outputs":null,"groups":null,"policies":null,"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"substitutionFilterComponents":null,"interfaces":{},"dataTypes":null,"substitutionFilter":null,"serviceApiArtifacts":{"configuration":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"testing":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"logging":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"monitoring":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"reporting":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"instantiation":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false}},"forwardingPaths":{},"toscaServiceName":null,"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTION_NOT_APPROVED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","creationDate":1627391969437,"version":"0.1","icon":"network_l_1-3","description":"service","tags":["basic_network"],"uniqueId":"9f429613-eb35-459a-894d-066b61233c24","componentMetadataForSupportLog":{"SupportablityComponentUUID":"6886cb79-c277-4852-87e0-ce76d9f83a5a","SupportablityComponentName":"basic_network","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","highestVersion":true,"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","systemName":"BasicNetwork","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","normalizedName":"basicnetwork","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1627391969437,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.controlloopfunctions","artifactName":null,"artifactRef":null,"artifactGroupType":"INFORMATIONAL","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Control Loop Functions","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"controlloopfunctions","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"operationalpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"certificationtestresults":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"deploymentvotingrecord":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicequestionnaire":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"dimensioninginfo":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"affinityrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"serviceartifactplan":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicespecificpolicies":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"servicesecuritytemplate":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"engineeringrules":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"distributioninstructions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false},"summaryofimpactstoecompelements":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"requiredArtifacts":null,"heatEnvType":false,"type":null,"version":null,"ownerId":null,"empty":false}},"actualComponentType":"Service","topologyTemplate":true,"creatorUserId":"cs0008","conformanceLevel":"11.0","lastUpdaterFullName":"Carlos Santana","allVersions":null,"categorySpecificMetadata":{},"csarUUID":null,"csarVersion":null,"importedToscaChecksum":null,"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_network"} 2021-07-27 13:19:33,796 INFO 285:__init__.py(1) - Service basic_network is created in SDC 2021-07-27 13:19:33,796 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:33,797 DEBUG 159:__init__.py(1) - check if Vl Generic NeutronNet exists in SDC 2021-07-27 13:19:33,797 INFO 129:__init__.py(1) - retrieving all objects of type Vl from SDC 2021-07-27 13:19:33,797 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'} 2021-07-27 13:19:33,798 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 2021-07-27 13:19:33,798 DEBUG 132:onap_service.py(1) - [SDC][get Vls] data sent: None 2021-07-27 13:19:33,800 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:19:37,976 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VL HTTP/1.1" 200 5518 2021-07-27 13:19:37,978 INFO 142:onap_service.py(1) - [SDC][get Vls] response code: 200 2021-07-27 13:19:37,979 DEBUG 146:onap_service.py(1) - [SDC][get Vls] response: [{"uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","name":"VnfVirtualLink","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/b9199a60-1484-4178-8577-449deaf97a7f/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","name":"InternalVL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/8e080315-2a98-4656-970f-455889bb27cf/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","name":"ContrailVirtualNetwork","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e8bac31f-ca32-4c67-861a-f80bc5e2e939/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"b967bbd6-8167-44b0-ae74-1695a00dfdca","invariantUUID":"58488d24-6635-4878-aa5a-284622f29a87","name":"GlobalNetwork","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/b967bbd6-8167-44b0-ae74-1695a00dfdca/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","name":"NeutronNet","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/6a298702-b2d0-4ad4-ad0c-d17949905b7b/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","name":"VL ELINE","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/72282af2-94c2-4b53-9a15-1205a2b9f30b/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","name":"ExtVL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/eb84e85c-c04e-4a8a-95d8-7cd75b502b3f/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","name":"VL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/cfcf4b65-8cb5-4b96-931e-88556dcbf1e6/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","name":"ContrailV2VirtualNetwork","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/e0ba9d3c-9603-4574-aa84-dca242ac7668/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","name":"Generic NeutronNet","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/70a1c115-f80b-47db-924c-687fda996035/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","name":"VL OVERLAYTUNNEL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/bdeec390-dc99-49f9-a819-e740a2f1cd73/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","name":"ext ZTE VL","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/0c50bf53-037e-4ee9-ac4d-44afa8023a3b/toscaModel","category":"Generic","subCategory":"Network Elements","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","name":"Network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/1937b63c-1106-4af7-a612-6a014cf0d61f/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","name":"VL UNDERLAYVPN","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/7f4d0047-47e8-40eb-8f59-6e8769f6ae34/toscaModel","category":"Network Connectivity","subCategory":"Virtual Links","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"},{"uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","name":"NsVirtualLink","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/96436e76-1090-47b5-8c82-d6e5d758f309/toscaModel","category":"Generic","subCategory":"Infrastructure","resourceType":"VL","lifecycleState":"CERTIFIED","lastUpdaterUserId":"jh0003"}] 2021-07-27 13:19:37,982 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VnfVirtualLink from SDC 2021-07-27 13:19:37,982 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,983 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,983 DEBUG 59:sdc_resource.py(1) - SDC resource VnfVirtualLink status: Certified 2021-07-27 13:19:37,983 DEBUG 273:sdc_resource.py(1) - importing SDC Resource InternalVL from SDC 2021-07-27 13:19:37,983 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,984 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,984 DEBUG 59:sdc_resource.py(1) - SDC resource InternalVL status: Certified 2021-07-27 13:19:37,984 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ContrailVirtualNetwork from SDC 2021-07-27 13:19:37,984 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,984 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,985 DEBUG 59:sdc_resource.py(1) - SDC resource ContrailVirtualNetwork status: Certified 2021-07-27 13:19:37,985 DEBUG 273:sdc_resource.py(1) - importing SDC Resource GlobalNetwork from SDC 2021-07-27 13:19:37,985 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,985 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,985 DEBUG 59:sdc_resource.py(1) - SDC resource GlobalNetwork status: Certified 2021-07-27 13:19:37,986 DEBUG 273:sdc_resource.py(1) - importing SDC Resource NeutronNet from SDC 2021-07-27 13:19:37,986 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,986 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,986 DEBUG 59:sdc_resource.py(1) - SDC resource NeutronNet status: Certified 2021-07-27 13:19:37,986 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL ELINE from SDC 2021-07-27 13:19:37,986 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,987 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,987 DEBUG 59:sdc_resource.py(1) - SDC resource VL ELINE status: Certified 2021-07-27 13:19:37,987 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ExtVL from SDC 2021-07-27 13:19:37,987 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,988 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,988 DEBUG 59:sdc_resource.py(1) - SDC resource ExtVL status: Certified 2021-07-27 13:19:37,988 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL from SDC 2021-07-27 13:19:37,988 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,988 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,988 DEBUG 59:sdc_resource.py(1) - SDC resource VL status: Certified 2021-07-27 13:19:37,989 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ContrailV2VirtualNetwork from SDC 2021-07-27 13:19:37,989 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,989 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,989 DEBUG 59:sdc_resource.py(1) - SDC resource ContrailV2VirtualNetwork status: Certified 2021-07-27 13:19:37,989 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Generic NeutronNet from SDC 2021-07-27 13:19:37,989 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,990 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,990 DEBUG 59:sdc_resource.py(1) - SDC resource Generic NeutronNet status: Certified 2021-07-27 13:19:37,990 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL OVERLAYTUNNEL from SDC 2021-07-27 13:19:37,990 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,990 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,991 DEBUG 59:sdc_resource.py(1) - SDC resource VL OVERLAYTUNNEL status: Certified 2021-07-27 13:19:37,991 DEBUG 273:sdc_resource.py(1) - importing SDC Resource ext ZTE VL from SDC 2021-07-27 13:19:37,991 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,991 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,991 DEBUG 59:sdc_resource.py(1) - SDC resource ext ZTE VL status: Certified 2021-07-27 13:19:37,991 DEBUG 273:sdc_resource.py(1) - importing SDC Resource Network from SDC 2021-07-27 13:19:37,992 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,992 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,992 DEBUG 59:sdc_resource.py(1) - SDC resource Network status: Certified 2021-07-27 13:19:37,992 DEBUG 273:sdc_resource.py(1) - importing SDC Resource VL UNDERLAYVPN from SDC 2021-07-27 13:19:37,992 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,992 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,993 DEBUG 59:sdc_resource.py(1) - SDC resource VL UNDERLAYVPN status: Certified 2021-07-27 13:19:37,993 DEBUG 273:sdc_resource.py(1) - importing SDC Resource NsVirtualLink from SDC 2021-07-27 13:19:37,993 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:19:37,993 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:19:37,993 DEBUG 59:sdc_resource.py(1) - SDC resource NsVirtualLink status: Certified 2021-07-27 13:19:37,994 DEBUG 147:__init__.py(1) - number of Vl returned: 15 2021-07-27 13:19:37,994 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic NeutronNet 2021-07-27 13:19:37,994 INFO 192:__init__.py(1) - Vl found, updating information 2021-07-27 13:19:37,994 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'} 2021-07-27 13:19:37,995 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 2021-07-27 13:19:37,995 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vl] data sent: None 2021-07-27 13:19:37,997 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:19:49,156 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:19:49,159 INFO 142:onap_service.py(1) - [SDC][Deep Load Vl] response code: 200 2021-07-27 13:19:49,162 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vl] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"9f429613-eb35-459a-894d-066b61233c24","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1627391969437,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:19:49,169 DEBUG 118:sdc_resource.py(1) - Resource Generic NeutronNet found in resources list 2021-07-27 13:19:49,178 DEBUG 129:onap_service.py(1) - [SDC][Add VL to service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:19:49,179 DEBUG 131:onap_service.py(1) - [SDC][Add VL to service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/9f429613-eb35-459a-894d-066b61233c24/resourceInstance 2021-07-27 13:19:49,179 DEBUG 132:onap_service.py(1) - [SDC][Add VL to service] data sent: { "name": "Generic NeutronNet", "componentVersion": "1.0", "posY": 100, "posX": 200, "uniqueId": "fb53fe75-0c46-4c70-8ec4-f30a956fbd5e", "originType": "VL", "componentUid": "fb53fe75-0c46-4c70-8ec4-f30a956fbd5e", "icon": "defaulticon" } 2021-07-27 13:19:49,181 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:20:02,188 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/9f429613-eb35-459a-894d-066b61233c24/resourceInstance HTTP/1.1" 201 None 2021-07-27 13:20:02,190 INFO 142:onap_service.py(1) - [SDC][Add VL to service] response code: 201 2021-07-27 13:20:02,192 DEBUG 146:onap_service.py(1) - [SDC][Add VL to service] response: {"capabilities":{"tosca.capabilities.Node":[{"external":false,"properties":null,"path":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"type":"tosca.capabilities.Node","description":null,"source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","ownerType":null,"parentName":null,"uniqueId":"capability.ad1ca31e-6ad9-4603-9ae5-0eee15835775.feature","ownerId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"properties":null,"path":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","description":null,"source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","ownerType":null,"parentName":null,"uniqueId":"capability.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.virtual_linkable","ownerId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"path":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"node":"tosca.nodes.Root","source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","parentName":null,"uniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775.dependency","capability":"tosca.capabilities.Node","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","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":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"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":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false}],"attributes":[{"getOutputValues":null,"outputId":null,"value":null,"outputPath":null,"instanceUniqueId":null,"attributeId":null,"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","defaultValue":null,"definition":false,"schema":null,"name":"tosca_name","type":"string","description":null,"status":null,"uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.tosca_name","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","_default":null,"entry_schema":null,"version":null,"empty":false},{"getOutputValues":null,"outputId":null,"value":null,"outputPath":null,"instanceUniqueId":null,"attributeId":null,"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","defaultValue":null,"definition":false,"schema":null,"name":"state","type":"string","description":null,"status":null,"uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.state","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","_default":null,"entry_schema":null,"version":null,"empty":false},{"getOutputValues":null,"outputId":null,"value":null,"outputPath":null,"instanceUniqueId":null,"attributeId":null,"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","defaultValue":null,"definition":false,"schema":null,"name":"tosca_id","type":"string","description":null,"status":null,"uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.tosca_id","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","_default":null,"entry_schema":null,"version":null,"empty":false}],"nodeFilter":null,"inputs":null,"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"Generic NeutronNet 0","SupportablityComponentVersion":null},"actualComponentUid":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","createdFromCsar":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0","normalizedName":"genericneutronnet0","name":"Generic NeutronNet 0","creationTime":1627391994636,"icon":"network","description":null,"originType":"VL","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"genericneutronnet0","createdFrom":null,"componentUid":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vl.GenericNeutronNet","modificationTime":1627391994636,"customizationUUID":"85b0b347-2689-4c43-a10e-b33f2fd1133d","posX":"200","posY":"100","componentName":"Generic NeutronNet","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"type":null,"version":null,"ownerId":null,"empty":false} 2021-07-27 13:20:02,193 INFO 511:service.py(1) - Resource VL Generic NeutronNet has been added on serice basic_network 2021-07-27 13:20:02,197 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'} 2021-07-27 13:20:02,197 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/6886cb79-c277-4852-87e0-ce76d9f83a5a/distribution 2021-07-27 13:20:02,198 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_network] data sent: None 2021-07-27 13:20:02,201 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:20:02,682 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/distribution HTTP/1.1" 200 38 2021-07-27 13:20:02,684 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_network] response code: 200 2021-07-27 13:20:02,684 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_network] response: {"distributionStatusOfServiceList":[]} 2021-07-27 13:20:02,687 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'} 2021-07-27 13:20:02,687 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 2021-07-27 13:20:02,688 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_network] data sent: None 2021-07-27 13:20:02,690 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:20:03,039 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/None HTTP/1.1" 200 29 2021-07-27 13:20:03,041 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_network] response code: 200 2021-07-27 13:20:03,041 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_network] response: {"distributionStatusList":[]} 2021-07-27 13:20:03,044 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [] 2021-07-27 13:20:03,044 INFO 728:service.py(1) - attempting to checkin Service basic_network in SDC 2021-07-27 13:20:03,048 DEBUG 129:onap_service.py(1) - [SDC][checkin Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:20:03,048 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/9f429613-eb35-459a-894d-066b61233c24/lifecycleState/checkin 2021-07-27 13:20:03,048 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: { "userRemarks": "checkin" } 2021-07-27 13:20:03,050 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:20:12,557 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/9f429613-eb35-459a-894d-066b61233c24/lifecycleState/checkin HTTP/1.1" 200 1199 2021-07-27 13:20:12,559 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200 2021-07-27 13:20:12,559 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"9f429613-eb35-459a-894d-066b61233c24","name":"basic_network","version":"0.1","isHighestVersion":true,"creationDate":1627391969437,"lastUpdateDate":1627392005648,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_network"],"icon":"network_l_1-3","normalizedName":"basicnetwork","systemName":"BasicNetwork","contactId":"cs0008","allVersions":{"0.1":"9f429613-eb35-459a-894d-066b61233c24"},"projectCode":"123456","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","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":"6886cb79-c277-4852-87e0-ce76d9f83a5a"} 2021-07-27 13:20:12,562 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:20:12,563 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:20:12,563 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:20:12,563 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:20:12,564 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:20:12,566 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:20:20,947 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 734 2021-07-27 13:20:20,948 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:20:20,948 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-07-27 13:20:20,950 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:20:20,950 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:20:20,951 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:20:20,951 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:20:20,951 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:20:20,951 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:20:20,951 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:20:20,951 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In 2021-07-27 13:20:20,951 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:20:20,951 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:20:20,951 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:20:20,952 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:20:20,952 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:20:20,952 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:20:20,953 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:20:31,652 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:20:31,658 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:20:31,660 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"9f429613-eb35-459a-894d-066b61233c24","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627392005648,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:20:31,670 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:20:31,671 INFO 728:service.py(1) - attempting to Certify Service basic_network in SDC 2021-07-27 13:20:31,678 DEBUG 129:onap_service.py(1) - [SDC][Certify Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:20:31,678 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/9f429613-eb35-459a-894d-066b61233c24/lifecycleState/Certify 2021-07-27 13:20:31,678 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: { "userRemarks": "certify" } 2021-07-27 13:20:31,681 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:20:54,046 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/9f429613-eb35-459a-894d-066b61233c24/lifecycleState/Certify HTTP/1.1" 200 1187 2021-07-27 13:20:54,050 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200 2021-07-27 13:20:54,050 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","name":"basic_network","version":"1.0","isHighestVersion":true,"creationDate":1627391969437,"lastUpdateDate":1627392005648,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_network"],"icon":"network_l_1-3","normalizedName":"basicnetwork","systemName":"BasicNetwork","contactId":"cs0008","allVersions":{"1.0":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc"},"projectCode":"123456","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","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":"6886cb79-c277-4852-87e0-ce76d9f83a5a"} 2021-07-27 13:20:54,054 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:20:54,054 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:20:54,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'} 2021-07-27 13:20:54,055 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:20:54,056 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:20:54,058 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:21:03,731 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 722 2021-07-27 13:21:03,733 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:21:03,734 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}] 2021-07-27 13:21:03,738 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:21:03,738 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:21:03,738 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:21:03,738 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:21:03,739 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:21:03,739 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:21:03,739 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:21:03,739 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified 2021-07-27 13:21:03,739 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:21:03,739 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:21:03,740 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:21:03,740 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:21:03,740 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:21:03,741 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:21:03,742 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:21:16,954 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:21:16,957 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:21:16,962 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392005648,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:21:16,968 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:21:26,979 INFO 728:service.py(1) - attempting to PROD/activate Service basic_network in SDC 2021-07-27 13:21:26,984 DEBUG 129:onap_service.py(1) - [SDC][PROD/activate Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:21:26,984 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/47b70e05-3c2f-4ea2-b270-dfb297e45ccc/distribution/PROD/activate 2021-07-27 13:21:26,984 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: { "userRemarks": "prod/activate" } 2021-07-27 13:21:26,986 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:21:34,059 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/47b70e05-3c2f-4ea2-b270-dfb297e45ccc/distribution/PROD/activate HTTP/1.1" 200 None 2021-07-27 13:21:34,061 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200 2021-07-27 13:21:34,062 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","empty":false},{"definition":false,"hidden":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.assettoscacsar","artifactName":"service-BasicNetwork-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"MmJiNDk4MWUyMjBlYjhmMzVkNGQ0NzIwZmQyNGJjNGQ=","artifactUUID":"0c3d16bc-2717-4ae3-9b5f-e98d30ec182c","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"9f429613-eb35-459a-894d-066b61233c24.assettoscacsar","duplicated":false,"payloadUpdateDate":1627392045747,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1627391968437,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.assettoscatemplate","artifactName":"service-BasicNetwork-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"NjQzODQzN2U3YjM4NGVlOWJhYTQ2MzQzNjVkYmE4Mzg=","artifactUUID":"794bd8e0-6c0b-47e2-bc44-003b524829fc","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"9f429613-eb35-459a-894d-066b61233c24.assettoscatemplate","duplicated":false,"payloadUpdateDate":1627392041738,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1627391968437,"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":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"type":"tosca.capabilities.Node","source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","uniqueId":"capability.ad1ca31e-6ad9-4603-9ae5-0eee15835775.feature","ownerId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","uniqueId":"capability.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.virtual_linkable","ownerId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"node":"tosca.nodes.Root","source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","uniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775.dependency","capability":"tosca.capabilities.Node","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","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":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_assignments","type":"org.openecomp.datatypes.network.NetworkAssignments","required":false,"password":false,"name":"network_assignments","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6.exVL_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"exVL_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_flows","type":"org.openecomp.datatypes.network.NetworkFlows","required":false,"password":false,"name":"network_flows","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_scope","type":"string","required":false,"password":false,"name":"network_scope","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.provider_network","type":"org.openecomp.datatypes.network.ProviderNetwork","required":false,"password":false,"name":"provider_network","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_type","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network types.","password":false,"name":"network_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_technology","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network technology","password":false,"name":"network_technology","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_homing","type":"org.openecomp.datatypes.EcompHoming","required":false,"password":false,"name":"network_homing","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false}],"attributes":[{"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","definition":false,"name":"tosca_name","type":"string","uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.tosca_name","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","empty":false},{"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","definition":false,"name":"state","type":"string","uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.state","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","empty":false},{"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","definition":false,"name":"tosca_id","type":"string","uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.tosca_id","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"Generic NeutronNet 0"},"actualComponentUid":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","createdFromCsar":false,"uniqueId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0","normalizedName":"genericneutronnet0","name":"Generic NeutronNet 0","creationTime":1627391994636,"icon":"network","originType":"VL","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"genericneutronnet0","componentUid":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vl.GenericNeutronNet","modificationTime":1627391994636,"customizationUUID":"85b0b347-2689-4c43-a10e-b33f2fd1133d","posX":"200","posY":"100","componentName":"Generic NeutronNet","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesProperties":{"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0":[{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_assignments","type":"org.openecomp.datatypes.network.NetworkAssignments","required":false,"password":false,"name":"network_assignments","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6.exVL_naming","type":"org.openecomp.datatypes.Naming","required":true,"password":false,"name":"exVL_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_flows","type":"org.openecomp.datatypes.network.NetworkFlows","required":false,"password":false,"name":"network_flows","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_scope","type":"string","required":false,"password":false,"name":"network_scope","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.provider_network","type":"org.openecomp.datatypes.network.ProviderNetwork","required":false,"password":false,"name":"provider_network","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_type","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network types.","password":false,"name":"network_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_technology","type":"string","required":false,"defaultValue":"NEUTRON","description":"ECOMP supported network technology","password":false,"name":"network_technology","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false},{"definition":false,"hidden":false,"uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.network_homing","type":"org.openecomp.datatypes.EcompHoming","required":false,"password":false,"name":"network_homing","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"61039fd0-1f61-4510-91d0-c402338133e6","empty":false}]},"componentInstancesAttributes":{"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0":[{"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.tosca_name","name":"tosca_name","type":"string","definition":false,"ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","empty":false},{"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.state","name":"state","type":"string","definition":false,"ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","empty":false},{"parentUniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","uniqueId":"attribute.ad1ca31e-6ad9-4603-9ae5-0eee15835775.tosca_id","name":"tosca_id","type":"string","definition":false,"ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"path":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"type":"tosca.capabilities.Node","source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","uniqueId":"capability.ad1ca31e-6ad9-4603-9ae5-0eee15835775.feature","ownerId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"type":"tosca.capabilities.network.Linkable","source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","uniqueId":"capability.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.virtual_linkable","ownerId":"9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.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":["9f429613-eb35-459a-894d-066b61233c24.fb53fe75-0c46-4c70-8ec4-f30a956fbd5e.genericneutronnet0"],"node":"tosca.nodes.Root","source":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","uniqueId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775.dependency","capability":"tosca.capabilities.Node","ownerId":"ad1ca31e-6ad9-4603-9ae5-0eee15835775","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":"fddabc32-8d12-4163-8401-be7c2c28b3d8.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false},{"definition":false,"hidden":false,"uniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"fddabc32-8d12-4163-8401-be7c2c28b3d8","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"forwardingPaths":{},"environmentContext":"General_Revenue-Bearing","serviceType":"","projectCode":"123456","distributionStatus":"DISTRIBUTED","ecompGeneratedNaming":true,"namingPolicy":"","serviceFunction":"","serviceRole":"","instantiationType":"A-la-carte","creationDate":1627391969437,"version":"1.0","icon":"network_l_1-3","description":"service","tags":["basic_network"],"uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","componentMetadataForSupportLog":{"SupportablityComponentUUID":"6886cb79-c277-4852-87e0-ce76d9f83a5a","SupportablityComponentName":"basic_network","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","highestVersion":true,"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","systemName":"BasicNetwork","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","normalizedName":"basicnetwork","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1627392091433,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.controlloopfunctions","artifactGroupType":"INFORMATIONAL","artifactDisplayName":"Control Loop Functions","mandatory":true,"serviceApi":false,"artifactLabel":"controlloopfunctions","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1627391968437,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968437,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1627391968436,"timeout":0,"artifactType":"OTHER","uniqueId":"9f429613-eb35-459a-894d-066b61233c24.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":1627391968436,"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":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc"},"categorySpecificMetadata":{},"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_network"} 2021-07-27 13:21:34,066 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:21:34,066 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:21:34,066 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:21:34,066 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:21:34,067 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:21:34,068 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:21:43,542 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:21:43,544 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:21:43,545 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:21:43,548 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:21:43,549 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:21:43,549 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:21:43,549 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:21:43,549 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:21:43,549 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:21:43,550 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:21:43,550 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:21:43,550 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:21:43,550 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:21:43,550 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:21:43,551 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:21:43,551 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:21:43,551 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:21:43,553 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:21:56,258 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:21:56,261 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:21:56,265 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:21:56,272 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:21:56,273 INFO 201:service.py(1) - Service basic_network onboarded 2021-07-27 13:21:56,274 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists * 2021-07-27 13:21:56,275 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:21:56,275 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:21:56,275 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:21:56,277 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:21:56,647 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 404 288 2021-07-27 13:21:56,648 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 404 2021-07-27 13:21:56,649 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}} 2021-07-27 13:21:56,649 ERROR 157:onap_service.py(1) - [AAI][get cloud regions] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:21:56,649 ERROR 233:onap_service.py(1) - [AAI][get cloud regions] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}}. 2021-07-27 13:21:56,661 DEBUG 129:onap_service.py(1) - [AAI][Create cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:21:56,661 DEBUG 131:onap_service.py(1) - [AAI][Create cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne 2021-07-27 13:21:56,661 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": "" } 2021-07-27 13:21:56,663 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:21:57,739 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne HTTP/1.1" 201 0 2021-07-27 13:21:57,740 INFO 142:onap_service.py(1) - [AAI][Create cloud region] response code: 201 2021-07-27 13:21:57,740 DEBUG 146:onap_service.py(1) - [AAI][Create cloud region] response: 2021-07-27 13:21:57,744 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:21:57,744 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:21:57,744 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:21:57,745 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:21:57,940 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 378 2021-07-27 13:21:57,941 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:21:57,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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392116710"}]} 2021-07-27 13:21:57,968 DEBUG 129:onap_service.py(1) - [AAI][Add external system info to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:21:57,968 DEBUG 131:onap_service.py(1) - [AAI][Add external system info to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/884a74d4-9654-4222-81d1-18188a065f01 2021-07-27 13:21:57,968 DEBUG 132:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: { "esr-system-info-id": "884a74d4-9654-4222-81d1-18188a065f01", "user-name": "onap-wro", "password": "wro-onap", "system-type": "VIM" , "service-url": "http://wg-cloud.onap.dyn.nesc.nokia.net:5000" , "ssl-insecure": false , "cloud-domain": "Default" , "default-tenant": "onap-wro" , "system-status": "active" } 2021-07-27 13:21:57,970 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:04,332 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/esr-system-info-list/esr-system-info/884a74d4-9654-4222-81d1-18188a065f01 HTTP/1.1" 201 0 2021-07-27 13:22:04,333 INFO 142:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201 2021-07-27 13:22:04,333 DEBUG 146:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 2021-07-27 13:22:04,336 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:04,336 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 2021-07-27 13:22:04,336 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-07-27 13:22:04,338 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:04,536 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 404 464 2021-07-27 13:22:04,537 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 404 2021-07-27 13:22:04,537 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/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}} 2021-07-27 13:22:04,538 ERROR 157:onap_service.py(1) - [AAI][get tenants] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:04,538 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/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}}. 2021-07-27 13:22:04,538 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant 2021-07-27 13:22:04,538 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise 2021-07-27 13:22:04,541 DEBUG 129:onap_service.py(1) - [AAI][add tenant to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:04,542 DEBUG 131:onap_service.py(1) - [AAI][add tenant to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 2021-07-27 13:22:04,542 DEBUG 132:onap_service.py(1) - [AAI][add tenant to cloud region] data sent: { "tenant-id": "f41abc47519441359fc94897110fa224", "tenant-name": "onap-wro", "tenant-context": "None" } 2021-07-27 13:22:04,544 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:05,478 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 201 0 2021-07-27 13:22:05,480 INFO 142:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201 2021-07-27 13:22:05,480 DEBUG 146:onap_service.py(1) - [AAI][add tenant to cloud region] response: 2021-07-27 13:22:05,484 DEBUG 129:onap_service.py(1) - [AAI][get availability_zones] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:05,484 DEBUG 131:onap_service.py(1) - [AAI][get availability_zones] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone 2021-07-27 13:22:05,485 DEBUG 132:onap_service.py(1) - [AAI][get availability_zones] data sent: None 2021-07-27 13:22:05,488 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:05,637 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone HTTP/1.1" 404 505 2021-07-27 13:22:05,638 INFO 142:onap_service.py(1) - [AAI][get availability_zones] response code: 404 2021-07-27 13:22:05,638 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"]}}} 2021-07-27 13:22:05,639 ERROR 157:onap_service.py(1) - [AAI][get availability_zones] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:05,639 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"]}}}. 2021-07-27 13:22:05,645 DEBUG 129:onap_service.py(1) - [AAI][Add availability zone to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:05,646 DEBUG 131:onap_service.py(1) - [AAI][Add availability zone to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone 2021-07-27 13:22:05,646 DEBUG 132:onap_service.py(1) - [AAI][Add availability zone to cloud region] data sent: { "availability-zone-name": "basicvm-availability-zone", "hypervisor-type": "nova" } 2021-07-27 13:22:05,649 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:07,278 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/availability-zones/availability-zone/basicvm-availability-zone HTTP/1.1" 201 0 2021-07-27 13:22:07,279 INFO 142:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201 2021-07-27 13:22:07,279 DEBUG 146:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 2021-07-27 13:22:07,290 DEBUG 129:onap_service.py(1) - [AAI][create complex] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:07,290 DEBUG 131:onap_service.py(1) - [AAI][create complex] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/complexes/complex/lannion 2021-07-27 13:22:07,290 DEBUG 132:onap_service.py(1) - [AAI][create complex] data sent: { "physical-location-id": "lannion", "data-center-code": "1234-5", "complex-name": "lannion", "identity-url": "", "resource-version": "", "physical-location-type": "", "street1": "", "street2": "", "city": "", "state": "", "postal-code": "", "country": "", "region": "", "latitude": "", "longitude": "", "elevation": "", "lata": "" } 2021-07-27 13:22:07,292 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:11,878 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/complexes/complex/lannion HTTP/1.1" 201 0 2021-07-27 13:22:11,879 INFO 142:onap_service.py(1) - [AAI][create complex] response code: 201 2021-07-27 13:22:11,879 DEBUG 146:onap_service.py(1) - [AAI][create complex] response: 2021-07-27 13:22:11,882 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:11,882 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:22:11,882 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:22:11,883 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:12,340 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 378 2021-07-27 13:22:12,341 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:22:12,342 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392116710"}]} 2021-07-27 13:22:12,355 DEBUG 129:onap_service.py(1) - [AAI][add relationship to CloudRegion] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:12,355 DEBUG 131:onap_service.py(1) - [AAI][add relationship to CloudRegion] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/relationship-list/relationship 2021-07-27 13:22:12,355 DEBUG 132:onap_service.py(1) - [AAI][add relationship to CloudRegion] data sent: { "related-to": "complex", "related-link": "aai/v13/cloud-infrastructure/complexes/complex/lannion", "relationship-label": "org.onap.relationships.inventory.LocatedIn", "relationship-data": {"relationship-key": "complex.physical-location-id", "relationship-value": "lannion"} } 2021-07-27 13:22:12,357 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:13,337 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/relationship-list/relationship HTTP/1.1" 200 0 2021-07-27 13:22:13,338 INFO 142:onap_service.py(1) - [AAI][add relationship to CloudRegion] response code: 200 2021-07-27 13:22:13,338 DEBUG 146:onap_service.py(1) - [AAI][add relationship to CloudRegion] response: 2021-07-27 13:22:13,350 DEBUG 129:onap_service.py(1) - [AAI][declare customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:13,350 DEBUG 131:onap_service.py(1) - [AAI][declare customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer 2021-07-27 13:22:13,350 DEBUG 132:onap_service.py(1) - [AAI][declare customer] data sent: { "global-customer-id": "basicnw-customer", "subscriber-name": "basicnw-customer", "subscriber-type": "INFRA" } 2021-07-27 13:22:13,352 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:13,637 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnw-customer HTTP/1.1" 201 0 2021-07-27 13:22:13,638 INFO 142:onap_service.py(1) - [AAI][declare customer] response code: 201 2021-07-27 13:22:13,638 DEBUG 146:onap_service.py(1) - [AAI][declare customer] response: 2021-07-27 13:22:13,640 DEBUG 129:onap_service.py(1) - [AAI][get created customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:13,640 DEBUG 131:onap_service.py(1) - [AAI][get created customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer 2021-07-27 13:22:13,640 DEBUG 132:onap_service.py(1) - [AAI][get created customer] data sent: None 2021-07-27 13:22:13,642 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:13,879 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2021-07-27 13:22:13,880 INFO 142:onap_service.py(1) - [AAI][get created customer] response code: 200 2021-07-27 13:22:13,881 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":"1627392133389"} 2021-07-27 13:22:13,883 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=='} 2021-07-27 13:22:13,884 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer 2021-07-27 13:22:13,884 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2021-07-27 13:22:13,885 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:14,038 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2021-07-27 13:22:14,039 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2021-07-27 13:22:14,039 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":"1627392133389"} 2021-07-27 13:22:14,043 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=='} 2021-07-27 13:22:14,043 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/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2021-07-27 13:22:14,043 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2021-07-27 13:22:14,046 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:14,237 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 404 360 2021-07-27 13:22:14,237 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 404 2021-07-27 13:22:14,238 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"]}}} 2021-07-27 13:22:14,238 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=='} 2021-07-27 13:22:14,238 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"]}}}. 2021-07-27 13:22:14,238 INFO 561:customer.py(1) - Create service subscription for basicnw-customer customer 2021-07-27 13:22:14,240 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:22:14,240 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:22:14,241 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:22:14,241 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:22:14,241 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:22:14,243 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:22:21,239 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:22:21,241 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:22:21,242 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:22:21,244 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:22:21,244 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:22:21,244 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:22:21,244 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:22:21,244 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:22:21,244 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:22:21,244 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:22:21,244 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:22:21,245 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:22:21,245 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:22:21,245 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:22:21,245 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:22:21,245 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:22:21,245 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:22:21,247 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:22:32,765 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:22:32,770 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:22:32,774 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:22:32,786 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:22:32,788 DEBUG 129:onap_service.py(1) - [AAI][Create service subscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:32,788 DEBUG 131:onap_service.py(1) - [AAI][Create service subscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network 2021-07-27 13:22:32,788 DEBUG 132:onap_service.py(1) - [AAI][Create service subscription] data sent: { "service-id": "d1d322f3-6322-483e-87fe-78360ff3c386" } 2021-07-27 13:22:32,791 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:33,247 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network HTTP/1.1" 201 0 2021-07-27 13:22:33,248 INFO 142:onap_service.py(1) - [AAI][Create service subscription] response code: 201 2021-07-27 13:22:33,249 DEBUG 146:onap_service.py(1) - [AAI][Create service subscription] response: 2021-07-27 13:22:33,252 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=='} 2021-07-27 13:22:33,252 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/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2021-07-27 13:22:33,252 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2021-07-27 13:22:33,255 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:33,439 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 94 2021-07-27 13:22:33,441 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2021-07-27 13:22:33,441 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1627392152833"}]} 2021-07-27 13:22:33,447 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=='} 2021-07-27 13:22:33,447 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer 2021-07-27 13:22:33,447 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2021-07-27 13:22:33,451 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:33,638 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2021-07-27 13:22:33,639 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2021-07-27 13:22:33,639 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":"1627392133389"} 2021-07-27 13:22:33,642 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=='} 2021-07-27 13:22:33,642 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/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2021-07-27 13:22:33,642 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2021-07-27 13:22:33,644 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:34,080 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 94 2021-07-27 13:22:34,081 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2021-07-27 13:22:34,082 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1627392152833"}]} 2021-07-27 13:22:34,086 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:34,086 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:22:34,087 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:22:34,090 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:34,348 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2021-07-27 13:22:34,350 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:22:34,350 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392132388","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-07-27 13:22:34,353 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:34,353 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 2021-07-27 13:22:34,353 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-07-27 13:22:34,355 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:34,633 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 132 2021-07-27 13:22:34,635 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-07-27 13:22:34,635 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1627392124576"} 2021-07-27 13:22:34,648 DEBUG 129:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:34,648 DEBUG 131:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list/relationship 2021-07-27 13:22:34,648 DEBUG 132:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] data sent: { "related-to": "tenant", "related-link": "https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224?resource-version=1627392124576", "related-to-property": [{"property-key": "tenant.tenant-name", "property-value": "onap-wro"}], "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": "f41abc47519441359fc94897110fa224"}] } 2021-07-27 13:22:34,650 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:35,977 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list/relationship HTTP/1.1" 200 0 2021-07-27 13:22:35,979 INFO 142:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response code: 200 2021-07-27 13:22:35,979 DEBUG 146:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response: 2021-07-27 13:22:35,983 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=='} 2021-07-27 13:22:35,983 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer 2021-07-27 13:22:35,983 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2021-07-27 13:22:35,985 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:36,238 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2021-07-27 13:22:36,239 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2021-07-27 13:22:36,239 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":"1627392133389"} 2021-07-27 13:22:36,242 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:36,242 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:22:36,242 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:22:36,244 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:36,444 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2021-07-27 13:22:36,445 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:22:36,445 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392132388","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-07-27 13:22:36,449 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:36,449 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 2021-07-27 13:22:36,450 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-07-27 13:22:36,452 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:36,883 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 605 2021-07-27 13:22:36,884 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-07-27 13:22:36,884 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1627392154683","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/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"}]}]}} 2021-07-27 13:22:36,888 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entities] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:36,889 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entities] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities 2021-07-27 13:22:36,889 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None 2021-07-27 13:22:36,891 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:37,284 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities HTTP/1.1" 200 1056 2021-07-27 13:22:37,286 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 200 2021-07-27 13:22:37,286 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"owning-entity":[{"owning-entity-id":"7896662b-4101-4d28-ab30-e5886b72514c","owning-entity-name":"OE-ETE_Customer-7896662b-4101-4d28-ab30-e5886b72514c","resource-version":"1627391235751","relationship-list":{"relationship":[{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/customers/customer/ETE_Customer_ece1f98f-bb3e-4a8f-8472-012f291a6fd7/service-subscriptions/service-subscription/pNF/service-instances/service-instance/09a6fb20-4a28-4374-b372-e694b7dda98c","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"ETE_Customer_ece1f98f-bb3e-4a8f-8472-012f291a6fd7"},{"relationship-key":"service-subscription.service-type","relationship-value":"pNF"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"09a6fb20-4a28-4374-b372-e694b7dda98c"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"Service_Ete_Nameece1f98f-bb3e-4a8f-8472-012f291a6fd7"}]}]}}]} 2021-07-27 13:22:37,289 INFO 198:service_ala_carte.py(1) - Owning entity not found, create it 2021-07-27 13:22:37,294 DEBUG 129:onap_service.py(1) - [AAI][Declare A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:37,295 DEBUG 131:onap_service.py(1) - [AAI][Declare A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities/owning-entity/62c722af-0373-4ced-ada9-eb881725c702 2021-07-27 13:22:37,295 DEBUG 132:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: { "owning-entity-name": "basicnw-oe", "owning-entity-id": "62c722af-0373-4ced-ada9-eb881725c702" } 2021-07-27 13:22:37,297 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:37,842 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/owning-entities/owning-entity/62c722af-0373-4ced-ada9-eb881725c702 HTTP/1.1" 201 0 2021-07-27 13:22:37,847 INFO 142:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201 2021-07-27 13:22:37,848 DEBUG 146:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 2021-07-27 13:22:37,853 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:22:37,853 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entity] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities/owning-entity/62c722af-0373-4ced-ada9-eb881725c702 2021-07-27 13:22:37,853 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None 2021-07-27 13:22:37,856 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:22:37,944 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities/owning-entity/62c722af-0373-4ced-ada9-eb881725c702 HTTP/1.1" 200 128 2021-07-27 13:22:37,945 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200 2021-07-27 13:22:37,946 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"62c722af-0373-4ced-ada9-eb881725c702","owning-entity-name":"basicnw-oe","resource-version":"1627392157336"} 2021-07-27 13:22:37,956 DEBUG 129:onap_service.py(1) - [None][Declare VID resource with basicnw-project name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json'} 2021-07-27 13:22:37,956 DEBUG 131:onap_service.py(1) - [None][Declare VID resource with basicnw-project name] url used: https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project 2021-07-27 13:22:37,956 DEBUG 132:onap_service.py(1) - [None][Declare VID resource with basicnw-project name] data sent: { "options": ["basicnw-project"] } 2021-07-27 13:22:37,958 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): vid.api.simpledemo.onap.org:30200 2021-07-27 13:22:38,328 DEBUG 433:connectionpool.py(1) - https://vid.api.simpledemo.onap.org:30200 "POST /vid/maintenance/category_parameter/project HTTP/1.1" 200 13 2021-07-27 13:22:38,330 INFO 142:onap_service.py(1) - [None][Declare VID resource with basicnw-project name] response code: 200 2021-07-27 13:22:38,331 DEBUG 146:onap_service.py(1) - [None][Declare VID resource with basicnw-project name] response: {"errors":[]} 2021-07-27 13:22:38,334 INFO 203:service_ala_carte.py(1) - ******** Check Service Distribution ******* 2021-07-27 13:22:38,334 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:22:38,335 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:22:38,335 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:22:38,335 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:22:38,336 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:22:38,338 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:22:46,542 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:22:46,545 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:22:46,546 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:22:46,550 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:22:46,550 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:22:46,551 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:22:46,551 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:22:46,551 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:22:46,551 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:22:46,552 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:22:46,552 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:22:46,552 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:22:46,552 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:22:46,552 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:22:46,553 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:22:46,553 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:22:46,553 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:22:46,556 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:22:58,251 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:22:58,253 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:22:58,255 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:22:58,260 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:22:58,260 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'} 2021-07-27 13:22:58,260 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/6886cb79-c277-4852-87e0-ce76d9f83a5a/distribution 2021-07-27 13:22:58,260 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_network] data sent: None 2021-07-27 13:22:58,262 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:22:58,537 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/distribution HTTP/1.1" 200 205 2021-07-27 13:22:58,538 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_network] response code: 200 2021-07-27 13:22:58,539 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_network] response: {"distributionStatusOfServiceList":[{"distributionID":"c1a3743c-e554-4986-86cf-d98b96769d9f","timestamp":"2021-07-27 13:21:30.039 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]} 2021-07-27 13:22:58,542 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'} 2021-07-27 13:22:58,542 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/c1a3743c-e554-4986-86cf-d98b96769d9f 2021-07-27 13:22:58,542 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_network] data sent: None 2021-07-27 13:22:58,544 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:22:58,651 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/c1a3743c-e554-4986-86cf-d98b96769d9f HTTP/1.1" 200 6477 2021-07-27 13:22:58,653 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_network] response code: 200 2021-07-27 13:22:58,653 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_network] response: {"distributionStatusList":[{"omfComponentID":"multicloud-k8s-id","timestamp":"1627392097294","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":"1627392088067","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1627392097294","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1627392096578","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1627392082540","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1627392095107","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1627392121985","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1627392088067","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1627392094191","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1627392109192","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1627392085789","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1627392096191","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1627392115745","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1627392082570","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1627392118051","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1627392094191","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1627392097194","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1627392109192","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1627392082570","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1627392082540","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1627392101051","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1627392100042","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1627392085789","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":"1627392094944","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1627392096721","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1627392097581","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1627392122988","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1627392119055","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1627392095187","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1627392107469","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1627392115051","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1627392095047","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1627392107469","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1627392095107","url":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","status":"NOT_NOTIFIED","errorReason":"null"}]} 2021-07-27 13:22:58,656 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1627392097294', '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': '1627392088067', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1627392097294', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1627392096578', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1627392082540', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1627392095107', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1627392121985', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1627392088067', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1627392094191', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1627392109192', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1627392085789', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1627392096191', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1627392115745', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1627392082570', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1627392118051', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1627392094191', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1627392097194', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1627392109192', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1627392082570', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1627392082540', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1627392101051', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1627392100042', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1627392085789', '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': '1627392094944', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1627392096721', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1627392097581', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1627392122988', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1627392119055', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1627392095187', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1627392107469', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1627392115051', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1627392095047', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1627392107469', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1627392095107', 'url': '/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}] 2021-07-27 13:22:58,657 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai 2021-07-27 13:22:58,657 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc 2021-07-27 13:22:58,657 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO 2021-07-27 13:22:58,657 INFO 210:service_ala_carte.py(1) - Service Distribution for basic_network is sucessfully finished 2021-07-27 13:22:58,668 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': '4b87bdb4-4697-403d-838c-239febf0b9e4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:22:58,668 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 2021-07-27 13:22:58,668 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334", "source": "VID", "suppressRollback": false, "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelInvariantId": "d1d322f3-6322-483e-87fe-78360ff3c386", "modelVersionId": "6886cb79-c277-4852-87e0-ce76d9f83a5a", "modelName": "basic_network", "modelVersion": "1.0" }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "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": "62c722af-0373-4ced-ada9-eb881725c702", "owningEntityName": "basicnw-oe" } } } 2021-07-27 13:22:58,670 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:01,056 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances HTTP/1.1" 202 262 2021-07-27 13:23:01,058 INFO 142:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] response code: 202 2021-07-27 13:23:01,058 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_network service a'la carte] response: {"requestReferences":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4"}} 2021-07-27 13:23:01,059 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished 2021-07-27 13:23:01,078 DEBUG 129:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '11fc4e74-4d0f-401f-bda5-e13909ed7a67', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:23:01,079 DEBUG 131:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 2021-07-27 13:23:01,079 DEBUG 132:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] data sent: None 2021-07-27 13:23:01,083 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:01,571 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 HTTP/1.1" 200 1352 2021-07-27 13:23:01,573 INFO 142:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response code: 200 2021-07-27 13:23:01,574 DEBUG 146:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response: {"request":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","startTime":"Tue, 27 Jul 2021 13:22:58 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"62c722af-0373-4ced-ada9-eb881725c702","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Tue, 27 Jul 2021 13:23:00 GMT"}}} 2021-07-27 13:23:11,586 DEBUG 129:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '273e62ed-b7e0-466c-8555-b21cff2f4cb1', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:23:11,587 DEBUG 131:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 2021-07-27 13:23:11,588 DEBUG 132:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] data sent: None 2021-07-27 13:23:11,590 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:12,364 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 HTTP/1.1" 200 1622 2021-07-27 13:23:12,366 INFO 142:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response code: 200 2021-07-27 13:23:12,367 DEBUG 146:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response: {"request":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","startTime":"Tue, 27 Jul 2021 13:22:58 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"62c722af-0373-4ced-ada9-eb881725c702","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"IN_PROGRESS","statusMessage":"FLOW STATUS: Execution of AssignServiceInstanceBB has completed successfully, next invoking ActivateServiceInstanceBB (Execution Path progress: BBs completed = 1; BBs remaining = 1). TASK INFORMATION: Last task executed: Call SDNC","percentProgress":52,"timestamp":"Tue, 27 Jul 2021 13:23:10 GMT"}}} 2021-07-27 13:23:22,379 DEBUG 129:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8653a2eb-cba8-431e-b7ce-a0c589e1cc03', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:23:22,379 DEBUG 131:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 2021-07-27 13:23:22,379 DEBUG 132:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] data sent: None 2021-07-27 13:23:22,381 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:22,629 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 HTTP/1.1" 200 1562 2021-07-27 13:23:22,631 INFO 142:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response code: 200 2021-07-27 13:23:22,631 DEBUG 146:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response: {"request":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","startTime":"Tue, 27 Jul 2021 13:22:58 GMT","finishTime":"Tue, 27 Jul 2021 13:23:13 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"62c722af-0373-4ced-ada9-eb881725c702","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:23:13 GMT"}}} 2021-07-27 13:23:22,632 INFO 56:mixins.py(8) - ServiceInstantiation task finished 2021-07-27 13:23:22,633 DEBUG 129:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ff300c87-4a9a-4cee-b63e-297b57d9b65e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:23:22,633 DEBUG 131:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 2021-07-27 13:23:22,634 DEBUG 132:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] data sent: None 2021-07-27 13:23:22,636 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:22,869 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 HTTP/1.1" 200 1562 2021-07-27 13:23:22,871 INFO 142:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response code: 200 2021-07-27 13:23:22,872 DEBUG 146:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response: {"request":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","startTime":"Tue, 27 Jul 2021 13:22:58 GMT","finishTime":"Tue, 27 Jul 2021 13:23:13 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"62c722af-0373-4ced-ada9-eb881725c702","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:23:13 GMT"}}} 2021-07-27 13:23:22,873 DEBUG 129:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '58f7b32c-1abd-4238-bbd7-3f2bd36c6b60', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:23:22,873 DEBUG 131:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 2021-07-27 13:23:22,874 DEBUG 132:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] data sent: None 2021-07-27 13:23:22,876 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:23,089 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 HTTP/1.1" 200 1562 2021-07-27 13:23:23,091 INFO 142:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response code: 200 2021-07-27 13:23:23,091 DEBUG 146:onap_service.py(8) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response: {"request":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","startTime":"Tue, 27 Jul 2021 13:22:58 GMT","finishTime":"Tue, 27 Jul 2021 13:23:13 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"62c722af-0373-4ced-ada9-eb881725c702","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:23:13 GMT"}}} 2021-07-27 13:23:23,104 DEBUG 129:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c4f7fa4b-d170-4284-8d64-7b96927ca380', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:23:23,105 DEBUG 131:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 2021-07-27 13:23:23,105 DEBUG 132:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] data sent: None 2021-07-27 13:23:23,107 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:23,321 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 HTTP/1.1" 200 1562 2021-07-27 13:23:23,323 INFO 142:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response code: 200 2021-07-27 13:23:23,323 DEBUG 146:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response: {"request":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","startTime":"Tue, 27 Jul 2021 13:22:58 GMT","finishTime":"Tue, 27 Jul 2021 13:23:13 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"62c722af-0373-4ced-ada9-eb881725c702","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:23:13 GMT"}}} 2021-07-27 13:23:23,324 DEBUG 129:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5f44a827-8875-4279-8b90-0151636b0981', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:23:23,324 DEBUG 131:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 2021-07-27 13:23:23,324 DEBUG 132:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] data sent: None 2021-07-27 13:23:23,326 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:23:23,532 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4b87bdb4-4697-403d-838c-239febf0b9e4 HTTP/1.1" 200 1562 2021-07-27 13:23:23,534 INFO 142:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response code: 200 2021-07-27 13:23:23,535 DEBUG 146:onap_service.py(1) - [None][Check 4b87bdb4-4697-403d-838c-239febf0b9e4 orchestration request status] response: {"request":{"requestId":"4b87bdb4-4697-403d-838c-239febf0b9e4","startTime":"Tue, 27 Jul 2021 13:22:58 GMT","finishTime":"Tue, 27 Jul 2021 13:23:13 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnw-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"subscriptionServiceType":"basic_network","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnw-project"},"owningEntity":{"owningEntityId":"62c722af-0373-4ced-ada9-eb881725c702","owningEntityName":"basicnw-oe"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:23:13 GMT"}}} 2021-07-27 13:23:23,536 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=='} 2021-07-27 13:23:23,536 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/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2021-07-27 13:23:23,537 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2021-07-27 13:23:23,539 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:23,752 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 754 2021-07-27 13:23:23,753 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2021-07-27 13:23:23,753 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1627392154683","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-07-27 13:23:23,757 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:23:23,757 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 2021-07-27 13:23:23,757 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] data sent: None 2021-07-27 13:23:23,760 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:23,842 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 HTTP/1.1" 200 1195 2021-07-27 13:23:23,843 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] response code: 200 2021-07-27 13:23:23,844 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] response: {"service-instance":[{"service-instance-id":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","service-instance-name":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"d1d322f3-6322-483e-87fe-78360ff3c386","model-version-id":"6886cb79-c277-4852-87e0-ce76d9f83a5a","resource-version":"1627392192897","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/62c722af-0373-4ced-ada9-eb881725c702","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"62c722af-0373-4ced-ada9-eb881725c702"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnw-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnw-project"}]}]}}]} 2021-07-27 13:23:23,848 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=='} 2021-07-27 13:23:23,848 DEBUG 131:onap_service.py(1) - [AAI][Get basicnw-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer 2021-07-27 13:23:23,848 DEBUG 132:onap_service.py(1) - [AAI][Get basicnw-customer customer] data sent: None 2021-07-27 13:23:23,850 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:23,939 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer HTTP/1.1" 200 139 2021-07-27 13:23:23,940 INFO 142:onap_service.py(1) - [AAI][Get basicnw-customer customer] response code: 200 2021-07-27 13:23:23,940 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":"1627392133389"} 2021-07-27 13:23:23,943 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=='} 2021-07-27 13:23:23,943 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/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network 2021-07-27 13:23:23,944 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] data sent: None 2021-07-27 13:23:23,946 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:24,042 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions?service-type=basic_network HTTP/1.1" 200 754 2021-07-27 13:23:24,043 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response code: 200 2021-07-27 13:23:24,044 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_network service type] response: {"service-subscription":[{"service-type":"basic_network","resource-version":"1627392154683","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]} 2021-07-27 13:23:24,047 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:23:24,047 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 2021-07-27 13:23:24,047 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] data sent: None 2021-07-27 13:23:24,050 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:24,239 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances?service-instance-name=basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 HTTP/1.1" 200 1195 2021-07-27 13:23:24,240 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] response code: 200 2021-07-27 13:23:24,240 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334 service-instance-name] response: {"service-instance":[{"service-instance-id":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","service-instance-name":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"d1d322f3-6322-483e-87fe-78360ff3c386","model-version-id":"6886cb79-c277-4852-87e0-ce76d9f83a5a","resource-version":"1627392192897","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/service-data/service-topology/","orchestration-status":"Active","relationship-list":{"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/owning-entities/owning-entity/62c722af-0373-4ced-ada9-eb881725c702","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"62c722af-0373-4ced-ada9-eb881725c702"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnw-project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnw-project"}]}]}}]} 2021-07-27 13:23:24,243 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:23:24,244 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:23:24,244 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:23:24,244 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:23:24,245 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:23:24,246 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:23:32,278 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:23:32,280 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:23:32,281 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:23:32,284 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:23:32,284 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:23:32,284 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:23:32,284 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:23:32,285 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:23:32,285 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:23:32,285 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:23:32,285 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:23:32,285 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:23:32,285 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:23:32,285 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:23:32,286 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:23:32,286 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:23:32,286 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:23:32,288 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:23:43,552 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:23:43,556 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:23:43,560 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:23:43,569 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:23:43,570 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:23:43,570 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel 2021-07-27 13:23:43,570 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] data sent: None 2021-07-27 13:23:43,573 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:23:46,438 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel HTTP/1.1" 200 None 2021-07-27 13:23:46,440 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] response code: 200 2021-07-27 13:23:46,440 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] response: n/a 2021-07-27 13:23:46,480 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': 'd0438539-2c41-48e6-88fc-68f2f395c337', 'x-fromappid': 'API client'} 2021-07-27 13:23:46,480 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 2021-07-27 13:23:46,480 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-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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" } } } 2021-07-27 13:23:46,482 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267 2021-07-27 13:23:46,926 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 2021-07-27 13:23:46,929 INFO 142:onap_service.py(1) - [None][Upload Network preload using GENERIC-RESOURCE-API] response code: 200 2021-07-27 13:23:46,929 DEBUG 146:onap_service.py(1) - [None][Upload Network preload using GENERIC-RESOURCE-API] response: {"output":{"response-code":"200","response-message":"success","ack-final-indicator":"Y","svc-request-id":"test"}} 2021-07-27 13:23:46,944 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:23:46,944 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2021-07-27 13:23:46,945 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-07-27 13:23:46,947 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:47,282 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 639 2021-07-27 13:23:47,283 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-07-27 13:23:47,284 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-07-27 13:23:47,287 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:23:47,287 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:23:47,288 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:23:47,290 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:47,453 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2021-07-27 13:23:47,454 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:23:47,454 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392132388","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-07-27 13:23:47,457 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:23:47,458 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2021-07-27 13:23:47,458 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-07-27 13:23:47,459 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:47,781 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 639 2021-07-27 13:23:47,782 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-07-27 13:23:47,782 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-07-27 13:23:47,784 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:23:47,784 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:23:47,784 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:23:47,786 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:48,034 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 686 2021-07-27 13:23:48,035 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:23:48,035 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392132388","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]} 2021-07-27 13:23:48,038 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:23:48,038 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 2021-07-27 13:23:48,038 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-07-27 13:23:48,040 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:23:48,153 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 605 2021-07-27 13:23:48,154 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-07-27 13:23:48,154 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1627392154683","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/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"}]}]}} 2021-07-27 13:23:48,166 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:23:48,166 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:23:48,166 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:23:48,167 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:23:48,167 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:23:48,168 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:23:58,240 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:23:58,243 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:23:58,243 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:23:58,247 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:23:58,247 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:23:58,247 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:23:58,247 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:23:58,248 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:23:58,248 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:23:58,248 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:23:58,248 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:23:58,248 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:23:58,248 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:23:58,248 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:23:58,249 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:23:58,249 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:23:58,249 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:23:58,251 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:24:09,451 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:24:09,456 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:24:09,459 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:24:09,467 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:24:09,469 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': '1ec0e751-d3b4-458a-b85d-260ace730570', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:24:09,469 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/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/networks 2021-07-27 13:24:09,469 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] data sent: { "requestDetails": { "requestInfo": { "instanceName": "basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0", "source": "VID", "suppressRollback": false, "requestorId": "test", "productFamilyId": "d1d322f3-6322-483e-87fe-78360ff3c386" }, "modelInfo": { "modelType": "network", "modelInvariantId": "20340739-dd31-4d52-80d5-3d554aa6086d", "modelVersionId": "70a1c115-f80b-47db-924c-687fda996035", "modelName": "Generic NeutronNet", "modelVersion": "1.0", "modelCustomizationId": "85b0b347-2689-4c43-a10e-b33f2fd1133d", "modelCustomizationName": "Generic NeutronNet 0" }, "requestParameters": { "userParams": [], "aLaCarte": true, "testApi": "GR_API" }, "cloudConfiguration": { "tenantId": "f41abc47519441359fc94897110fa224", "cloudOwner": "basicnw-cloud-owner", "lcpCloudRegionId": "RegionOne" }, "lineOfBusiness": { "lineOfBusinessName": "basicnw-lob" }, "platform": { "platformName": "basicnw-platform" }, "relatedInstanceList": [{ "relatedInstance": { "instanceId": "bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2", "modelInfo": { "modelType": "service", "modelName": "basic_network", "modelInvariantId": "d1d322f3-6322-483e-87fe-78360ff3c386", "modelVersion": "1.0", "modelVersionId": "6886cb79-c277-4852-87e0-ce76d9f83a5a" } } }] } } 2021-07-27 13:24:09,472 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:24:12,986 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/networks HTTP/1.1" 202 262 2021-07-27 13:24:12,987 INFO 142:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] response code: 202 2021-07-27 13:24:12,987 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_network service network Generic NeutronNet 0] response: {"requestReferences":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","instanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570"}} 2021-07-27 13:24:12,988 DEBUG 79:mixins.py(1) - Wait until NetworkInstantiation task is not finished 2021-07-27 13:24:12,998 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '19ff0adf-c83e-4ac9-8f11-43483772c504', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:24:12,998 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:24:12,999 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:24:13,002 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:24:13,227 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 1961 2021-07-27 13:24:13,230 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:24:13,231 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Tue, 27 Jul 2021 13:24:12 GMT"}}} 2021-07-27 13:24:23,244 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c636e682-2f2d-464f-8d85-d367de78b46a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:24:23,245 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:24:23,245 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:24:23,249 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:24:23,490 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 1961 2021-07-27 13:24:23,491 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:24:23,492 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Tue, 27 Jul 2021 13:24:12 GMT"}}} 2021-07-27 13:24:33,503 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b0778199-2c9a-4edc-bcfb-bddd9ed76c6c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:24:33,504 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:24:33,504 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:24:33,507 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:24:33,771 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 1961 2021-07-27 13:24:33,773 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:24:33,773 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Tue, 27 Jul 2021 13:24:12 GMT"}}} 2021-07-27 13:24:43,785 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0f1c06f3-8913-4820-8f90-0b93398df1d6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:24:43,786 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:24:43,786 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:24:43,789 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:24:44,503 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 2213 2021-07-27 13:24:44,504 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:24:44,504 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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: Call SDNC","percentProgress":36,"timestamp":"Tue, 27 Jul 2021 13:24:38 GMT"}}} 2021-07-27 13:24:54,516 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6d84b5d1-ab77-4250-9f08-de444eaf23af', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:24:54,517 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:24:54,517 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:24:54,520 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:24:55,111 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 2202 2021-07-27 13:24:55,113 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:24:55,114 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:24:38 GMT"}}} 2021-07-27 13:25:05,126 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '302b2e9c-0102-4c9b-b8c3-01195f331ef8', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:05,126 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:05,127 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:05,129 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:05,696 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 2202 2021-07-27 13:25:05,698 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:05,698 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:24:38 GMT"}}} 2021-07-27 13:25:15,711 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '4e841e8f-0e85-4adc-8812-df4466f79568', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:15,712 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:15,712 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:15,715 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:16,289 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 2202 2021-07-27 13:25:16,291 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:16,291 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:24:38 GMT"}}} 2021-07-27 13:25:26,304 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5730814a-195d-4848-8ceb-5e1cc3656815', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:26,305 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:26,305 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:26,308 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:26,874 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 2202 2021-07-27 13:25:26,877 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:26,877 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:24:38 GMT"}}} 2021-07-27 13:25:36,889 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b331cc6a-44f1-4f6d-916b-42c6997c57da', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:36,890 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:36,890 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:36,893 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:37,512 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 3722 2021-07-27 13:25:37,514 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:37,515 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:24:38 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":null,\"creation_time\":1627392251000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:25:47,527 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '70e7b85f-9c9b-4876-a750-080a60311157', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:47,527 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:47,528 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:47,530 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:48,214 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 3851 2021-07-27 13:25:48,216 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:48,216 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:25:44 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":\"2deb60aa-4e93-4f24-be5f-fe9177581e35\",\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":null,\"creation_time\":1627392251000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:25:58,227 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '146799c7-0678-461e-909a-fb9579110f1a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:58,228 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:58,228 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:58,231 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:58,474 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 3810 2021-07-27 13:25:58,475 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:58,475 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","finishTime":"Tue, 27 Jul 2021 13:25:53 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:25:53 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":\"2deb60aa-4e93-4f24-be5f-fe9177581e35\",\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":null,\"creation_time\":1627392251000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:25:58,476 INFO 56:mixins.py(9) - NetworkInstantiation task finished 2021-07-27 13:25:58,476 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a06a6494-8bf8-4bb2-b8a9-b658b0dc72d0', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:58,477 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:58,477 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:58,478 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:58,684 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 3810 2021-07-27 13:25:58,686 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:58,686 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","finishTime":"Tue, 27 Jul 2021 13:25:53 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:25:53 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":\"2deb60aa-4e93-4f24-be5f-fe9177581e35\",\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":null,\"creation_time\":1627392251000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:25:58,687 DEBUG 129:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a4c28d82-751f-49dd-9fb6-c41ca340dd6b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:58,688 DEBUG 131:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:58,688 DEBUG 132:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:58,690 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:58,916 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 3810 2021-07-27 13:25:58,918 INFO 142:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:58,918 DEBUG 146:onap_service.py(9) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","finishTime":"Tue, 27 Jul 2021 13:25:53 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:25:53 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":\"2deb60aa-4e93-4f24-be5f-fe9177581e35\",\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":null,\"creation_time\":1627392251000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:25:58,946 DEBUG 129:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6f0b6731-646f-4aac-946d-24f0380c9151', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:58,948 DEBUG 131:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:58,948 DEBUG 132:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:58,953 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:59,155 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 3810 2021-07-27 13:25:59,158 INFO 142:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:59,159 DEBUG 146:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","finishTime":"Tue, 27 Jul 2021 13:25:53 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:25:53 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":\"2deb60aa-4e93-4f24-be5f-fe9177581e35\",\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":null,\"creation_time\":1627392251000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:25:59,160 DEBUG 129:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ab066666-88b3-4072-9d38-afa8d34e3bb2', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:25:59,161 DEBUG 131:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 2021-07-27 13:25:59,161 DEBUG 132:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] data sent: None 2021-07-27 13:25:59,162 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:25:59,363 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/1ec0e751-d3b4-458a-b85d-260ace730570 HTTP/1.1" 200 3810 2021-07-27 13:25:59,365 INFO 142:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response code: 200 2021-07-27 13:25:59,365 DEBUG 146:onap_service.py(1) - [None][Check 1ec0e751-d3b4-458a-b85d-260ace730570 orchestration request status] response: {"request":{"requestId":"1ec0e751-d3b4-458a-b85d-260ace730570","startTime":"Tue, 27 Jul 2021 13:24:09 GMT","finishTime":"Tue, 27 Jul 2021 13:25:53 GMT","requestScope":"network","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"Generic NeutronNet 0","modelInvariantId":"20340739-dd31-4d52-80d5-3d554aa6086d","modelType":"network","modelName":"Generic NeutronNet","modelVersion":"1.0","modelCustomizationUuid":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelVersionId":"70a1c115-f80b-47db-924c-687fda996035","modelCustomizationId":"85b0b347-2689-4c43-a10e-b33f2fd1133d","modelUuid":"70a1c115-f80b-47db-924c-687fda996035","modelInvariantUuid":"20340739-dd31-4d52-80d5-3d554aa6086d","modelInstanceName":"Generic NeutronNet 0"},"requestInfo":{"productFamilyId":"d1d322f3-6322-483e-87fe-78360ff3c386","source":"VID","instanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnw-platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnw-lob"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:25:53 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":\"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8\",\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":\"2deb60aa-4e93-4f24-be5f-fe9177581e35\",\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":null,\"creation_time\":1627392251000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:25:59,366 INFO 37:basic_network.py(1) - Service basic_network successfully created 2021-07-27 13:25:59,367 INFO 40:basic_network.py(1) - Service basic_network cleanup called 2021-07-27 13:26:09,378 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:09,378 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/relationship-list 2021-07-27 13:26:09,379 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-07-27 13:26:09,382 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:10,180 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/relationship-list HTTP/1.1" 200 1071 2021-07-27 13:26:10,181 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-07-27 13:26:10,182 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"owning-entity","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/business/owning-entities/owning-entity/62c722af-0373-4ced-ada9-eb881725c702","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"62c722af-0373-4ced-ada9-eb881725c702"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/l3-networks/l3-network/e5215b62-0d20-47ed-9f5a-85f8d90f2655","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"e5215b62-0d20-47ed-9f5a-85f8d90f2655"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"}]},{"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"}]}]} 2021-07-27 13:26:10,184 DEBUG 129:onap_service.py(1) - [AAI][Get bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:10,184 DEBUG 131:onap_service.py(1) - [AAI][Get bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/l3-networks/l3-network/e5215b62-0d20-47ed-9f5a-85f8d90f2655 2021-07-27 13:26:10,185 DEBUG 132:onap_service.py(1) - [AAI][Get bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 ABCMeta] data sent: None 2021-07-27 13:26:10,186 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:10,579 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/l3-networks/l3-network/e5215b62-0d20-47ed-9f5a-85f8d90f2655 HTTP/1.1" 200 3203 2021-07-27 13:26:10,580 INFO 142:onap_service.py(1) - [AAI][Get bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 ABCMeta] response code: 200 2021-07-27 13:26:10,580 DEBUG 146:onap_service.py(1) - [AAI][Get bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 ABCMeta] response: {"network-id":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","network-name":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0","network-type":"NEUTRON","network-technology":"NEUTRON","neutron-network-id":"9d8a9f59-0e2c-44bf-886b-4fa8a905d6a8","is-bound-to-vpn":false,"resource-version":"1627392351638","orchestration-status":"Active","heat-stack-id":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","model-invariant-id":"20340739-dd31-4d52-80d5-3d554aa6086d","model-version-id":"70a1c115-f80b-47db-924c-687fda996035","model-customization-id":"85b0b347-2689-4c43-a10e-b33f2fd1133d","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/v23/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","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":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnw-platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnw-platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/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":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/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"}]}]}} 2021-07-27 13:26:10,583 INFO 161:vl_ala_carte.py(1) - Start network deletion AAI 2021-07-27 13:26:10,583 DEBUG 199:network.py(1) - Delete e5215b62-0d20-47ed-9f5a-85f8d90f2655 network 2021-07-27 13:26:10,583 DEBUG 144:deletion.py(1) - Network e5215b62-0d20-47ed-9f5a-85f8d90f2655 deletion request 2021-07-27 13:26:10,593 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:10,594 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2021-07-27 13:26:10,594 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-07-27 13:26:10,595 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:10,881 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 639 2021-07-27 13:26:10,883 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-07-27 13:26:10,883 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-07-27 13:26:10,888 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:10,888 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:26:10,889 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:26:10,892 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:11,344 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 1139 2021-07-27 13:26:11,346 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:26:11,346 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392261956","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/network/l3-networks/l3-network/e5215b62-0d20-47ed-9f5a-85f8d90f2655","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"e5215b62-0d20-47ed-9f5a-85f8d90f2655"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"}]}]}}]} 2021-07-27 13:26:11,350 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:11,350 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2021-07-27 13:26:11,351 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-07-27 13:26:11,353 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:11,652 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 639 2021-07-27 13:26:11,654 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-07-27 13:26:11,655 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-07-27 13:26:11,659 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:11,659 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:26:11,659 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:26:11,662 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:12,292 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 1139 2021-07-27 13:26:12,293 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:26:12,294 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392261956","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/network/l3-networks/l3-network/e5215b62-0d20-47ed-9f5a-85f8d90f2655","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"e5215b62-0d20-47ed-9f5a-85f8d90f2655"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"}]}]}}]} 2021-07-27 13:26:12,296 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:12,297 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list 2021-07-27 13:26:12,297 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None 2021-07-27 13:26:12,298 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:12,545 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/relationship-list HTTP/1.1" 200 639 2021-07-27 13:26:12,546 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200 2021-07-27 13:26:12,546 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224","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":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]} 2021-07-27 13:26:12,548 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:12,548 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne 2021-07-27 13:26:12,549 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None 2021-07-27 13:26:12,550 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:12,843 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnw-cloud-owner&cloud-region-id=RegionOne HTTP/1.1" 200 1139 2021-07-27 13:26:12,844 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200 2021-07-27 13:26:12,844 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":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1627392261956","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/network/l3-networks/l3-network/e5215b62-0d20-47ed-9f5a-85f8d90f2655","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"e5215b62-0d20-47ed-9f5a-85f8d90f2655"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"}]}]}}]} 2021-07-27 13:26:12,848 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='} 2021-07-27 13:26:12,848 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 2021-07-27 13:26:12,848 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None 2021-07-27 13:26:12,850 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233 2021-07-27 13:26:13,137 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1058 2021-07-27 13:26:13,138 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200 2021-07-27 13:26:13,138 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1627392261009","relationship-list":{"relationship":[{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/network/l3-networks/l3-network/e5215b62-0d20-47ed-9f5a-85f8d90f2655","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"e5215b62-0d20-47ed-9f5a-85f8d90f2655"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/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"}]}]}} 2021-07-27 13:26:13,141 DEBUG 129:onap_service.py(1) - [None][Create e5215b62-0d20-47ed-9f5a-85f8d90f2655 Network deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'f823a503-9694-41ea-8fc0-587533b66ec4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:26:13,141 DEBUG 131:onap_service.py(1) - [None][Create e5215b62-0d20-47ed-9f5a-85f8d90f2655 Network deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/networks/e5215b62-0d20-47ed-9f5a-85f8d90f2655 2021-07-27 13:26:13,142 DEBUG 132:onap_service.py(1) - [None][Create e5215b62-0d20-47ed-9f5a-85f8d90f2655 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": "f41abc47519441359fc94897110fa224" } } } 2021-07-27 13:26:13,143 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:26:16,037 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2/networks/e5215b62-0d20-47ed-9f5a-85f8d90f2655 HTTP/1.1" 202 262 2021-07-27 13:26:16,038 INFO 142:onap_service.py(1) - [None][Create e5215b62-0d20-47ed-9f5a-85f8d90f2655 Network deletion request] response code: 202 2021-07-27 13:26:16,038 DEBUG 146:onap_service.py(1) - [None][Create e5215b62-0d20-47ed-9f5a-85f8d90f2655 Network deletion request] response: {"requestReferences":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","instanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4"}} 2021-07-27 13:26:16,039 DEBUG 79:mixins.py(1) - Wait until NetworkDeletionRequest task is not finished 2021-07-27 13:26:16,050 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '198ad491-fbbd-486e-84b8-3ed50e735f79', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:26:16,051 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:26:16,051 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:26:16,054 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:26:16,267 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 825 2021-07-27 13:26:16,269 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:26:16,270 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Tue, 27 Jul 2021 13:26:15 GMT"}}} 2021-07-27 13:26:26,281 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7b7bc117-bb68-49a6-a2b4-0a30968fbe44', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:26:26,282 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:26:26,282 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:26:26,284 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:26:26,931 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2640 2021-07-27 13:26:26,932 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:26:26,933 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:26:25 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":null,\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:26:36,944 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'fe5e0248-27e0-49a4-9f40-c2b47f7eacb6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:26:36,944 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:26:36,945 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:26:36,947 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:26:37,538 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2640 2021-07-27 13:26:37,540 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:26:37,540 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:26:25 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":[{\"description\":\"Openstack network identifier\",\"output_value\":null,\"output_key\":\"network_id\"},{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_de72590f-8f02-483b-b73a-1a9f93932ae1\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:26:47,551 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '593e9984-5c80-4782-831b-09f1cfdb8cd6', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:26:47,552 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:26:47,553 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:26:47,555 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:26:48,094 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2402 2021-07-27 13:26:48,096 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:26:48,096 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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: Task name is null. RESOURCE STATUS: The network was successfully deleted in the cloud","percentProgress":68,"timestamp":"Tue, 27 Jul 2021 13:26:43 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:26:58,108 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2d63c058-c756-4597-ad11-aae5d3803619', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:26:58,108 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:26:58,109 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:26:58,111 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:26:58,691 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2413 2021-07-27 13:26:58,692 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:26:58,693 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:26:49 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:27:08,705 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'bb8e6fc8-fc83-4a66-b1f2-ec9d955bab9b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:27:08,706 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:27:08,706 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:27:08,708 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:27:08,930 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2456 2021-07-27 13:27:08,931 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:27:08,932 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","finishTime":"Tue, 27 Jul 2021 13:27:07 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:27:07 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:27:08,933 INFO 56:mixins.py(10) - NetworkDeletionRequest task finished 2021-07-27 13:27:08,933 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3efa5d9b-f5f4-460a-b19c-46834ba674e0', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:27:08,933 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:27:08,933 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:27:08,935 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:27:09,149 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2456 2021-07-27 13:27:09,150 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:27:09,150 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","finishTime":"Tue, 27 Jul 2021 13:27:07 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:27:07 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:27:09,151 DEBUG 129:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '802fc311-b14e-4bc2-aba6-781ecf16535e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:27:09,152 DEBUG 131:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:27:09,152 DEBUG 132:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:27:09,153 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:27:09,371 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2456 2021-07-27 13:27:09,372 INFO 142:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:27:09,372 DEBUG 146:onap_service.py(10) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","finishTime":"Tue, 27 Jul 2021 13:27:07 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:27:07 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:27:09,386 DEBUG 129:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0197f2e7-e1a3-4eef-b878-1cba99b99ad3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:27:09,386 DEBUG 131:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:27:09,387 DEBUG 132:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:27:09,389 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:27:09,609 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2456 2021-07-27 13:27:09,611 INFO 142:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:27:09,611 DEBUG 146:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","finishTime":"Tue, 27 Jul 2021 13:27:07 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:27:07 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:27:09,612 DEBUG 129:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '886ffc03-ed64-42b8-88d8-5aad927eae0d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:27:09,613 DEBUG 131:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 2021-07-27 13:27:09,613 DEBUG 132:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] data sent: None 2021-07-27 13:27:09,614 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:27:09,793 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/f823a503-9694-41ea-8fc0-587533b66ec4 HTTP/1.1" 200 2456 2021-07-27 13:27:09,794 INFO 142:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response code: 200 2021-07-27 13:27:09,795 DEBUG 146:onap_service.py(1) - [None][Check f823a503-9694-41ea-8fc0-587533b66ec4 orchestration request status] response: {"request":{"requestId":"f823a503-9694-41ea-8fc0-587533b66ec4","startTime":"Tue, 27 Jul 2021 13:26:14 GMT","finishTime":"Tue, 27 Jul 2021 13:27:07 GMT","requestScope":"network","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelType":"network"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnw-cloud-owner","lcpCloudRegionId":"RegionOne"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","networkInstanceId":"e5215b62-0d20-47ed-9f5a-85f8d90f2655","networkInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_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":"Tue, 27 Jul 2021 13:27:07 GMT"},"requestProcessingData":[{"groupingId":"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794","tag":"StackInformation","dataPairs":[{"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0":"{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://10.42.225.160:8004/v1/f41abc47519441359fc94897110fa224/stacks/basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0/82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"updated_time\":1627392308000,\"creation_time\":1627392251000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":null,\"disable_rollback\":true,\"stack_user_project_id\":\"62d29eff95c94c20b3618bfe3f57e0e9\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::project_id\":\"f41abc47519441359fc94897110fa224\",\"network_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"OS::stack_id\":\"82d2d1f9-603d-4fc5-a9ec-48fc8f7de794\",\"OS::stack_name\":\"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334_net_0\",\"shared\":\"False\"}}"}]}]}} 2021-07-27 13:27:09,797 DEBUG 319:service.py(1) - Delete bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 service instance 2021-07-27 13:27:09,797 DEBUG 113:deletion.py(1) - Service bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 deletion request 2021-07-27 13:27:09,815 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:27:09,815 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:27:09,815 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:27:09,816 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:27:09,816 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:27:09,818 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:27:18,350 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:27:18,352 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:27:18,352 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:27:18,355 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:27:18,355 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:27:18,356 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:27:18,356 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:27:18,356 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:27:18,356 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:27:18,356 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:27:18,356 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:27:18,356 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:27:18,357 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:27:18,357 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:27:18,357 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:27:18,358 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:27:18,358 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:27:18,360 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:27:29,153 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:27:29,157 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:27:29,160 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:27:29,168 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:27:29,169 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:27:29,169 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:27:29,169 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:27:29,170 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:27:29,170 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:27:29,172 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:27:37,847 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:27:37,850 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:27:37,850 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:27:37,854 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:27:37,854 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:27:37,855 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:27:37,855 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:27:37,855 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:27:37,855 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:27:37,855 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:27:37,856 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:27:37,856 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:27:37,856 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:27:37,856 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:27:37,857 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:27:37,857 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:27:37,857 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:27:37,860 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:27:48,047 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:27:48,050 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:27:48,052 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:27:48,058 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:27:48,058 DEBUG 159:__init__.py(1) - check if Service basic_network exists in SDC 2021-07-27 13:27:48,059 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC 2021-07-27 13:27:48,059 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:27:48,059 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services 2021-07-27 13:27:48,059 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None 2021-07-27 13:27:48,061 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:27:56,632 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 708 2021-07-27 13:27:56,634 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200 2021-07-27 13:27:56,634 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","name":"basicclamp","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/292072e7-dee6-4661-84b3-f76e392aa562/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}] 2021-07-27 13:27:56,638 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basicclamp from SDC 2021-07-27 13:27:56,638 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:27:56,638 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:27:56,638 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:27:56,638 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC 2021-07-27 13:27:56,639 DEBUG 49:sdc_resource.py(1) - SDC values given, using them 2021-07-27 13:27:56,639 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource 2021-07-27 13:27:56,639 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed 2021-07-27 13:27:56,639 DEBUG 147:__init__.py(1) - number of Service returned: 2 2021-07-27 13:27:56,639 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_network 2021-07-27 13:27:56,640 INFO 192:__init__.py(1) - Service found, updating information 2021-07-27 13:27:56,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'} 2021-07-27 13:27:56,640 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration 2021-07-27 13:27:56,641 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None 2021-07-27 13:27:56,643 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207 2021-07-27 13:28:08,447 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None 2021-07-27 13:28:08,449 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200 2021-07-27 13:28:08,451 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"7ea22cd0-425f-4343-89d0-69be25ccfe38","lifecycleState":"CERTIFIED","lastUpdateDate":1627382968944,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0097f81e-8207-4594-9ba6-42cb4051dc69","invariantUUID":"00e4bcd3-96b4-442f-9c18-d76472ed3f0e","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":"network","uniqueId":"0f55243c-19e1-4b48-b88f-62eaba6f96a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383144635,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0d8b7f25-a929-4ab9-bc9c-cd99b24ff3ba","invariantUUID":"77c15c50-e74b-4b8d-82c6-5e27b03d3532","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"c4ec6e3d-34ed-4f14-9eb0-75eb9ba5a2a0","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384753340,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"396030ca-3efb-4a16-b1d7-de3b1a6ab3df","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb2fae2f-e1ff-41af-8f51-bf2e18967137","lifecycleState":"CERTIFIED","lastUpdateDate":1627383725476,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e7e0a963-d282-40cf-9b5f-bb789f6756b0","invariantUUID":"be34e6f6-b681-405b-99fa-a2fda276bda6","systemName":"Extvirtualmachineinterfacecp","description":"External port for virtual machine interface","tags":["extVirtualMachineInterfaceCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"2c088294-e35f-4b79-a9d4-1d7f87a7a454","lifecycleState":"CERTIFIED","lastUpdateDate":1627384710276,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6bf86072-9cc2-4990-9adb-ac313a9c10ea","invariantUUID":"ce2091c2-33f3-446c-9e02-35e9b03221d6","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"5e72af3e-f637-4939-b742-347dcb735228","lifecycleState":"CERTIFIED","lastUpdateDate":1627384104278,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e369461f-2522-4c67-bdb1-6d0c3833bcfb","invariantUUID":"b8bde431-a80d-457a-997c-4a1b138da593","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":"objectStorage","uniqueId":"def22796-38d8-4027-956b-5d59215f87a7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382709945,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"19756751-e3f8-4890-adfa-f184d8117023","invariantUUID":"79d88ab5-514f-48fa-9b8b-fee8b6e1b08c","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":"b6116267-b619-4634-8b24-668c0317ea53","lifecycleState":"CERTIFIED","lastUpdateDate":1627384207736,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b5231932-e03b-4a78-9ca1-6b625d1b9ad2","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","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":"compute","uniqueId":"06d86948-8d62-4fa0-9cc3-1c97c237da48","lifecycleState":"CERTIFIED","lastUpdateDate":1627383478539,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6dedcfeb-1a0b-45dc-aab1-18322fc77359","invariantUUID":"4fc39cb8-4591-4b3a-8fc0-a9032736e922","systemName":"Contrailcompute","description":"Represents a virtual machine for contrail service template. The information provided will be used to create a VM that matches characteristics.","tags":["ContrailCompute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4e540e03-c850-40c0-b2f6-a44954f62b0a","lifecycleState":"CERTIFIED","lastUpdateDate":1627383998938,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab62d661-8dc2-4fbc-917b-c503b5583ec3","invariantUUID":"b49fb71b-ffd9-4fac-ae61-6e70356945dc","systemName":"ExtZteVdu","description":"Ext Zte VDU","tags":["Ext Zte VDU"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"networkrules","uniqueId":"4fb4ee41-b8ca-4bdd-92e7-7117c347c364","lifecycleState":"CERTIFIED","lastUpdateDate":1627383398636,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"4db1927c-701c-4740-898f-4f9f9fc2c498","invariantUUID":"b4a5ad9c-039f-4a46-8c34-5b9bad87ae25","systemName":"Contrailv2networkrules","description":"Configuration of policy rules to be applied over the network for contrail V2.","tags":["ContrailV2NetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5d765b34-6b46-49ce-ac4f-d017991a6836","lifecycleState":"CERTIFIED","lastUpdateDate":1627383871777,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"bdeec390-dc99-49f9-a819-e740a2f1cd73","invariantUUID":"bf0336ff-95ce-4b5c-8dcd-128b61903cf0","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":"network","uniqueId":"ed6bcecc-8841-4ef1-8cae-5cb171d9ceff","lifecycleState":"CERTIFIED","lastUpdateDate":1627383122844,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8e080315-2a98-4656-970f-455889bb27cf","invariantUUID":"ded0a587-55cb-4772-a75a-4ef6e00e07eb","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":"abf38b30-028a-452d-b21e-775b2753750b","lifecycleState":"CERTIFIED","lastUpdateDate":1627383010642,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e8bac31f-ca32-4c67-861a-f80bc5e2e939","invariantUUID":"3bf93c58-d9f6-4416-bd18-a678d23e1d33","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.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"0e2623d9-89b1-48dd-a9ff-d25060122699","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1627384608839,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"588df52e-be30-417f-8590-02becd57ae49","invariantUUID":"07040790-62ed-47fe-989f-29422abc57e9","systemName":"VduVirtualfilestorage","description":"VDU VirtualFileStorage","tags":["VDU VirtualFileStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"5e4278d7-8b0a-4073-bf3e-40603a09b037","lifecycleState":"CERTIFIED","lastUpdateDate":1627384167138,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"7ec111df-f165-41ea-90c2-e279f1e78e93","invariantUUID":"870b61c0-0ee6-4111-9940-f9d7cc2bd798","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":"b5366386-9977-4b27-b5ed-5b0aff907565","lifecycleState":"CERTIFIED","lastUpdateDate":1627383166376,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"cfcf4b65-8cb5-4b96-931e-88556dcbf1e6","invariantUUID":"490d4181-5078-497f-a62e-6a2a042d1c77","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":"objectStorage","uniqueId":"4fd13c94-6dec-45c8-9ce6-f1d0a4034d8b","lifecycleState":"CERTIFIED","lastUpdateDate":1627382742037,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"73e16934-8b7c-44b7-87b1-ce9e54677af4","invariantUUID":"685045a5-5839-48e8-8059-126682246d25","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":"port","uniqueId":"dd8a718c-aab6-49e5-b6f1-c4eaaa7744ca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384963734,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a87d031a-36de-460d-84fc-944e87214b07","invariantUUID":"be6e35ae-ec38-43b5-a083-537b8a82d866","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":"network","uniqueId":"25a901d5-a085-40fa-9db8-b6d8560f3f6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627382878036,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1937b63c-1106-4af7-a612-6a014cf0d61f","invariantUUID":"59d2e550-8f1e-43ee-a69d-42d8e70d82e3","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":"d56b6eda-226f-40ec-b667-4310d747a159","lifecycleState":"CERTIFIED","lastUpdateDate":1627384084739,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"96436e76-1090-47b5-8c82-d6e5d758f309","invariantUUID":"a4ed9ce4-57ff-447d-866f-9ac3a755b4c1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"8eec0b48-890c-4c11-940e-7637267706b7","lifecycleState":"CERTIFIED","lastUpdateDate":1627384229576,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0f647e04-4869-4d46-9d9f-df7c714bb2dd","invariantUUID":"d1c649a2-1cb2-4285-b7d3-3c22bd3dd6df","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":"port","uniqueId":"c2fba77b-7167-42c8-90b0-f279c5fd100c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384424178,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb970310-4e11-4c59-b106-f60e8bcdc531","invariantUUID":"e2c3f122-12ba-4225-9239-8da1e9ea1e86","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"6cc42e8c-247f-4f05-8dfc-67ef3bd33869","lifecycleState":"CERTIFIED","lastUpdateDate":1627384833831,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7a20478f-a75c-44f6-a552-91c88d5ca72e","invariantUUID":"5655c87b-e6c8-48a1-aebc-8fcb667516ff","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":"loadBalancer","uniqueId":"66aa4da7-e31d-4c21-9964-407382fb8e2d","lifecycleState":"CERTIFIED","lastUpdateDate":1627382820740,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"25211c6d-852b-43ad-bfbc-65f461fa777f","invariantUUID":"06f23a5f-ade5-4ebf-b60f-8be93f4535d8","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":"798f5030-cb4d-4827-80f3-85b9784f653c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383851641,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"7f4d0047-47e8-40eb-8f59-6e8769f6ae34","invariantUUID":"028571e7-65de-44ae-9ac1-47ba0126b30e","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"9e942c34-cc53-4225-b4f1-7955a408dcfb","lifecycleState":"CERTIFIED","lastUpdateDate":1627383619337,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"66e23c63-49e4-4d73-89aa-fbd2410736ed","invariantUUID":"f9bec577-4990-432c-8ccd-b0614659cacb","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":"port","uniqueId":"d04d0245-31b5-43e7-9f39-a9c004ff307c","lifecycleState":"CERTIFIED","lastUpdateDate":1627383055529,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"33d8d250-7dbe-40a3-b1de-ede04dfde3bf","invariantUUID":"ffa83a7d-79fc-4125-ae4b-e04fa94dbf7d","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":"6955c76f-a7c3-4931-9efa-5a4e20a2dc62","lifecycleState":"CERTIFIED","lastUpdateDate":1627383788745,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3d103f11-8ec5-4781-85a9-22595b63212c","invariantUUID":"a4a0a423-9c00-4f6b-bb9c-189a135944f8","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":"8d74e0d2-6fb6-4453-8257-0fa36df66818","lifecycleState":"CERTIFIED","lastUpdateDate":1627383598437,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9594e01e-0bb4-48eb-bc8e-3f4f8f28fb93","invariantUUID":"ef30c93d-4d37-4e7f-b364-a74374d76373","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":"compute","uniqueId":"15c45b00-5ce7-42ea-9584-3b2e8d979b6c","lifecycleState":"CERTIFIED","lastUpdateDate":1627384888228,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fd5a55c0-dd12-4dcb-bc40-261105876c87","invariantUUID":"4d0f99e6-94dc-41ee-902d-4fc987a719a3","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":"objectStorage","uniqueId":"7d645105-ab6c-48ec-bd7d-e15ccb06dd28","lifecycleState":"CERTIFIED","lastUpdateDate":1627383954476,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d39d4962-c440-463e-bd38-b198944e84a4","invariantUUID":"47a729c9-6922-4fc5-994f-2fbe280fb2fb","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":"network","uniqueId":"fa536ba0-dc1e-4522-936d-72e225ad9a53","lifecycleState":"CERTIFIED","lastUpdateDate":1627383975977,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"2920d8d9-2a9b-488b-9ebc-b8cf90710749","invariantUUID":"8c957357-8f23-47c0-9876-d9cfa598218a","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":"compute","uniqueId":"e2f79900-57f8-44b8-ba49-b6d3c1cb3911","lifecycleState":"CERTIFIED","lastUpdateDate":1627384147940,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"63da2bc0-6876-4039-8e03-8349598362b2","invariantUUID":"665cbca7-c399-454e-9b60-36829300f8c2","systemName":"Cp","description":"Cp","tags":["Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e1e4315a-5123-4e16-aafc-c6699f388bb8","lifecycleState":"CERTIFIED","lastUpdateDate":1627384021036,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"0c50bf53-037e-4ee9-ac4d-44afa8023a3b","invariantUUID":"ebdde0c0-9ace-462d-b8f6-0201f322cbd9","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fb53fe75-0c46-4c70-8ec4-f30a956fbd5e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383894234,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"70a1c115-f80b-47db-924c-687fda996035","invariantUUID":"20340739-dd31-4d52-80d5-3d554aa6086d","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":"439aa541-d6ad-4e65-b02a-7cbe46d80b16","lifecycleState":"CERTIFIED","lastUpdateDate":1627383809037,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e6915e60-ae39-425f-98b7-a9aaf6de80b2","invariantUUID":"1bb583ed-051d-43f0-b8a2-d7aa1cc05e08","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"19fd3a7a-86b7-40f7-b80a-3e300df2db12","lifecycleState":"CERTIFIED","lastUpdateDate":1627384651939,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"1767172b-806c-4a71-822e-d2e0328cef28","invariantUUID":"0d353f15-d5fb-4fd2-a632-296dad84a2c9","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":"f515af50-9a12-4e72-8767-f929bf50f0c1","lifecycleState":"CERTIFIED","lastUpdateDate":1627384507241,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"44dcc4be-304f-4325-8c51-f8114917dfbe","invariantUUID":"17032de9-4dcd-4ce4-8115-1b4dd4850bbd","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4ade4945-7cc4-4a1a-86cd-cdb1b89761c6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383938334,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04497871-f92a-4d9b-8cdb-5f9995feee5d","invariantUUID":"fb5be22d-b2d5-42bd-8ea1-b0ca0d13958f","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":"defaulticon","uniqueId":"c2488465-686f-4e5d-9a11-5cd60f2d05fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627384359948,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f760e217-e477-4d90-8909-b21f520541d0","invariantUUID":"c1a4b714-d0d8-4649-937b-a3f3516238e5","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":"e8253f1e-498a-469d-b017-fa1a38b18b3b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384255431,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b9199a60-1484-4178-8577-449deaf97a7f","invariantUUID":"03b90c75-09f2-4bf6-99e0-d4489c3c7d39","systemName":"Vnfvirtuallink","description":"VnfVirtualLink","tags":["VnfVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4489bb6d-cc9b-4cc9-b068-a0b7fcb9927f","lifecycleState":"CERTIFIED","lastUpdateDate":1627384187139,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ffc17b64-2daa-4b41-a7de-92416ebc6b6a","invariantUUID":"101a1e94-fc0f-4657-ae98-0c04f526aac2","systemName":"VduVirtualblockstorage","description":"VDU VirtualBlockStorage","tags":["VDU VirtualBlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b998b4f3-3ae8-432e-8600-e0f93e680158","lifecycleState":"CERTIFIED","lastUpdateDate":1627384484530,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f505ae2-0c45-4a48-87a3-bf435df0a8fd","invariantUUID":"21b16d80-8b2d-4e5e-836c-075d1a4fed05","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":"defaulticon","uniqueId":"eac02ebd-815e-4306-b823-be4eb3793a7e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384340080,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"04f22d74-6841-4d2e-844c-976d0367683b","invariantUUID":"14925764-3ad0-4b04-8640-28256fb03a5a","systemName":"AccessConnectivity","description":"Access Connectivity","tags":["Access Connectivity"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"048993d9-df9e-4ddc-822d-13850fdd498b","lifecycleState":"CERTIFIED","lastUpdateDate":1627384380040,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"a553c2b4-da87-4399-a615-abfa7c73beed","invariantUUID":"7d4ff72e-2e04-4629-bdf3-59d5516e5581","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"0531033f-8ffd-481d-b690-5c394b547a95","lifecycleState":"CERTIFIED","lastUpdateDate":1627384569275,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f0de5312-e052-4092-8f9d-bad2656ec9f5","invariantUUID":"b6fbb1ee-7564-415e-8b84-e1e6ed8816d3","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":"port","uniqueId":"451a13ff-e537-47da-9e78-67eec23cf752","lifecycleState":"CERTIFIED","lastUpdateDate":1627383336840,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"424c7ba4-743e-4675-aed2-64ad1ffbbde9","invariantUUID":"8e9fd554-d644-409d-9256-de50b7311838","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":"defaulticon","uniqueId":"05dc43ad-abaf-472e-a27a-b38c6e9defe7","lifecycleState":"CERTIFIED","lastUpdateDate":1627383077576,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"b49a963d-c518-4188-8d90-b7440f01a610","invariantUUID":"b742fa40-3b10-4177-8813-020d6715e7d4","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":"networkrules","uniqueId":"f773acbd-d28a-4cdd-bf33-d17cdf01cbdf","lifecycleState":"CERTIFIED","lastUpdateDate":1627383315529,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d8976a39-d35c-4e47-b060-77d9f61bdd42","invariantUUID":"bbb5184e-13a8-4007-932f-c83b278e5b2b","systemName":"Contrailnetworkrules","description":"Configuration of policy rules to be applied over the network.","tags":["ContrailNetworkRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"4c4c2a89-855b-4928-a05a-18a6a100d04e","lifecycleState":"CERTIFIED","lastUpdateDate":1627383916541,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"c4f169ed-e665-467d-b637-b6a7bdcc5790","invariantUUID":"0205a5d6-f187-4ab1-adb7-e0b12f955257","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":"1faca5e8-3a20-46d9-b93e-d2cc88521e59","lifecycleState":"CERTIFIED","lastUpdateDate":1627382683930,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"a60ecf33-e340-4d3c-af16-135f033f7000","invariantUUID":"dab07265-5377-415f-9507-da5c078703f0","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":"5a666fbe-d2a8-4450-b003-eb0b88b15774","lifecycleState":"CERTIFIED","lastUpdateDate":1627383541377,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"001b9019-d94e-4777-afed-389dcf8b2d6b","invariantUUID":"b985a411-0acb-4d84-8998-8cc611653907","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":"port","uniqueId":"b298c557-c65a-4914-962b-63f098bd0ad5","lifecycleState":"CERTIFIED","lastUpdateDate":1627384944334,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"917b4d93-f386-4dda-9866-7e87f31206ba","invariantUUID":"07783e64-4c39-4663-beeb-e00a1037ba8e","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"82f8c66a-9fd4-4e31-8691-bd7ac7630eca","lifecycleState":"CERTIFIED","lastUpdateDate":1627384868937,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98d4f6c4-ad7f-460f-8421-13b368cd5b13","invariantUUID":"90715599-1536-45a1-9dca-701a5a7b5222","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":"network","uniqueId":"5642a0eb-fdd1-4f79-8dd1-dcb6bb48e461","lifecycleState":"CERTIFIED","lastUpdateDate":1627383419037,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e0ba9d3c-9603-4574-aa84-dca242ac7668","invariantUUID":"0bfe62cf-5e7e-4db6-acdb-3c8c657e3ee6","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":"securityrules","uniqueId":"c761890a-cdf1-4d2f-8877-c7fd61e8ea19","lifecycleState":"CERTIFIED","lastUpdateDate":1627383440237,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"70fb34c1-1a54-4e6d-9ebc-bc2a9161db38","invariantUUID":"7d8b96d6-2e4d-4aa0-8cf1-41974c8bb17c","systemName":"Securityrules","description":"Configuration of policy rules to be applied on ports.","tags":["SecurityRules"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"21d28679-04ad-4e16-90a3-bf6883a87b6e","lifecycleState":"CERTIFIED","lastUpdateDate":1627384464829,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2c32eaa5-ec18-44df-a619-ce0f6d433791","invariantUUID":"2e09b182-6d3c-44b1-91ae-0d3dd81fa197","systemName":"Nfppositionelement","description":"NfpPositionElement","tags":["NfpPositionElement"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"4439ea3c-3ea0-4f01-98f5-e62f8f85f415","lifecycleState":"CERTIFIED","lastUpdateDate":1627382988640,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d4e32ec8-3825-46e6-9eff-e36663cff87a","invariantUUID":"5a949a4d-d844-45bb-b034-eed15d79b478","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":"7f8f8222-74e2-4162-899f-29ee0c7e7dae","lifecycleState":"CERTIFIED","lastUpdateDate":1627383520939,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"abeb2d8f-3a85-4186-88bd-f623d758d727","invariantUUID":"4e9e9b23-b7ac-475a-828d-e6092ee38b15","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"c80ab81b-a8fe-4626-bce6-5bd2c6034371","lifecycleState":"CERTIFIED","lastUpdateDate":1627384444234,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"4d33799a-d754-4e1e-ad20-35df9220c068","invariantUUID":"0d217d9c-50fc-4a3d-9521-c9b8ad41c9b3","systemName":"Sap","description":"Sap","tags":["Sap"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"89a0812b-9a4e-4069-bbe0-61f8793ec3fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383033251,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"6a298702-b2d0-4ad4-ad0c-d17949905b7b","invariantUUID":"ca05b54f-62fc-4792-a610-f79a46c7c882","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"b8461e68-cf22-4a44-8f1e-06abe0bff1fa","lifecycleState":"CERTIFIED","lastUpdateDate":1627383637643,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"900f40c3-58b7-4f46-bb95-d8cd6abcb9fa","invariantUUID":"0d4abbc7-c20b-47c0-8fda-ca48094ffd25","systemName":"Extcontrailcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["extContrailCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"5a06c6b3-1347-4f49-a57f-93d3fb867bf2","lifecycleState":"CERTIFIED","lastUpdateDate":1627384528240,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"0e1fb6bd-ab25-4c08-8483-aebc8144b842","invariantUUID":"7c60eee1-40d4-49de-8d52-102cf8960679","systemName":"Forwarding","description":"Forwarding","tags":["Forwarding"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"166cc147-1d59-4ac7-950e-4c211dbcfd4f","lifecycleState":"CERTIFIED","lastUpdateDate":1627383188839,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"72282af2-94c2-4b53-9a15-1205a2b9f30b","invariantUUID":"c3ba8f7f-fb4a-4922-bd62-9a1a5944ec49","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":"bac7dfee-f78c-45c3-926c-7e218d89bd5b","lifecycleState":"CERTIFIED","lastUpdateDate":1627388978740,"name":"basicclamp","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"4f0876ec-9774-4c55-b092-b7dadcd40001","invariantUUID":"3d3003ee-aad2-430f-a761-ff7d99705e67","systemName":"Basicclamp","description":"VF","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"61039fd0-1f61-4510-91d0-c402338133e6","lifecycleState":"CERTIFIED","lastUpdateDate":1627383099940,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"eb84e85c-c04e-4a8a-95d8-7cd75b502b3f","invariantUUID":"dc6c8c80-e791-43c7-9e8e-e3779206ef7f","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":"105b00f7-ed2a-4bf4-a35b-5f7981dd5884","lifecycleState":"CERTIFIED","lastUpdateDate":1627384063040,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"02109fa2-f29e-41ed-b337-bd5be4dcd07f","invariantUUID":"8872475c-3834-4a76-a0cf-b645b8227941","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"9dbf85b8-bd5b-40da-9402-f3583f2f41f7","lifecycleState":"CERTIFIED","lastUpdateDate":1627382588040,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fa72fe59-e6da-45b3-a19f-df5734d426ea","invariantUUID":"5d2e626f-64af-4b97-9b36-d99e2180f42e","systemName":"Compute","description":"Represents a real or virtual machine or server. Information specified on the Compute node will be used to find the machine that fits the given requirements in the cloud available machines. If no sizing information are specified the cloud provider default machine will be used. It is strongly recommended to specify the required CPUs and memory at least.","tags":["Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"9f8775af-ff59-4a65-967d-5b0fbbc01f91","lifecycleState":"CERTIFIED","lastUpdateDate":1627384401477,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"101d1035-e1ec-47cd-a6a8-c4a8438e5c55","invariantUUID":"c46ece7e-fc5d-4b27-a7aa-452aee08352f","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"b5099af4-1ec6-4cdb-832a-c04a5c4c761a","lifecycleState":"CERTIFIED","lastUpdateDate":1627382851082,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"61e6c0ba-63c9-40d6-9b0c-d41d26377aa8","invariantUUID":"b5d95a4b-19d1-41a4-81e3-e732fef79391","systemName":"Port","description":"Represents a logical entity that associates between Compute and Network normative types.","tags":["Port"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3cb15deb-47e1-4528-808f-d6df3fc9c933","lifecycleState":"CERTIFIED","lastUpdateDate":1627383500178,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"7f9645a2-7e16-451a-9c0f-a95de6766ac1","invariantUUID":"82e7fbec-e9b1-42b7-906b-8c05767aba1e","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":"compute","uniqueId":"2c071b74-7f67-4735-bcb5-b02a4815bd69","lifecycleState":"CERTIFIED","lastUpdateDate":1627384908745,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"afced16f-d7b8-4b83-b5a5-b90d596213d0","invariantUUID":"118a06fd-4109-436f-8902-3fb678de7703","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"47b70e05-3c2f-4ea2-b270-dfb297e45ccc","lifecycleState":"CERTIFIED","lastUpdateDate":1627392091433,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","invariantUUID":"d1d322f3-6322-483e-87fe-78360ff3c386","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"10235606-b49f-44ac-8bd0-086d8222f1b6","lifecycleState":"CERTIFIED","lastUpdateDate":1627389220536,"name":"basicclamp","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"292072e7-dee6-4661-84b3-f76e392aa562","invariantUUID":"0ce7c5d0-e9ad-42db-acf5-b45971a53c25","systemName":"Basicclamp","description":"service","tags":["basicclamp"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]} 2021-07-27 13:28:08,455 DEBUG 118:sdc_resource.py(1) - Resource basic_network found in services list 2021-07-27 13:28:08,456 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'} 2021-07-27 13:28:08,456 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel 2021-07-27 13:28:08,456 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] data sent: None 2021-07-27 13:28:08,458 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204 2021-07-27 13:28:10,842 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/6886cb79-c277-4852-87e0-ce76d9f83a5a/toscaModel HTTP/1.1" 200 None 2021-07-27 13:28:10,845 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] response code: 200 2021-07-27 13:28:10,845 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_network] response: n/a 2021-07-27 13:28:10,890 DEBUG 129:onap_service.py(1) - [None][Create bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 Service deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2f457389-dac7-47ae-9202-3baa8d3d5961', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:28:10,890 DEBUG 131:onap_service.py(1) - [None][Create bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 Service deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 2021-07-27 13:28:10,891 DEBUG 132:onap_service.py(1) - [None][Create bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 Service deletion request] data sent: { "requestDetails": { "requestInfo": { "source": "VID", "requestorId": "demo" }, "modelInfo": { "modelType": "service", "modelName": "basic_network", "modelInvariantId": "d1d322f3-6322-483e-87fe-78360ff3c386", "modelVersion": "1.0", "modelVersionId": "6886cb79-c277-4852-87e0-ce76d9f83a5a" }, "requestParameters": { "testApi": "GR_API", "aLaCarte": true } } } 2021-07-27 13:28:10,893 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:28:14,766 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 HTTP/1.1" 202 262 2021-07-27 13:28:14,768 INFO 142:onap_service.py(1) - [None][Create bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 Service deletion request] response code: 202 2021-07-27 13:28:14,768 DEBUG 146:onap_service.py(1) - [None][Create bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2 Service deletion request] response: {"requestReferences":{"requestId":"2f457389-dac7-47ae-9202-3baa8d3d5961","instanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961"}} 2021-07-27 13:28:14,769 DEBUG 79:mixins.py(1) - Wait until ServiceDeletionRequest task is not finished 2021-07-27 13:28:14,778 DEBUG 129:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '43ee6679-ad47-4f40-953f-3ffa337e32e3', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:28:14,778 DEBUG 131:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 2021-07-27 13:28:14,779 DEBUG 132:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] data sent: None 2021-07-27 13:28:14,782 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:28:14,996 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 HTTP/1.1" 200 875 2021-07-27 13:28:14,998 INFO 142:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response code: 200 2021-07-27 13:28:14,998 DEBUG 146:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response: {"request":{"requestId":"2f457389-dac7-47ae-9202-3baa8d3d5961","startTime":"Tue, 27 Jul 2021 13:28:13 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Tue, 27 Jul 2021 13:28:14 GMT"}}} 2021-07-27 13:28:25,000 DEBUG 129:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '61c16f57-9cd2-4d88-a10f-074f8ce4d25d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:28:25,000 DEBUG 131:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 2021-07-27 13:28:25,001 DEBUG 132:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] data sent: None 2021-07-27 13:28:25,002 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:28:25,202 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 HTTP/1.1" 200 1085 2021-07-27 13:28:25,205 INFO 142:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response code: 200 2021-07-27 13:28:25,205 DEBUG 146:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response: {"request":{"requestId":"2f457389-dac7-47ae-9202-3baa8d3d5961","startTime":"Tue, 27 Jul 2021 13:28:13 GMT","finishTime":"Tue, 27 Jul 2021 13:28:23 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:28:23 GMT"}}} 2021-07-27 13:28:25,206 INFO 56:mixins.py(11) - ServiceDeletionRequest task finished 2021-07-27 13:28:25,206 DEBUG 129:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cc404d34-6937-4ece-a24d-f3f4e13400ff', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:28:25,206 DEBUG 131:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 2021-07-27 13:28:25,207 DEBUG 132:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] data sent: None 2021-07-27 13:28:25,208 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:28:25,405 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 HTTP/1.1" 200 1085 2021-07-27 13:28:25,406 INFO 142:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response code: 200 2021-07-27 13:28:25,407 DEBUG 146:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response: {"request":{"requestId":"2f457389-dac7-47ae-9202-3baa8d3d5961","startTime":"Tue, 27 Jul 2021 13:28:13 GMT","finishTime":"Tue, 27 Jul 2021 13:28:23 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:28:23 GMT"}}} 2021-07-27 13:28:25,408 DEBUG 129:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5e41ac85-2aca-4fdb-ae62-bd38e65d6451', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:28:25,408 DEBUG 131:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 2021-07-27 13:28:25,408 DEBUG 132:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] data sent: None 2021-07-27 13:28:25,410 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:28:25,594 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 HTTP/1.1" 200 1085 2021-07-27 13:28:25,596 INFO 142:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response code: 200 2021-07-27 13:28:25,596 DEBUG 146:onap_service.py(11) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response: {"request":{"requestId":"2f457389-dac7-47ae-9202-3baa8d3d5961","startTime":"Tue, 27 Jul 2021 13:28:13 GMT","finishTime":"Tue, 27 Jul 2021 13:28:23 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:28:23 GMT"}}} 2021-07-27 13:28:25,603 DEBUG 129:onap_service.py(1) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e8544cf1-d2a5-4a42-9e78-d3a3fd9b504a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'} 2021-07-27 13:28:25,604 DEBUG 131:onap_service.py(1) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 2021-07-27 13:28:25,604 DEBUG 132:onap_service.py(1) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] data sent: None 2021-07-27 13:28:25,606 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277 2021-07-27 13:28:25,839 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/2f457389-dac7-47ae-9202-3baa8d3d5961 HTTP/1.1" 200 1085 2021-07-27 13:28:25,841 INFO 142:onap_service.py(1) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response code: 200 2021-07-27 13:28:25,842 DEBUG 146:onap_service.py(1) - [None][Check 2f457389-dac7-47ae-9202-3baa8d3d5961 orchestration request status] response: {"request":{"requestId":"2f457389-dac7-47ae-9202-3baa8d3d5961","startTime":"Tue, 27 Jul 2021 13:28:13 GMT","finishTime":"Tue, 27 Jul 2021 13:28:23 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"d1d322f3-6322-483e-87fe-78360ff3c386","modelType":"service","modelName":"basic_network","modelVersion":"1.0","modelVersionId":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelUuid":"6886cb79-c277-4852-87e0-ce76d9f83a5a","modelInvariantUuid":"d1d322f3-6322-483e-87fe-78360ff3c386"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"bf5ab6fc-49a5-4ce8-a3e2-f9e258ada8e2","serviceInstanceName":"basic_network-cefb4b97-65f5-4bf2-9baf-8e6673e32334"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Tue, 27 Jul 2021 13:28:23 GMT"}}} 2021-07-27 13:28:25,843 INFO 261:service_ala_carte.py(1) - Service None deleted 2021-07-27 13:28:25,845 INFO 176:run_tests.py(1) - Test result: +-----------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+---------------------+------------------+----------------+ | basic_network | integration | 09:29 | PASS | +-----------------------+---------------------+------------------+----------------+ 2021-07-27 13:28:25,849 INFO 61:basic_network.py(1) - Generate Test report 2021-07-27 13:28:25,960 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080 2021-07-27 13:28:26,433 DEBUG 433:connectionpool.py(1) - http://87.254.212.120:8080 "POST http://testresults.opnfv.org/onap/api/v1/results HTTP/1.1" 200 73 2021-07-27 13:28:26,435 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/610009fa6c44f500102b0efa 2021-07-27 13:28:26,436 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK