2021-08-07 13:48:16,239 DEBUG 23:basic_cnf.py(1) - BasicCnf init started
2021-08-07 13:48:16,241 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py:117: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  self._yaml_template: dict = load(yaml_template)

2021-08-07 13:48:16,251 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_network', value='onaptests.scenario.basic_network:BasicNetwork', group='xtesting.testcase')
2021-08-07 13:48:16,251 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase')
2021-08-07 13:48:16,251 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase')
2021-08-07 13:48:16,252 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase')
2021-08-07 13:48:16,252 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro_stability', value='onaptests.scenario.basic_vm_macro_stability:BasicVmMacroStability', group='xtesting.testcase')
2021-08-07 13:48:16,252 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase')
2021-08-07 13:48:16,252 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase')
2021-08-07 13:48:16,253 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase')
2021-08-07 13:48:16,253 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase')
2021-08-07 13:48:16,253 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase')
2021-08-07 13:48:16,253 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase')
2021-08-07 13:48:16,253 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase')
2021-08-07 13:48:16,253 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase')
2021-08-07 13:48:16,254 INFO 169:run_tests.py(1) - Running test case 'basic_cnf'...
2021-08-07 13:48:16,254 DEBUG 33:basic_cnf.py(1) - start time
2021-08-07 13:48:16,254 INFO 116:k8s_profile_create.py(1) - Create the k8s profile if it doesn't exist
2021-08-07 13:48:16,254 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC
2021-08-07 13:48:16,255 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-08-07 13:48:16,255 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:16,255 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-08-07 13:48:16,256 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-08-07 13:48:16,259 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:16,404 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 691
2021-08-07 13:48:16,406 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-08-07 13:48:16,406 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"5abf0a85c89f4c489638e8bfbf351b36","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"256ee9436e164b2c87e1dee8ac916ed3","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"52d2785048434e90b94eff3634f26d6f","type":"vlm","name":"ce4e019a-bd97-44d4-a9f4","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"efa3c8a7c8a541de9ead5acf73956e79","type":"vlm","name":"8b32434f-e9c3-48a6-927e","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4}
2021-08-07 13:48:16,409 DEBUG 147:__init__.py(1) - number of Vendor returned: 4
2021-08-07 13:48:16,409 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor
2021-08-07 13:48:16,409 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC
2021-08-07 13:48:16,409 INFO 267:__init__.py(1) - attempting to create Vendor basicnf_vendor in SDC
2021-08-07 13:48:16,409 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC
2021-08-07 13:48:16,410 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-08-07 13:48:16,410 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:16,410 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-08-07 13:48:16,410 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-08-07 13:48:16,411 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:16,508 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 691
2021-08-07 13:48:16,510 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-08-07 13:48:16,510 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"5abf0a85c89f4c489638e8bfbf351b36","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"256ee9436e164b2c87e1dee8ac916ed3","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"52d2785048434e90b94eff3634f26d6f","type":"vlm","name":"ce4e019a-bd97-44d4-a9f4","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"efa3c8a7c8a541de9ead5acf73956e79","type":"vlm","name":"8b32434f-e9c3-48a6-927e","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":4}
2021-08-07 13:48:16,513 DEBUG 147:__init__.py(1) - number of Vendor returned: 4
2021-08-07 13:48:16,513 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor
2021-08-07 13:48:16,513 INFO 169:__init__.py(1) - Vendor basicnf_vendor doesn't exist in SDC
2021-08-07 13:48:16,533 DEBUG 129:onap_service.py(1) - [SDC][create Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:16,534 DEBUG 131:onap_service.py(1) - [SDC][create Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-08-07 13:48:16,534 DEBUG 132:onap_service.py(1) - [SDC][create Vendor] data sent: {
  "iconRef": "icon",
  "vendorName": "basicnf_vendor",
  "description": "vendor"
}
2021-08-07 13:48:16,535 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:17,858 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 159
2021-08-07 13:48:17,860 INFO 142:onap_service.py(1) - [SDC][create Vendor] response code: 200
2021-08-07 13:48:17,860 DEBUG 146:onap_service.py(1) - [SDC][create Vendor] response: {"itemId":"f38e9869d20148d7ad9fc33bca83165d","version":{"id":"589407ff48fe4267a745b5c768598c8a","name":"1.0","description":"Initial version","status":"Draft"}}
2021-08-07 13:48:17,862 INFO 285:__init__.py(1) - Vendor basicnf_vendor is created in SDC
2021-08-07 13:48:17,862 INFO 53:vendor.py(1) - attempting to certify/sumbit vendor basicnf_vendor in SDC
2021-08-07 13:48:17,865 DEBUG 129:onap_service.py(1) - [SDC][Submit Vendor] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:17,866 DEBUG 131:onap_service.py(1) - [SDC][Submit Vendor] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/f38e9869d20148d7ad9fc33bca83165d/versions/589407ff48fe4267a745b5c768598c8a/actions
2021-08-07 13:48:17,866 DEBUG 132:onap_service.py(1) - [SDC][Submit Vendor] data sent: {

  "action": "Submit"
}
2021-08-07 13:48:17,867 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,129 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models/f38e9869d20148d7ad9fc33bca83165d/versions/589407ff48fe4267a745b5c768598c8a/actions HTTP/1.1" 200 2
2021-08-07 13:48:18,130 INFO 142:onap_service.py(1) - [SDC][Submit Vendor] response code: 200
2021-08-07 13:48:18,131 DEBUG 146:onap_service.py(1) - [SDC][Submit Vendor] response: {}
2021-08-07 13:48:18,133 WARNING 109:warnings.py(1) - /usr/lib/python3.8/site-packages/onaptests/steps/instantiate/vf_module_ala_carte.py:59: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  self._yaml_template: dict = load(yaml_template)

2021-08-07 13:48:18,139 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC
2021-08-07 13:48:18,139 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-08-07 13:48:18,140 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,140 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-08-07 13:48:18,140 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-08-07 13:48:18,142 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,205 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077
2021-08-07 13:48:18,206 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-08-07 13:48:18,207 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_XzyBLA_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"5abf0a85c89f4c489638e8bfbf351b36","onboardingMethod":"NetworkPackage","id":"44f6b5cb08f7458eb292a26207f3ff46","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"256ee9436e164b2c87e1dee8ac916ed3","onboardingMethod":"NetworkPackage","id":"c1faa22f78f0471287aa31eee788217d","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e20c58c9-6bc5","description":"vendor software product","vendorName":"ce4e019a-bd97-44d4-a9f4","vendorId":"52d2785048434e90b94eff3634f26d6f","onboardingMethod":"NetworkPackage","id":"4664de850600470abcde0bf5757234c4","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e74bf874-1cb6","description":"vendor software product","vendorName":"8b32434f-e9c3-48a6-927e","vendorId":"efa3c8a7c8a541de9ead5acf73956e79","onboardingMethod":"NetworkPackage","id":"0cd08842ac5f4cceb76a345b1b208e73","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-08-07 13:48:18,209 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_XzyBLA_VSP from SDC
2021-08-07 13:48:18,209 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-08-07 13:48:18,209 DEBUG 324:vsp.py(1) - importing VSP pNF e20c58c9-6bc5 from SDC
2021-08-07 13:48:18,210 DEBUG 324:vsp.py(1) - importing VSP vFW e74bf874-1cb6 from SDC
2021-08-07 13:48:18,210 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-08-07 13:48:18,210 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP
2021-08-07 13:48:18,211 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC
2021-08-07 13:48:18,211 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC
2021-08-07 13:48:18,211 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-08-07 13:48:18,212 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,212 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-08-07 13:48:18,212 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-08-07 13:48:18,213 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,299 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077
2021-08-07 13:48:18,301 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-08-07 13:48:18,301 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_XzyBLA_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"5abf0a85c89f4c489638e8bfbf351b36","onboardingMethod":"NetworkPackage","id":"44f6b5cb08f7458eb292a26207f3ff46","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"256ee9436e164b2c87e1dee8ac916ed3","onboardingMethod":"NetworkPackage","id":"c1faa22f78f0471287aa31eee788217d","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e20c58c9-6bc5","description":"vendor software product","vendorName":"ce4e019a-bd97-44d4-a9f4","vendorId":"52d2785048434e90b94eff3634f26d6f","onboardingMethod":"NetworkPackage","id":"4664de850600470abcde0bf5757234c4","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e74bf874-1cb6","description":"vendor software product","vendorName":"8b32434f-e9c3-48a6-927e","vendorId":"efa3c8a7c8a541de9ead5acf73956e79","onboardingMethod":"NetworkPackage","id":"0cd08842ac5f4cceb76a345b1b208e73","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-08-07 13:48:18,303 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_XzyBLA_VSP from SDC
2021-08-07 13:48:18,303 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-08-07 13:48:18,303 DEBUG 324:vsp.py(1) - importing VSP pNF e20c58c9-6bc5 from SDC
2021-08-07 13:48:18,303 DEBUG 324:vsp.py(1) - importing VSP vFW e74bf874-1cb6 from SDC
2021-08-07 13:48:18,304 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-08-07 13:48:18,304 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP
2021-08-07 13:48:18,304 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC
2021-08-07 13:48:18,304 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC
2021-08-07 13:48:18,304 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-08-07 13:48:18,304 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,304 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-08-07 13:48:18,304 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-08-07 13:48:18,306 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,401 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077
2021-08-07 13:48:18,402 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-08-07 13:48:18,402 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_XzyBLA_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"5abf0a85c89f4c489638e8bfbf351b36","onboardingMethod":"NetworkPackage","id":"44f6b5cb08f7458eb292a26207f3ff46","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"256ee9436e164b2c87e1dee8ac916ed3","onboardingMethod":"NetworkPackage","id":"c1faa22f78f0471287aa31eee788217d","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e20c58c9-6bc5","description":"vendor software product","vendorName":"ce4e019a-bd97-44d4-a9f4","vendorId":"52d2785048434e90b94eff3634f26d6f","onboardingMethod":"NetworkPackage","id":"4664de850600470abcde0bf5757234c4","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e74bf874-1cb6","description":"vendor software product","vendorName":"8b32434f-e9c3-48a6-927e","vendorId":"efa3c8a7c8a541de9ead5acf73956e79","onboardingMethod":"NetworkPackage","id":"0cd08842ac5f4cceb76a345b1b208e73","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-08-07 13:48:18,404 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_XzyBLA_VSP from SDC
2021-08-07 13:48:18,404 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-08-07 13:48:18,405 DEBUG 324:vsp.py(1) - importing VSP pNF e20c58c9-6bc5 from SDC
2021-08-07 13:48:18,405 DEBUG 324:vsp.py(1) - importing VSP vFW e74bf874-1cb6 from SDC
2021-08-07 13:48:18,405 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-08-07 13:48:18,405 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP
2021-08-07 13:48:18,405 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC
2021-08-07 13:48:18,406 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC
2021-08-07 13:48:18,406 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-08-07 13:48:18,406 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,406 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-08-07 13:48:18,407 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-08-07 13:48:18,408 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,499 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077
2021-08-07 13:48:18,501 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-08-07 13:48:18,501 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_XzyBLA_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"5abf0a85c89f4c489638e8bfbf351b36","onboardingMethod":"NetworkPackage","id":"44f6b5cb08f7458eb292a26207f3ff46","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"256ee9436e164b2c87e1dee8ac916ed3","onboardingMethod":"NetworkPackage","id":"c1faa22f78f0471287aa31eee788217d","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e20c58c9-6bc5","description":"vendor software product","vendorName":"ce4e019a-bd97-44d4-a9f4","vendorId":"52d2785048434e90b94eff3634f26d6f","onboardingMethod":"NetworkPackage","id":"4664de850600470abcde0bf5757234c4","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e74bf874-1cb6","description":"vendor software product","vendorName":"8b32434f-e9c3-48a6-927e","vendorId":"efa3c8a7c8a541de9ead5acf73956e79","onboardingMethod":"NetworkPackage","id":"0cd08842ac5f4cceb76a345b1b208e73","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-08-07 13:48:18,504 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_XzyBLA_VSP from SDC
2021-08-07 13:48:18,504 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-08-07 13:48:18,504 DEBUG 324:vsp.py(1) - importing VSP pNF e20c58c9-6bc5 from SDC
2021-08-07 13:48:18,504 DEBUG 324:vsp.py(1) - importing VSP vFW e74bf874-1cb6 from SDC
2021-08-07 13:48:18,505 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-08-07 13:48:18,505 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP
2021-08-07 13:48:18,505 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC
2021-08-07 13:48:18,505 INFO 267:__init__.py(1) - attempting to create Vsp basic_cnf_VSP in SDC
2021-08-07 13:48:18,505 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC
2021-08-07 13:48:18,505 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-08-07 13:48:18,506 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,506 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-08-07 13:48:18,506 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-08-07 13:48:18,508 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,571 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1077
2021-08-07 13:48:18,572 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-08-07 13:48:18,573 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_onboard_XzyBLA_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"5abf0a85c89f4c489638e8bfbf351b36","onboardingMethod":"NetworkPackage","id":"44f6b5cb08f7458eb292a26207f3ff46","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"256ee9436e164b2c87e1dee8ac916ed3","onboardingMethod":"NetworkPackage","id":"c1faa22f78f0471287aa31eee788217d","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e20c58c9-6bc5","description":"vendor software product","vendorName":"ce4e019a-bd97-44d4-a9f4","vendorId":"52d2785048434e90b94eff3634f26d6f","onboardingMethod":"NetworkPackage","id":"4664de850600470abcde0bf5757234c4","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e74bf874-1cb6","description":"vendor software product","vendorName":"8b32434f-e9c3-48a6-927e","vendorId":"efa3c8a7c8a541de9ead5acf73956e79","onboardingMethod":"NetworkPackage","id":"0cd08842ac5f4cceb76a345b1b208e73","owner":"cs0008","status":"ACTIVE"}],"listCount":4}
2021-08-07 13:48:18,575 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_XzyBLA_VSP from SDC
2021-08-07 13:48:18,575 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-08-07 13:48:18,575 DEBUG 324:vsp.py(1) - importing VSP pNF e20c58c9-6bc5 from SDC
2021-08-07 13:48:18,576 DEBUG 324:vsp.py(1) - importing VSP vFW e74bf874-1cb6 from SDC
2021-08-07 13:48:18,576 DEBUG 147:__init__.py(1) - number of Vsp returned: 4
2021-08-07 13:48:18,576 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP
2021-08-07 13:48:18,576 INFO 169:__init__.py(1) - Vsp basic_cnf_VSP doesn't exist in SDC
2021-08-07 13:48:18,580 DEBUG 159:__init__.py(1) - check if Vendor basicnf_vendor exists in SDC
2021-08-07 13:48:18,581 INFO 129:__init__.py(1) - retrieving all objects of type Vendor from SDC
2021-08-07 13:48:18,581 DEBUG 129:onap_service.py(1) - [SDC][get Vendors] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,581 DEBUG 131:onap_service.py(1) - [SDC][get Vendors] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-license-models
2021-08-07 13:48:18,581 DEBUG 132:onap_service.py(1) - [SDC][get Vendors] data sent: None
2021-08-07 13:48:18,583 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,634 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-license-models HTTP/1.1" 200 844
2021-08-07 13:48:18,636 INFO 142:onap_service.py(1) - [SDC][get Vendors] response code: 200
2021-08-07 13:48:18,636 DEBUG 146:onap_service.py(1) - [SDC][get Vendors] response: {"results":[{"id":"f38e9869d20148d7ad9fc33bca83165d","type":"vlm","name":"basicnf_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"5abf0a85c89f4c489638e8bfbf351b36","type":"vlm","name":"basic_onboard_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"256ee9436e164b2c87e1dee8ac916ed3","type":"vlm","name":"basicvm_vendor","description":"vendor","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"52d2785048434e90b94eff3634f26d6f","type":"vlm","name":"ce4e019a-bd97-44d4-a9f4","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}},{"id":"efa3c8a7c8a541de9ead5acf73956e79","type":"vlm","name":"8b32434f-e9c3-48a6-927e","description":"vendor license model","owner":"cs0008","status":"ACTIVE","properties":{}}],"listCount":5}
2021-08-07 13:48:18,638 DEBUG 147:__init__.py(1) - number of Vendor returned: 5
2021-08-07 13:48:18,638 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basicnf_vendor
2021-08-07 13:48:18,639 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,639 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/f38e9869d20148d7ad9fc33bca83165d/versions
2021-08-07 13:48:18,639 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:18,641 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,706 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/f38e9869d20148d7ad9fc33bca83165d/versions HTTP/1.1" 200 264
2021-08-07 13:48:18,707 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:18,708 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"589407ff48fe4267a745b5c768598c8a","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628344096705,"modificationTime":1628344098027,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-08-07 13:48:18,709 DEBUG 46:sdc_element.py(1) - details found, updating
2021-08-07 13:48:18,710 INFO 192:__init__.py(1) - Vendor found, updating information
2021-08-07 13:48:18,710 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,710 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/f38e9869d20148d7ad9fc33bca83165d/versions
2021-08-07 13:48:18,710 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:18,712 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:18,767 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/f38e9869d20148d7ad9fc33bca83165d/versions HTTP/1.1" 200 264
2021-08-07 13:48:18,768 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:18,768 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"589407ff48fe4267a745b5c768598c8a","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628344096705,"modificationTime":1628344098027,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-08-07 13:48:18,770 DEBUG 46:sdc_element.py(1) - details found, updating
2021-08-07 13:48:18,770 DEBUG 129:onap_service.py(1) - [SDC][create Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:18,770 DEBUG 131:onap_service.py(1) - [SDC][create Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-08-07 13:48:18,770 DEBUG 132:onap_service.py(1) - [SDC][create Vsp] data sent: {
  "name": "basic_cnf_VSP",
  "description": "vendor software product",
  "icon": "icon",
  "category": "resourceNewCategory.generic",
  "subCategory": "resourceNewCategory.generic.abstract",
  "vendorName": "basicnf_vendor",
  "vendorId": "f38e9869d20148d7ad9fc33bca83165d",
  "licensingData": {},
  "onboardingMethod": "NetworkPackage"
}
2021-08-07 13:48:18,772 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,070 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 159
2021-08-07 13:48:20,072 INFO 142:onap_service.py(1) - [SDC][create Vsp] response code: 200
2021-08-07 13:48:20,072 DEBUG 146:onap_service.py(1) - [SDC][create Vsp] response: {"itemId":"50bb53a18b4f4dba8a6759a8538ad9e2","version":{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft"}}
2021-08-07 13:48:20,074 INFO 285:__init__.py(1) - Vsp basic_cnf_VSP is created in SDC
2021-08-07 13:48:20,075 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,075 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:20,075 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:20,076 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,124 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:20,125 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:20,125 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344099304,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:20,127 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,128 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:20,128 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:20,129 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,217 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 223
2021-08-07 13:48:20,219 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:20,219 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628344098841,"modificationTime":1628344099287}
2021-08-07 13:48:20,221 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,221 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:20,221 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:20,223 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,367 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 369
2021-08-07 13:48:20,368 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:20,368 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9"}
2021-08-07 13:48:20,371 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,371 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:20,371 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:20,372 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,543 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 369
2021-08-07 13:48:20,544 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:20,544 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9"}
2021-08-07 13:48:20,546 INFO 241:vsp.py(1) - attempting to upload package for basic_cnf_VSP in SDC
2021-08-07 13:48:20,546 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,547 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:20,547 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:20,548 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,598 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:20,599 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:20,599 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344099304,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:20,601 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,601 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:20,601 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:20,603 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,686 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 223
2021-08-07 13:48:20,688 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:20,688 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628344098841,"modificationTime":1628344099287}
2021-08-07 13:48:20,690 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,690 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:20,690 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:20,692 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:20,865 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 369
2021-08-07 13:48:20,866 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:20,867 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9"}
2021-08-07 13:48:20,869 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:20,869 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:20,869 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:20,871 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,038 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 369
2021-08-07 13:48:21,039 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:21,039 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9"}
2021-08-07 13:48:21,041 DEBUG 129:onap_service.py(1) - [SDC][upload ZIP for Vsp] sent header: {'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk', 'Accept-Encoding': 'gzip, deflate'}
2021-08-07 13:48:21,041 DEBUG 131:onap_service.py(1) - [SDC][upload ZIP for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/orchestration-template-candidate
2021-08-07 13:48:21,042 DEBUG 132:onap_service.py(1) - [SDC][upload ZIP for Vsp] data sent: None
2021-08-07 13:48:21,044 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,205 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/orchestration-template-candidate HTTP/1.1" 200 90
2021-08-07 13:48:21,206 INFO 142:onap_service.py(1) - [SDC][upload ZIP for Vsp] response code: 200
2021-08-07 13:48:21,207 DEBUG 146:onap_service.py(1) - [SDC][upload ZIP for Vsp] response: {"errors":{},"status":"Success","onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:21,207 INFO 194:vsp.py(1) - Files for Vsp basic_cnf_VSP have been uploaded
2021-08-07 13:48:21,209 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,209 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:21,209 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:21,210 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,257 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:21,258 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:21,258 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344099304,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:21,260 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,260 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:21,261 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:21,262 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,346 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 222
2021-08-07 13:48:21,348 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:21,348 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628344098841,"modificationTime":1628344101194}
2021-08-07 13:48:21,351 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,351 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:21,351 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:21,353 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,455 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 436
2021-08-07 13:48:21,456 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:21,456 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:21,459 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,459 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:21,459 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:21,461 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,568 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 436
2021-08-07 13:48:21,569 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:21,570 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:21,573 INFO 241:vsp.py(1) - attempting to validate for basic_cnf_VSP in SDC
2021-08-07 13:48:21,573 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,574 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:21,574 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:21,576 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,626 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:21,627 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:21,628 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344099304,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:21,630 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,630 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:21,630 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:21,631 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,720 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 222
2021-08-07 13:48:21,721 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:21,721 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628344098841,"modificationTime":1628344101194}
2021-08-07 13:48:21,723 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,723 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:21,723 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:21,725 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,817 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 436
2021-08-07 13:48:21,819 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:21,819 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:21,822 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,822 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:21,823 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:21,825 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:21,931 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 436
2021-08-07 13:48:21,933 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:21,933 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","candidateOnboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:21,937 DEBUG 129:onap_service.py(1) - [SDC][Validate artifacts for Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:21,937 DEBUG 131:onap_service.py(1) - [SDC][Validate artifacts for Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/orchestration-template-candidate/process
2021-08-07 13:48:21,937 DEBUG 132:onap_service.py(1) - [SDC][Validate artifacts for Vsp] data sent: None
2021-08-07 13:48:21,940 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:24,224 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/orchestration-template-candidate/process HTTP/1.1" 200 231
2021-08-07 13:48:24,226 INFO 142:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response code: 200
2021-08-07 13:48:24,226 DEBUG 146:onap_service.py(1) - [SDC][Validate artifacts for Vsp] response: {"fileNames":["base_dummy.env","base_dummy.yaml","nginx_cloudtech_k8s_charts.tgz"],"errors":{"nginx_cloudtech_k8s_charts.tgz":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]},"status":"Success"}
2021-08-07 13:48:24,230 INFO 209:vsp.py(1) - Artifacts for Vsp basic_cnf_VSP have been validated
2021-08-07 13:48:24,230 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:24,231 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:24,231 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:24,233 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:24,293 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:24,295 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:24,295 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344099304,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:24,298 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:24,299 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:24,299 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:24,301 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:24,396 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 222
2021-08-07 13:48:24,398 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:24,398 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628344098841,"modificationTime":1628344104214}
2021-08-07 13:48:24,401 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:24,401 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:24,401 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:24,404 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:24,583 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 804
2021-08-07 13:48:24,585 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:24,585 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:24,588 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:24,589 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:24,589 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:24,591 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:24,730 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 804
2021-08-07 13:48:24,732 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:24,732 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:24,735 INFO 241:vsp.py(1) - attempting to commit for basic_cnf_VSP in SDC
2021-08-07 13:48:24,736 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:24,736 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:24,736 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:24,738 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:24,810 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:24,811 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:24,812 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344099304,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:24,814 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:24,814 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:24,814 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:24,816 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:24,897 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 222
2021-08-07 13:48:24,898 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:24,898 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":true},"creationTime":1628344098841,"modificationTime":1628344104214}
2021-08-07 13:48:24,900 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:24,900 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:24,900 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:24,902 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:25,057 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 804
2021-08-07 13:48:25,058 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:25,058 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:25,060 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:25,061 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:25,061 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:25,062 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:25,206 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 804
2021-08-07 13:48:25,207 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:25,207 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:25,213 DEBUG 129:onap_service.py(1) - [SDC][Commit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:25,213 DEBUG 131:onap_service.py(1) - [SDC][Commit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions
2021-08-07 13:48:25,213 DEBUG 132:onap_service.py(1) - [SDC][Commit Vsp] data sent: {

  "commitRequest":{"message":"ok"},

  "action": "Commit"
}
2021-08-07 13:48:25,215 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:28,077 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions HTTP/1.1" 200 2
2021-08-07 13:48:28,079 INFO 142:onap_service.py(1) - [SDC][Commit Vsp] response code: 200
2021-08-07 13:48:28,079 DEBUG 146:onap_service.py(1) - [SDC][Commit Vsp] response: {}
2021-08-07 13:48:28,082 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:28,083 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:28,083 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:28,085 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:28,144 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:28,145 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:28,145 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344105279,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:28,147 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:28,147 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:28,147 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:28,149 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:28,232 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 223
2021-08-07 13:48:28,233 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:28,233 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628344098841,"modificationTime":1628344104214}
2021-08-07 13:48:28,236 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:28,236 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:28,236 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:28,238 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:28,538 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 804
2021-08-07 13:48:28,539 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:28,539 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:28,541 INFO 241:vsp.py(1) - attempting to certify/sumbit for basic_cnf_VSP in SDC
2021-08-07 13:48:28,541 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:28,542 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:28,542 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:28,543 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:28,591 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 253
2021-08-07 13:48:28,592 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:28,592 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Draft","creationTime":1628344098841,"modificationTime":1628344105279,"additionalInfo":{"OptionalCreationMethods":[]}}],"listCount":1}
2021-08-07 13:48:28,594 DEBUG 129:onap_service.py(1) - [SDC][get item version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:28,594 DEBUG 131:onap_service.py(1) - [SDC][get item version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:28,594 DEBUG 132:onap_service.py(1) - [SDC][get item version] data sent: None
2021-08-07 13:48:28,596 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:28,818 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 223
2021-08-07 13:48:28,819 INFO 142:onap_service.py(1) - [SDC][get item version] response code: 200
2021-08-07 13:48:28,819 DEBUG 146:onap_service.py(1) - [SDC][get item version] response: {"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","status":"Draft","state":{"synchronizationState":"UpToDate","dirty":false},"creationTime":1628344098841,"modificationTime":1628344104214}
2021-08-07 13:48:28,822 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:28,822 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:28,822 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:28,823 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:29,226 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 804
2021-08-07 13:48:29,227 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:29,228 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:29,235 DEBUG 129:onap_service.py(1) - [SDC][Submit Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:29,235 DEBUG 131:onap_service.py(1) - [SDC][Submit Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions
2021-08-07 13:48:29,235 DEBUG 132:onap_service.py(1) - [SDC][Submit Vsp] data sent: {

  "action": "Submit"
}
2021-08-07 13:48:29,237 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:34,969 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions HTTP/1.1" 200 2
2021-08-07 13:48:34,971 INFO 142:onap_service.py(1) - [SDC][Submit Vsp] response code: 200
2021-08-07 13:48:34,971 DEBUG 146:onap_service.py(1) - [SDC][Submit Vsp] response: {}
2021-08-07 13:48:34,973 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:34,973 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:34,973 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:34,975 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:35,021 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 264
2021-08-07 13:48:35,022 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:35,022 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628344098841,"modificationTime":1628344114065,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-08-07 13:48:35,025 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC
2021-08-07 13:48:35,025 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:35,025 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:35,025 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:35,026 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:35,074 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 264
2021-08-07 13:48:35,076 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:35,076 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628344098841,"modificationTime":1628344114065,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-08-07 13:48:35,081 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:35,081 DEBUG 131:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions
2021-08-07 13:48:35,081 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: {

  "action": "Create_Package"
}
2021-08-07 13:48:35,082 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:35,775 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions HTTP/1.1" 200 317
2021-08-07 13:48:35,776 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200
2021-08-07 13:48:35,776 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"50bb53a18b4f4dba8a6759a8538ad9e2","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-08-07 13:48:35,777 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"50bb53a18b4f4dba8a6759a8538ad9e2","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-08-07 13:48:35,779 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC
2021-08-07 13:48:35,779 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-08-07 13:48:35,779 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:35,780 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-08-07 13:48:35,780 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-08-07 13:48:35,781 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:48:35,934 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719
2021-08-07 13:48:35,936 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-08-07 13:48:35,936 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/d8507773-744d-434f-93db-2517e9b40e6f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/34b9dd7d-1782-4aa2-a70d-da3164c47278/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-08-07 13:48:35,938 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:48:35,938 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:35,938 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:35,939 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:35,939 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:48:35,939 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:35,939 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:35,939 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:35,940 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-08-07 13:48:35,940 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:48:35,940 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC
2021-08-07 13:48:45,950 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC
2021-08-07 13:48:45,951 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-08-07 13:48:45,951 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:45,951 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-08-07 13:48:45,952 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-08-07 13:48:45,953 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:48:46,098 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719
2021-08-07 13:48:46,099 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-08-07 13:48:46,099 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/d8507773-744d-434f-93db-2517e9b40e6f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/34b9dd7d-1782-4aa2-a70d-da3164c47278/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-08-07 13:48:46,101 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:48:46,102 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:46,102 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:46,102 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:46,102 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:48:46,102 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:46,102 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:46,102 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:46,103 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-08-07 13:48:46,103 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:48:46,103 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC
2021-08-07 13:48:46,103 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC
2021-08-07 13:48:46,103 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-08-07 13:48:46,104 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:46,104 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-08-07 13:48:46,104 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-08-07 13:48:46,105 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:48:46,229 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719
2021-08-07 13:48:46,230 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-08-07 13:48:46,230 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/d8507773-744d-434f-93db-2517e9b40e6f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/34b9dd7d-1782-4aa2-a70d-da3164c47278/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-08-07 13:48:46,232 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:48:46,232 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:46,233 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:46,233 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:46,233 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:48:46,233 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:46,233 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:46,233 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:46,233 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-08-07 13:48:46,233 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:48:46,233 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC
2021-08-07 13:48:46,234 DEBUG 159:__init__.py(1) - check if ResourceCategory Generic exists in SDC
2021-08-07 13:48:46,234 INFO 129:__init__.py(1) - retrieving all objects of type ResourceCategory from SDC
2021-08-07 13:48:46,234 DEBUG 129:onap_service.py(1) - [SDC][get ResourceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:46,234 DEBUG 131:onap_service.py(1) - [SDC][get ResourceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui
2021-08-07 13:48:46,234 DEBUG 132:onap_service.py(1) - [SDC][get ResourceCategorys] data sent: None
2021-08-07 13:48:46,235 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:46,718 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None
2021-08-07 13:48:46,719 INFO 142:onap_service.py(1) - [SDC][get ResourceCategorys] response code: 200
2021-08-07 13:48:46,720 DEBUG 146:onap_service.py(1) - [SDC][get ResourceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"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":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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}],"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 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":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"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":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"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 Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"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}],"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":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"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},{"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":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"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":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"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}],"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":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"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":"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":"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":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"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}],"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":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"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":"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":"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":"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":"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":"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-08-07 13:48:46,723 DEBUG 147:__init__.py(1) - number of ResourceCategory returned: 9
2021-08-07 13:48:46,723 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Generic
2021-08-07 13:48:46,723 INFO 192:__init__.py(1) - ResourceCategory found, updating information
2021-08-07 13:48:46,723 INFO 267:__init__.py(1) - attempting to create Vf basic_cnf in SDC
2021-08-07 13:48:46,723 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC
2021-08-07 13:48:46,723 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-08-07 13:48:46,724 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:46,724 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-08-07 13:48:46,724 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-08-07 13:48:46,725 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:48:46,936 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 719
2021-08-07 13:48:46,937 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-08-07 13:48:46,937 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/d8507773-744d-434f-93db-2517e9b40e6f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/34b9dd7d-1782-4aa2-a70d-da3164c47278/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-08-07 13:48:46,939 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:48:46,940 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:46,940 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:46,940 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:46,940 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:48:46,940 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:48:46,940 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:48:46,940 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:48:46,940 DEBUG 147:__init__.py(1) - number of Vf returned: 2
2021-08-07 13:48:46,940 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:48:46,940 INFO 169:__init__.py(1) - Vf basic_cnf doesn't exist in SDC
2021-08-07 13:48:46,954 DEBUG 159:__init__.py(1) - check if Vsp basic_cnf_VSP exists in SDC
2021-08-07 13:48:46,954 INFO 129:__init__.py(1) - retrieving all objects of type Vsp from SDC
2021-08-07 13:48:46,954 DEBUG 129:onap_service.py(1) - [SDC][get Vsps] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:46,955 DEBUG 131:onap_service.py(1) - [SDC][get Vsps] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products
2021-08-07 13:48:46,955 DEBUG 132:onap_service.py(1) - [SDC][get Vsps] data sent: None
2021-08-07 13:48:46,956 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:47,008 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products HTTP/1.1" 200 1329
2021-08-07 13:48:47,010 INFO 142:onap_service.py(1) - [SDC][get Vsps] response code: 200
2021-08-07 13:48:47,010 DEBUG 146:onap_service.py(1) - [SDC][get Vsps] response: {"results":[{"name":"basic_cnf_VSP","description":"vendor software product","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","owner":"cs0008","status":"ACTIVE"},{"name":"basic_onboard_XzyBLA_VSP","description":"vendor software product","vendorName":"basic_onboard_vendor","vendorId":"5abf0a85c89f4c489638e8bfbf351b36","onboardingMethod":"NetworkPackage","id":"44f6b5cb08f7458eb292a26207f3ff46","owner":"cs0008","status":"ACTIVE"},{"name":"basic_vm_VSP","description":"vendor software product","vendorName":"basicvm_vendor","vendorId":"256ee9436e164b2c87e1dee8ac916ed3","onboardingMethod":"NetworkPackage","id":"c1faa22f78f0471287aa31eee788217d","owner":"cs0008","status":"ACTIVE"},{"name":"pNF e20c58c9-6bc5","description":"vendor software product","vendorName":"ce4e019a-bd97-44d4-a9f4","vendorId":"52d2785048434e90b94eff3634f26d6f","onboardingMethod":"NetworkPackage","id":"4664de850600470abcde0bf5757234c4","owner":"cs0008","status":"ACTIVE"},{"name":"vFW e74bf874-1cb6","description":"vendor software product","vendorName":"8b32434f-e9c3-48a6-927e","vendorId":"efa3c8a7c8a541de9ead5acf73956e79","onboardingMethod":"NetworkPackage","id":"0cd08842ac5f4cceb76a345b1b208e73","owner":"cs0008","status":"ACTIVE"}],"listCount":5}
2021-08-07 13:48:47,012 DEBUG 324:vsp.py(1) - importing VSP basic_cnf_VSP from SDC
2021-08-07 13:48:47,012 DEBUG 324:vsp.py(1) - importing VSP basic_onboard_XzyBLA_VSP from SDC
2021-08-07 13:48:47,012 DEBUG 324:vsp.py(1) - importing VSP basic_vm_VSP from SDC
2021-08-07 13:48:47,013 DEBUG 324:vsp.py(1) - importing VSP pNF e20c58c9-6bc5 from SDC
2021-08-07 13:48:47,013 DEBUG 324:vsp.py(1) - importing VSP vFW e74bf874-1cb6 from SDC
2021-08-07 13:48:47,013 DEBUG 147:__init__.py(1) - number of Vsp returned: 5
2021-08-07 13:48:47,013 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf_VSP
2021-08-07 13:48:47,013 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:47,013 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:47,013 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:47,015 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:47,066 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 264
2021-08-07 13:48:47,068 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:47,068 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628344098841,"modificationTime":1628344114065,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-08-07 13:48:47,071 DEBUG 46:sdc_element.py(1) - details found, updating
2021-08-07 13:48:47,071 INFO 192:__init__.py(1) - Vsp found, updating information
2021-08-07 13:48:47,072 INFO 241:vsp.py(1) - attempting to create CSAR package for basic_cnf_VSP in SDC
2021-08-07 13:48:47,072 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:47,072 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:47,073 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:47,074 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:47,126 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 264
2021-08-07 13:48:47,127 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:47,127 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628344098841,"modificationTime":1628344114065,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-08-07 13:48:47,130 DEBUG 129:onap_service.py(1) - [SDC][get item] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:47,130 DEBUG 131:onap_service.py(1) - [SDC][get item] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions
2021-08-07 13:48:47,130 DEBUG 132:onap_service.py(1) - [SDC][get item] data sent: None
2021-08-07 13:48:47,132 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:47,186 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/items/50bb53a18b4f4dba8a6759a8538ad9e2/versions HTTP/1.1" 200 264
2021-08-07 13:48:47,188 INFO 142:onap_service.py(1) - [SDC][get item] response code: 200
2021-08-07 13:48:47,188 DEBUG 146:onap_service.py(1) - [SDC][get item] response: {"results":[{"id":"4da67f0fdab7486d9882f525c337a3c9","name":"1.0","description":"Initial version","baseId":"","status":"Certified","creationTime":1628344098841,"modificationTime":1628344114065,"additionalInfo":{"OptionalCreationMethods":["major"]}}],"listCount":1}
2021-08-07 13:48:47,190 DEBUG 46:sdc_element.py(1) - details found, updating
2021-08-07 13:48:47,194 DEBUG 129:onap_service.py(1) - [SDC][Create_Package Vsp] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:47,194 DEBUG 131:onap_service.py(1) - [SDC][Create_Package Vsp] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions
2021-08-07 13:48:47,194 DEBUG 132:onap_service.py(1) - [SDC][Create_Package Vsp] data sent: {

  "action": "Create_Package"
}
2021-08-07 13:48:47,196 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:47,866 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "PUT /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9/actions HTTP/1.1" 200 317
2021-08-07 13:48:47,868 INFO 142:onap_service.py(1) - [SDC][Create_Package Vsp] response code: 200
2021-08-07 13:48:47,868 DEBUG 146:onap_service.py(1) - [SDC][Create_Package Vsp] response: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"50bb53a18b4f4dba8a6759a8538ad9e2","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-08-07 13:48:47,868 INFO 226:vsp.py(1) - result: {"description":"vendor software product","vspName":"basic_cnf_VSP","version":"1.0","packageId":"50bb53a18b4f4dba8a6759a8538ad9e2","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorRelease":"1.0","packageType":"CSAR","resourceType":"VF"}
2021-08-07 13:48:47,871 DEBUG 129:onap_service.py(1) - [SDC][get vsp version] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:47,871 DEBUG 131:onap_service.py(1) - [SDC][get vsp version] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9
2021-08-07 13:48:47,871 DEBUG 132:onap_service.py(1) - [SDC][get vsp version] data sent: None
2021-08-07 13:48:47,872 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:48,048 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/onboarding-api/v1.0/vendor-software-products/50bb53a18b4f4dba8a6759a8538ad9e2/versions/4da67f0fdab7486d9882f525c337a3c9 HTTP/1.1" 200 804
2021-08-07 13:48:48,049 INFO 142:onap_service.py(1) - [SDC][get vsp version] response code: 200
2021-08-07 13:48:48,050 DEBUG 146:onap_service.py(1) - [SDC][get vsp version] response: {"name":"basic_cnf_VSP","description":"vendor software product","icon":"icon","category":"resourceNewCategory.generic","subCategory":"resourceNewCategory.generic.abstract","vendorName":"basicnf_vendor","vendorId":"f38e9869d20148d7ad9fc33bca83165d","onboardingMethod":"NetworkPackage","id":"50bb53a18b4f4dba8a6759a8538ad9e2","version":"4da67f0fdab7486d9882f525c337a3c9","validationData":{"importStructure":{"heat":[{"fileName":"base_dummy.yaml","type":"HEAT","env":{"fileName":"base_dummy.env","type":"HEAT_ENV","heat":[]},"heat":[],"base":true}],"artifacts":[{"fileName":"nginx_cloudtech_k8s_charts.tgz","type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","errors":[{"level":"WARNING","message":"WARNING: [HOT11]: Artifact file is not referenced."}]}]}},"onboardingOrigin":"zip","networkPackageName":"basic_cnf"}
2021-08-07 13:48:48,052 DEBUG 129:onap_service.py(1) - [SDC][create Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:48:48,052 DEBUG 131:onap_service.py(1) - [SDC][create Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources
2021-08-07 13:48:48,052 DEBUG 132:onap_service.py(1) - [SDC][create Vf] data sent: {
    "artifacts": {},
    "attributes": [],
    "capabilities": {},
      "categories": [
    {
      "normalizedName": "generic",
      "name": "Generic",
      "uniqueId": "resourceNewCategory.generic",
      "subcategories": [{"empty": false, "groupings": null, "icons": ["objectStorage", "compute"], "metadataKeys": [], "name": "Abstract", "normalizedName": "abstract", "ownerId": null, "type": null, "uniqueId": "resourceNewCategory.generic.abstract", "version": null}],
      "version": null,
      "ownerId": null,
      "empty": false,
      "type": null,
      "icons": null
    }
  ],
    "componentInstances": [],
    "componentInstancesAttributes": {},
    "componentInstancesProperties": {},
    "componentType": "RESOURCE",
    "contactId": "cs0008",
    "csarUUID": "50bb53a18b4f4dba8a6759a8538ad9e2",
    "csarVersion": "1.0",
    "deploymentArtifacts": {},
    "description": "VF",
    "icon": "defaulticon",
    "name": "basic_cnf",
    "properties": [],
    "groups": [],
    "requirements": {},
    "resourceType": "VF",
    "tags": ["basic_cnf"],
    "toscaArtifacts": {},
    "vendorName": "basicnf_vendor",
    "vendorRelease": "1.0"
}
2021-08-07 13:48:48,054 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:48:54,359 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources HTTP/1.1" 201 None
2021-08-07 13:48:54,366 INFO 142:onap_service.py(1) - [SDC][create Vf] response code: 201
2021-08-07 13:48:54,371 DEBUG 146:onap_service.py(1) - [SDC][create Vf] response: {"artifacts":{"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1628344131543,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"b4d6b33a-4e8f-4c38-97a4-0b10818c7360","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628344131545,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131543,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"deploymentArtifacts":{"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"creationDate":1628344131894,"timeout":0,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"15d412db-8b66-43a1-9236-c2907d450d48","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1628344131896,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131894,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1628344131543,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"b4d6b33a-4e8f-4c38-97a4-0b10818c7360","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628344131545,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131543,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1":{"payloadData":"SXlBalBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVRFbERSVTVUUlY5VFZFRlNWRDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBRb2pJQ01LSXlBaklFTnZjSGx5YVdkb2RDQW9ReWtnTWpBeE9TQkpiblJsYkNCRGIzSndiM0poZEdsdmJnb2pJQ01nVTFCRVdDMU1hV05sYm5ObExVbGtaVzUwYVdacFpYSTZJRUZ3WVdOb1pTMHlMakFLSXlBakNpTWdJejA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVXhKUTBWT1UwVmZSVTVFUFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDBLQ21obFlYUmZkR1Z0Y0d4aGRHVmZkbVZ5YzJsdmJqb2dNakF4TmkweE1DMHhOQXBrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnWkhWdGJYa2dWazVHQ2dwd1lYSmhiV1YwWlhKek9nb2daSFZ0YlhsZmJtRnRaVjh3T2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUc1aGJXVWdiMllnZG0wS0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVSMWJXMTVJRzVoYldVS0NpQjJibVpmYVdRNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2FXUWdiMllnZG01bUNpQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWNtOTJhV1JsWkNCaWVTQlBUa0ZRQ2dvZ2RtNW1YMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2JtRnRaU0J2WmlCMmJtWUtJQ0FnWkdWelkzSnBjSFJwYjI0NklGQnliM1pwWkdWa0lHSjVJRTlPUVZBS0NpQjJabDl0YjJSMWJHVmZhV1E2Q2lBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNCc1lXSmxiRG9nZG01bUlHMXZaSFZzWlNCcFpBb2dJQ0JrWlhOamNtbHdkR2x2YmpvZ1VISnZkbWxrWldRZ1lua2dUMDVCVUFvS0lHUjFiVzE1WDJsdFlXZGxYMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ1NXMWhaMlVnYm1GdFpTQnZjaUJKUkFvZ0lDQmtaWE5qY21sd2RHbHZiam9nUkhWdGJYa2dhVzFoWjJVZ2JtRnRaUW9LSUdSMWJXMTVYMlpzWVhadmNsOXVZVzFsT2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUdac1lYWnZjZ29nSUNCa1pYTmpjbWx3ZEdsdmJqb2dSSFZ0YlhrZ1pteGhkbTl5Q2dweVpYTnZkWEpqWlhNNkNpQmtkVzF0ZVY4d09nb2dJQ0IwZVhCbE9pQlBVem82VG05MllUbzZVMlZ5ZG1WeUNpQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJR1IxYlcxNVgyNWhiV1ZmTUNCOUNpQWdJQ0FnYVcxaFoyVTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjlwYldGblpWOXVZVzFsSUgwS0lDQWdJQ0JtYkdGMmIzSTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjltYkdGMmIzSmZibUZ0WlNCOUNpQWdJQ0FnYldWMFlXUmhkR0U2SUhzZ2RtNW1YMjVoYldVNklIc2daMlYwWDNCaGNtRnRPaUIyYm1aZmJtRnRaU0I5TENCMmJtWmZhV1E2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYVdRZ2ZTd2dkbVpmYlc5a2RXeGxYMmxrT2lCN0lHZGxkRjl3WVhKaGJUb2dkbVpmYlc5a2RXeGxYMmxrSUgxOQ==","listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"creationDate":1628344131616,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"a43400b1-9dd3-4eda-b994-8fbc396b7e58","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","duplicated":false,"payloadUpdateDate":1628344131624,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131616,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"creationDate":1628344131701,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1628344131701,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131701,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"creationDate":1628344129118,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.assettoscacsar","artifactName":"resource-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344129118,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"creationDate":1628344129118,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.assettoscatemplate","artifactName":"resource-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","duplicated":false,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344129118,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"componentInstances":[{"capabilities":{"tosca.capabilities.Node":[{"external":false,"type":"tosca.capabilities.Node","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"feature","uniqueId":"capability.1db27c42-9cf2-428f-9af6-72a1a7a56799.feature","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"feature_dummy","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.Scalable","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"scalable","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.scalable","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"scalable_dummy","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"type":"tosca.capabilities.network.Bindable","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"binding","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.binding","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"binding_dummy","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"password":false,"name":"disk_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"password":false,"name":"cpu_frequency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"password":false,"name":"mem_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.Container","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"host","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.host","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"host_dummy","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.ephemeral.size","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.ephemeral.size","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.ephemeral.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"instance","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.instance","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"instance_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"memory","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.memory","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.iops","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.iops","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"cpu.delta","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.cpu.delta","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu.delta_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.capacity","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.capacity","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.latency","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.latency","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.usage","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.usage","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"cpu_util","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.cpu_util","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_util_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.allocation","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.allocation","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.requests.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.requests.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.latency","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.latency","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"cpu","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.cpu","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.read.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.read.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.root.size","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.root.size","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.root.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"vcpus","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.vcpus","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"vcpus_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.iops","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.iops","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.usage","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.usage","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.requests.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.requests.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.requests.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.requests.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.allocation","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.allocation","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.read.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.read.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.read.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.read.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"memory.usage","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.memory.usage","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.capacity","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.capacity","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"memory.resident","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.memory.resident","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.resident_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests_dummy","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"os","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.os","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"os_dummy","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"endpoint","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.endpoint","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"node":"tosca.nodes.Root","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"dependency","uniqueId":"1db27c42-9cf2-428f-9af6-72a1a7a56799.dependency","capability":"tosca.capabilities.Node","ownerId":"1db27c42-9cf2-428f-9af6-72a1a7a56799","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"node":"tosca.nodes.BlockStorage","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"local_storage","uniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.compute_dummy_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.index_value","type":"integer","required":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.compute_dummy_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_name","value":"[{\"get_input\":\"dummy_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d1aa7655-1047-40a8-b0b2-3ec25309fd6e.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_dummyServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.min_instances","type":"integer","required":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"abstract_dummy"},"actualComponentUid":"8343887f-9d92-41c6-9e73-f9eda3359d8f","createdFromCsar":true,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","normalizedName":"abstract_dummy","name":"abstract_dummy","creationTime":1628344130641,"icon":"defaulticon","originType":"CVFC","isProxy":false,"toscaArtifacts":{},"directives":["substitutable"],"invariantName":"abstract_dummy","createdFrom":"CSAR","componentUid":"8343887f-9d92-41c6-9e73-f9eda3359d8f","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vfc.BasicCnfcvfc.abstract.abstract.nodes.dummy","modificationTime":1628344131116,"customizationUUID":"572c92ba-1799-475e-a859-5b0a29ddfb84","posX":"475.0","posY":"325.0","componentName":"basic_cnf-nodes.dummyCvfc","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy":[{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.nfc_function","type":"string","required":false,"password":false,"name":"nfc_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.compute_dummy_metadata","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_metadata","value":"[{\"vf_module_id\":{\"get_input\":\"vf_module_id\"},\"vnf_id\":{\"get_input\":\"vnf_id\"},\"vnf_name\":{\"get_input\":\"vnf_name\"}}]","immutable":false,"mappedToComponentProperty":true,"inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.vf_module_id","getInputValues":[{"propName":"vf_module_id","inputName":"vf_module_id","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.vf_module_id","list":false,"empty":false},{"propName":"vnf_id","inputName":"vnf_id","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_id","list":false,"empty":false},{"propName":"vnf_name","inputName":"vnf_name","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_name","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"json","schemaProperty":{"definition":false,"hidden":false,"type":"json","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.index_value","type":"integer","required":false,"defaultValue":"0","description":"Index value of this substitution service template runtime instance","password":false,"name":"index_value","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.compute_dummy_name","type":"list","required":true,"schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"compute_dummy_name","value":"[{\"get_input\":\"dummy_name_0\"}]","immutable":false,"mappedToComponentProperty":true,"inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_name_0","getInputValues":[{"propName":"compute_dummy_name","inputName":"dummy_name_0","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_name_0","list":false,"empty":false}],"isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":true,"empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.max_instances","type":"integer","required":false,"description":"Maximum number of VFC Instances","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.nfc_naming","type":"org.openecomp.datatypes.Naming","required":false,"description":"vfc naming","password":false,"name":"nfc_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.vm_flavor_name","type":"string","required":true,"password":false,"name":"vm_flavor_name","value":"{\"get_input\":\"dummy_flavor_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_flavor_name","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","getInputValues":[{"propName":"vm_flavor_name","inputName":"dummy_flavor_name","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_flavor_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"d1aa7655-1047-40a8-b0b2-3ec25309fd6e.service_template_filter","type":"org.openecomp.datatypes.heat.substitution.SubstitutionFiltering","required":true,"description":"Substitution Filter","password":false,"name":"service_template_filter","value":"{\"substitute_service_template\":\"Nested_dummyServiceTemplate.yaml\",\"count\":1}","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"8343887f-9d92-41c6-9e73-f9eda3359d8f.vm_image_name","type":"string","required":true,"password":false,"name":"vm_image_name","value":"{\"get_input\":\"dummy_image_name\"}","immutable":false,"mappedToComponentProperty":true,"inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_image_name","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","getInputValues":[{"propName":"vm_image_name","inputName":"dummy_image_name","inputId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_image_name","list":false,"empty":false}],"isDeclaredListInput":false,"getInputProperty":true,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.vm_type_tag","type":"string","required":false,"description":"vm type based on naming Convention","password":false,"name":"vm_type_tag","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.high_availablity","type":"string","required":false,"description":"high_availablity","password":false,"name":"high_availablity","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.min_instances","type":"integer","required":false,"defaultValue":"0","description":"Minimum number of VFC Instances","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0\"}"],"constraints":[{"greaterOrEqual":"0"}],"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false},{"definition":false,"hidden":false,"uniqueId":"14c7474b-9455-459e-a676-3023af50388b.nfc_naming_code","type":"string","required":false,"description":"nfc code for instance naming","password":false,"name":"nfc_naming_code","value":"dummy","immutable":false,"mappedToComponentProperty":true,"status":"supported","parentUniqueId":"14c7474b-9455-459e-a676-3023af50388b","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"14c7474b-9455-459e-a676-3023af50388b","empty":false}]},"capabilities":{"tosca.capabilities.Node":[{"external":false,"type":"tosca.capabilities.Node","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"feature","uniqueId":"capability.1db27c42-9cf2-428f-9af6-72a1a7a56799.feature","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Root","tosca.nodes.Root","tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"feature_dummy","empty":false}],"tosca.capabilities.Scalable":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.min_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.max_instances","type":"integer","required":false,"defaultValue":"1","password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Scalable.default_instances","type":"integer","required":false,"password":false,"name":"default_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.Scalable","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"scalable","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.scalable","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"scalable_dummy","empty":false}],"tosca.capabilities.network.Bindable":[{"external":false,"type":"tosca.capabilities.network.Bindable","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"binding","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.binding","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"binding_dummy","empty":false}],"tosca.capabilities.Container":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.num_cpus","type":"integer","required":false,"password":false,"name":"num_cpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"1\"}"],"constraints":[{"greaterOrEqual":"1"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.disk_size","type":"scalar-unit.size","required":false,"password":false,"name":"disk_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.cpu_frequency","type":"scalar-unit.frequency","required":false,"password":false,"name":"cpu_frequency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0.1 GHz\"}"],"constraints":[{"greaterOrEqual":"0.1 GHz"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Container.mem_size","type":"scalar-unit.size","required":false,"password":false,"name":"mem_size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"propertyConstraints":["{\"greaterOrEqual\":\"0 MB\"}"],"constraints":[{"greaterOrEqual":"0 MB"}],"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.Container","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"host","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.host","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":["tosca.nodes.SoftwareComponent"],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"host_dummy","empty":false}],"org.openecomp.capabilities.metric.Ceilometer":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.ephemeral.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.ephemeral.size","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.ephemeral.size","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.ephemeral.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"instance","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"instance","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.instance","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"instance_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"memory","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.memory","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.iops","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.iops","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu.delta","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"cpu.delta","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.cpu.delta","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu.delta_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.capacity","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.capacity","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.latency","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.latency","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.usage","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.usage","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu_util","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"cpu_util","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.cpu_util","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_util_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.allocation","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.allocation","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.requests.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.requests.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.latency","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.latency","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.latency","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.latency_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"cpu","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"cpu","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.cpu","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"cpu_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.read.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.read.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.requests_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.root.size","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.root.size","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.root.size","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.root.size_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"vcpus","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"vcpus","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.vcpus","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"vcpus_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.iops","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.iops","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.iops","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.iops_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.usage","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.usage","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.read.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.read.requests.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.read.requests.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.read.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.write.requests.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.write.requests.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.write.requests.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.write.requests.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.allocation","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.allocation","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.allocation","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.allocation_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes.rate","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.read.bytes.rate","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.read.bytes.rate","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes.rate_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.read.bytes","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.read.bytes","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.read.bytes","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.read.bytes_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.usage","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"memory.usage","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.memory.usage","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.usage_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.device.capacity","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.device.capacity","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.device.capacity","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.device.capacity_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"memory.resident","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"memory.resident","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.memory.resident","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"memory.resident_dummy","empty":false},{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.capabilities.metric.Ceilometer.name","type":"string","required":true,"description":"Ceilometer metric type name to monitor. (The name ceilometer is using)","password":false,"name":"name","value":"disk.write.requests","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"52bff7a1-106a-4ffd-9cba-48da909284eb","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"52bff7a1-106a-4ffd-9cba-48da909284eb","empty":false}],"type":"org.openecomp.capabilities.metric.Ceilometer","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"description":"A node type that includes the Metric capability indicates that it can be monitored using ceilometer.","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"disk.write.requests","uniqueId":"capability.52bff7a1-106a-4ffd-9cba-48da909284eb.disk.write.requests","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"1","capabilitySources":["org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"disk.write.requests_dummy","empty":false}],"tosca.capabilities.OperatingSystem":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.distribution","type":"string","required":false,"password":false,"name":"distribution","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.type","type":"string","required":false,"password":false,"name":"type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.version","type":"version","required":false,"password":false,"name":"version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false},{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.OperatingSystem.architecture","type":"string","required":false,"password":false,"name":"architecture","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.OperatingSystem","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"os","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.os","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"os_dummy","empty":false}],"tosca.capabilities.Endpoint.Admin":[{"external":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"tosca.capabilities.Endpoint.Admin.secure","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"secure","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","empty":false}],"type":"tosca.capabilities.Endpoint.Admin","path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"endpoint","uniqueId":"capability.eafcc1b2-fe98-4439-a876-dfd191693c36.endpoint","ownerId":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","validSourceTypes":[],"minOccurrences":"0","capabilitySources":["tosca.nodes.Compute","tosca.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.Compute","org.openecomp.resource.vfc.nodes.heat.nova.Server","org.openecomp.resource.vfc.BasicCnf.abstract.compute.nodes.heat.dummy"],"name":"endpoint_dummy","empty":false}]},"requirements":{"tosca.capabilities.Node":[{"external":false,"path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"node":"tosca.nodes.Root","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"dependency","uniqueId":"1db27c42-9cf2-428f-9af6-72a1a7a56799.dependency","capability":"tosca.capabilities.Node","ownerId":"1db27c42-9cf2-428f-9af6-72a1a7a56799","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.DependsOn","name":"dependency_dummy","empty":false}],"tosca.capabilities.Attachment":[{"external":false,"path":["8343887f-9d92-41c6-9e73-f9eda3359d8f.f6a13ebc-4100-4ea8-b454-e4b5e49c7ee0.dummy","3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"],"node":"tosca.nodes.BlockStorage","source":"8343887f-9d92-41c6-9e73-f9eda3359d8f","parentName":"local_storage","uniqueId":"eafcc1b2-fe98-4439-a876-dfd191693c36.local_storage","capability":"tosca.capabilities.Attachment","ownerId":"eafcc1b2-fe98-4439-a876-dfd191693c36","ownerName":"dummy","maxOccurrences":"UNBOUNDED","leftOccurrences":"UNBOUNDED","minOccurrences":"0","relationship":"tosca.relationships.AttachesTo","name":"local_storage_dummy","empty":false}]},"inputs":[{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vf_module_id","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vf_module_id","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.multi_stage_design","type":"boolean","required":false,"defaultValue":"false","password":false,"name":"multi_stage_design","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.availability_zone_max_count","type":"integer","required":false,"defaultValue":"1","password":false,"name":"availability_zone_max_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_image_name","type":"string","required":false,"defaultValue":"dummy","description":"Dummy image name","password":false,"name":"dummy_image_name","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_name","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vnf_name","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_flavor_name","type":"string","required":false,"defaultValue":"dummy.default","description":"Dummy flavor","password":false,"name":"dummy_flavor_name","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_id","type":"string","required":false,"defaultValue":"PROVIDED_BY_ONAP","description":"Provided by ONAP","password":false,"name":"vnf_id","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_name_0","type":"string","required":false,"defaultValue":"dummy_1_0","description":"Dummy name","password":false,"name":"dummy_name_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false}],"groups":[{"typeUid":"org.openecomp.groups.heat.HeatStack.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"base_dummy_group","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.base_dummy_group","name":"base_dummy_group","version":"0.0","type":"org.openecomp.groups.heat.HeatStack","invariantName":"base_dummy_group","createdFrom":"CSAR","invariantUUID":"73e3c944-50c2-4e58-9de4-bd12243283e9","groupUUID":"80e0723f-4c3a-4cc4-b285-d4555f4db341","members":{"abstract_dummy":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file.property.1","type":"string","required":true,"description":"Heat file which associate to this group/heat stack","password":false,"name":"heat_file","value":"../Artifacts/base_dummy.yaml","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.heat_file","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description.property.2","type":"string","required":true,"description":"group description","password":false,"name":"description","value":"Heat template to deploy dummy VNF","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","getInputValues":[],"isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.heat.HeatStack.1.0.grouptype.description","empty":false}],"empty":false},{"typeUid":"org.openecomp.groups.VfModule.1.0.grouptype","propertyValueCounter":0,"capabilities":{},"normalizedName":"BasicCnf..base_dummy..module-0","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.BasicCnf..base_dummy..module-0","name":"BasicCnf..base_dummy..module-0","version":"0.0","type":"org.openecomp.groups.VfModule","artifacts":["3dfae6af-e876-423d-860e-0455a21a50d4.heat1","3dfae6af-e876-423d-860e-0455a21a50d4.heat1env"],"invariantName":"BasicCnf..base_dummy..module-0","createdFrom":"CSAR","invariantUUID":"edb93298-80fc-4680-9924-32b43a5723f3","artifactsUuid":["a43400b1-9dd3-4eda-b994-8fbc396b7e58"],"groupUUID":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","members":{"abstract_dummy":"3dfae6af-e876-423d-860e-0455a21a50d4.8343887f-9d92-41c6-9e73-f9eda3359d8f.abstract_dummy"},"vspOriginated":true,"userDefined":false,"properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"false","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_dummy","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":"<vfc_id>:<count>","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":"<vfc_id>:<count>","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.VF","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"abstract":false,"resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicCnf","vendorName":"basicnf_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","icon":"defaulticon","version":"0.1","creationDate":1628344129118,"description":"VF","tags":["basic_cnf"],"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4","componentMetadataForSupportLog":{"SupportablityComponentUUID":"252c2bc0-efd4-4778-b510-28d8b1bec805","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":"1.0","SupportablityCsarUUID":"50bb53a18b4f4dba8a6759a8538ad9e2","SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","highestVersion":true,"systemName":"BasicCnf","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","componentType":"RESOURCE","creatorFullName":"Carlos Santana","lastUpdateDate":1628344130906,"allArtifacts":{"heat1":{"payloadData":"SXlBalBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVRFbERSVTVUUlY5VFZFRlNWRDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBRb2pJQ01LSXlBaklFTnZjSGx5YVdkb2RDQW9ReWtnTWpBeE9TQkpiblJsYkNCRGIzSndiM0poZEdsdmJnb2pJQ01nVTFCRVdDMU1hV05sYm5ObExVbGtaVzUwYVdacFpYSTZJRUZ3WVdOb1pTMHlMakFLSXlBakNpTWdJejA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVXhKUTBWT1UwVmZSVTVFUFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDA5UFQwOVBUMDlQVDBLQ21obFlYUmZkR1Z0Y0d4aGRHVmZkbVZ5YzJsdmJqb2dNakF4TmkweE1DMHhOQXBrWlhOamNtbHdkR2x2YmpvZ1NHVmhkQ0IwWlcxd2JHRjBaU0IwYnlCa1pYQnNiM2tnWkhWdGJYa2dWazVHQ2dwd1lYSmhiV1YwWlhKek9nb2daSFZ0YlhsZmJtRnRaVjh3T2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUc1aGJXVWdiMllnZG0wS0lDQWdaR1Z6WTNKcGNIUnBiMjQ2SUVSMWJXMTVJRzVoYldVS0NpQjJibVpmYVdRNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2FXUWdiMllnZG01bUNpQWdJR1JsYzJOeWFYQjBhVzl1T2lCUWNtOTJhV1JsWkNCaWVTQlBUa0ZRQ2dvZ2RtNW1YMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ2JtRnRaU0J2WmlCMmJtWUtJQ0FnWkdWelkzSnBjSFJwYjI0NklGQnliM1pwWkdWa0lHSjVJRTlPUVZBS0NpQjJabDl0YjJSMWJHVmZhV1E2Q2lBZ0lIUjVjR1U2SUhOMGNtbHVad29nSUNCc1lXSmxiRG9nZG01bUlHMXZaSFZzWlNCcFpBb2dJQ0JrWlhOamNtbHdkR2x2YmpvZ1VISnZkbWxrWldRZ1lua2dUMDVCVUFvS0lHUjFiVzE1WDJsdFlXZGxYMjVoYldVNkNpQWdJSFI1Y0dVNklITjBjbWx1WndvZ0lDQnNZV0psYkRvZ1NXMWhaMlVnYm1GdFpTQnZjaUJKUkFvZ0lDQmtaWE5qY21sd2RHbHZiam9nUkhWdGJYa2dhVzFoWjJVZ2JtRnRaUW9LSUdSMWJXMTVYMlpzWVhadmNsOXVZVzFsT2dvZ0lDQjBlWEJsT2lCemRISnBibWNLSUNBZ2JHRmlaV3c2SUdac1lYWnZjZ29nSUNCa1pYTmpjbWx3ZEdsdmJqb2dSSFZ0YlhrZ1pteGhkbTl5Q2dweVpYTnZkWEpqWlhNNkNpQmtkVzF0ZVY4d09nb2dJQ0IwZVhCbE9pQlBVem82VG05MllUbzZVMlZ5ZG1WeUNpQWdJSEJ5YjNCbGNuUnBaWE02Q2lBZ0lDQWdibUZ0WlRvZ2V5Qm5aWFJmY0dGeVlXMDZJR1IxYlcxNVgyNWhiV1ZmTUNCOUNpQWdJQ0FnYVcxaFoyVTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjlwYldGblpWOXVZVzFsSUgwS0lDQWdJQ0JtYkdGMmIzSTZJSHNnWjJWMFgzQmhjbUZ0T2lCa2RXMXRlVjltYkdGMmIzSmZibUZ0WlNCOUNpQWdJQ0FnYldWMFlXUmhkR0U2SUhzZ2RtNW1YMjVoYldVNklIc2daMlYwWDNCaGNtRnRPaUIyYm1aZmJtRnRaU0I5TENCMmJtWmZhV1E2SUhzZ1oyVjBYM0JoY21GdE9pQjJibVpmYVdRZ2ZTd2dkbVpmYlc5a2RXeGxYMmxrT2lCN0lHZGxkRjl3WVhKaGJUb2dkbVpmYlc5a2RXeGxYMmxrSUgxOQ==","listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"creationDate":1628344131616,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"a43400b1-9dd3-4eda-b994-8fbc396b7e58","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","duplicated":false,"payloadUpdateDate":1628344131624,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131616,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3":{"payloadData":"SDRzSUFBQUFBQUFBQSswYmEyL2JPTEtmOVN0NFNoWnBlN1g4U0Z3WEF2S2hsd1I3d2JXSjBmU3lLQmFMZ3Bab214dUpWRVhLaVMrWCsrMDNRMHFXTE1keDBqWXBGdFVVY0NScU9ET2M0VHo0cUpod2NkVis5cWpRQVJnTUJ2aTNPK2gzcW44TGVOYmRIZXk5N3ZVSHZiM2VzMDYzMSswUG5wSCs0NHBsSVZPYXBvUTgwMVBPMG5TK0ZtL1Q5NzhvQ0dOL2I4cWltRStFVE5rajhERDI3L2ZYMnIvZmV3MzI3dytnY2JmWEFienUzbTRIN045NUJGbFc0Q2UzL3hZWlVxMVpLaFRSa3RncFFDNm5USkJSeHFPUWl3bEphSEJCSjB4NXpoYjVPT1dLcUN4SlpLcmhBYVpOUkNhUkhKR1k2bUFLMks5SXlpS3ErWXhCUHoydHRGTVJBZ0hCSnZCVkN2SThTZG1ZWDdHUVhITEErOXNMajV5S2FFNmtNRDFSSkpLd2xFUmNNTS94RHM4K24ybVFEVWdjeURnR0F1Y0haeVRrcVhLOENkZHQ4MnZGZDd6UmY5SzIrUzBhcHBNMi9oU3ZhaWJhSmFFUmpDOUx5SmhIVERrdlBYV1p3TytJWHNDdmp1SDVmNEI2VGxNdU0wV09ENCtBWVpMS1AxbWdIWStIakxZdEhqUTUza3dGTW1SdDUwZGI5ZjVnL2Y5Z1NsUHR6V2tjUFFhUFRmN2YzZXZYL1IveVJlUC9Ud0UwNGVjc1ZlQ1JQcGwxSFpva2kxZTM2M1ZjSjJRcVNIbWlUZE5iOGs5SUZDVEE2VUxHTWlYL3lrYmdxRXlENXdnYU01K1krZVRNQ2hvZEQ0ajhoZHpocHdQci81ckZDVVJ0cGg2bEVueFEvV2Y5djl2ZmErcS9wNEM2L1U5T1B4NmRlZnBLZjBjZUcrSi9iN0E3cU1YLy91dHVyNG4vVHdGZGovektOTkZUUmlEMlJ6eXcxZG0vUDd3am96bEpNeUd3QklUUGlwRUE2aVdvNHBUdlhGKzNDQjhUNzV4R0dSU0dnSkl5cFR3bTZDaUNpdTdteG1Da1ZFd1kyWjVLcFltL3Y0S043UXB4Q1NteFBhd2E4OWFwMXNuMU5UTGFydmZWRWVJbytNb0U4dlBiYlhnMnJBeGRhSUozcjZSdTBaejZZd1REQXZxQkZKcHlxSUhkRTZqZmhsRGN1Z3R4RlV0blBHQ2VuaWZNMG1OWFdQNlNrOVBEbzgvRDB3OGY5N2VmWDBBZUREVFV3cURMVmd0VG9ZS3ltUkVVNGdPTEdGWE1PMW0wM3R5UWxpUi9LaWx3dFB2dXRhY1NGbmltcVA2OTg0Y25jaUZ1WEpKelYwaUppeURLUWtaYzQ3VGVPSXNpNU9TYWNiNm9DWFk4ckltRlJOVlhDY2NoUEJpNXdGVjBwandhaG1nRVp0cnlseHZYQ0JCTXBURWIyR003RjhQZlhpaHFqYzdmU1JyK2cwWlVCQ3k5Uys4QUdKNThjcXhoWFRFbm1sN0FyQ1ZqZGtsaUxqSUlYNlltd2JsY0pVbU9oN2kyR1FIdWpQSUlwNmhucVZuNEpETVNVRUV1Y2FsaWV0dHhFam11K3NET2cyMnNaZ0ZwWFc2MDNFNXB1Yk9qRCtmSEI3Y1l6NUM2RDg5TnpKWnN1M05kbURTcTZLdHdNclF1VDI1MlZneGJTdW1qSERWN21ZR3M5YStEQ0FJdVM0K0g5M0N3NGVuaDU1TzM3NDlxdWtoa2VOOTVIQkVYb3BwM3NhaFNQUzdiMkhGL1ZVK2xqbDZ0OWdIWk5TcG52ODRMME4yMS9oSXpUVU9xcWFGZDhSRDNuQ3V1QzMxMmV3T3ZBLys2L3B2T213NU8xUXkwTnBkWldnM0pMblF1dElEYWFjRlV2NlJwU0xZTE5SSHNEalNxUVc1ai9LL24vOCt3cElkbE4wVFk1THV0QlRmbGYzaXI1Zi9YZTRNbS96OEpYRiszWDVJWmozM0lOTnJzZ2FBYjdzZW9sbUFLQzdxWGJlUEw3WmZPMFZVQzJkOEVTSnpQR0I3eDJTd0dQU2ZIYTVHUWpibW9lVldyL0VhelNCUFBiamdZQnlyQ0FHS2V3c0l4NWVDVC95VWE0bTVBWHUrYVJ4NmZaZU14dnlKdXF5U0dVeHlmclhRSEtZTUpET21nNElGeGIwNitaRFRpWXc1RkNmaVNrZHR6Zm1PV3VzSFh5QVBIb0NCREJCUmRUMGtRcTF6WjJ0RUNqUWppRGswWmlYZ01MaDZpcDJyY0Qzc09XUUkxY1hoeWhyaVlMRENmdi9DYzR6RnVoMkd3c0VRV2NkQ3VvRTBiQklKTEhrV1luNEE1eUtrd3A0SHd1YlJyRkZ1RzlVSWZsWUtzK0xqUVo0R3pGdUZlQ3Nkb1hyeHNHK0dockx1M1RTdHlMdlJncVN4SDFJV3NTNjBQRmpCSnVkQmo0djZpV3I4b3QwYk44bjNJTEZ2M3ZEVDdLbVpGVjhtM1FkQ2t4clQ1UExGWVVJaXdhSzE1RFk2N2RqQlZYZHZuZk5zR0JwSXlpT1dRQU4yL3U4VDk3RDVvbEQ4NkhEWHd4RkRQL3lGTUhqbVBtZmlPMjhFYjh2K3UzZitwNW4rekRkVGsveWVBNnY0dlpFalZubldkQ3k1Q254d3Vab0pUMUxFKzFLQjJtM2ZUTWdNUVRYeFR2bGxwM1Y2RTMwWm1pUVFoZUM3cHFXbmJoTVBiOFBNNHVlaXd2blQzVjlZSjYvdkVWTkFKQzF1aitYS3ZNN3RVd1k2WTRYRndHRzJoUkZjV01jOTdlZU9CeklTMlhCUlFDTFJNclQ3TXFkaTdpb0srUVVWZk0rYkMzM05wS3VaRmlKWUUreWJSdnM0Z2hXNFI4bElCNW1ncFVLdWNoZFZNV09GS0NJL0JnajV4SzFZeFRXZ2JDYXN2bWM1eDMyamxzNllUWE5QVktRMWhlZzhsR0hXK1pHamJKMWw4WEpiQmJPajQxYjJHaGVpNDlsdjZVQmtwYnYzNHNKcXJmVTlTcVdVZ0k1OThQQmhXdmtWOHhnU3MxNGVwSExGbGJzamxWNmI5T2lWWXFQcWtYVzgxYkd1Q1FWMFQ4a2Vrcm1DWkc3Q2FrckFpMGZJVDVKK0tSK1dZVU1NSWlFOFFsa2kzVjZvYnU1aUQ1RVhwS1VOMmxqdGRpVlp0TFhsVytWWG92MWttbnkrcGIrVkdvYUlTWEZmc1g3VGNuOHNtSGxwR0xEVjdBYXBrVTJuOEtrNzEvRjlzc0g3UHMrQU4rUitlVjliLy9WNm55ZjlQQVJ0MjhoZXJQVXp2Si9tSzc0N01qL2pWa29KZGFTYndFUXVMRWVTWm9ybzR0b3h1THkxS2JqOURKWEdMcXhkbW9FSklYWFg1U29QdjNPSHFleXNuSHphbnJqRzNQVTdCd3NEcXVYSWVzdzRUVTVrNXdmRXJJVEx2VXpuWnNkQXlZd2Y1dm1SU3M3VmhGY3VrSUdYNlpKSGR5L2U3am5JZ2tXUVIyeUQ1a2xCV2RzdkRuQmV0aUdZMlp4Y0RNS2RTeXdGMjlieXFISzFOZ2VVSlZBbDQyUWlrcnVmTWZBLzhaSTBIM0lJNlhNMm5TeHE1WFZNci9sK1AvOFZtL0ZQR2Y3enNVNC8vblc0VC81OENhdmQvYkhET2cxT3o3cnRqM1lmYjVFdExnZFZqckVyNTM4cnIzenZPeS9KNmpxWVRwbGVjKzdiYWYya2hzYnkrL0dxOVAxU05QM3I2TnZDTllPUC96RTdKUjdvQXV2SDh6OFQvNnYzL3ZkMjk1djduazhBV09jelBiK3djTURjb2JHZ29ybnR6UEpENjlQYjlPenh5anZGcWRtZ09DaEhoa0FVUkhvbk5hTXB4eGFEeW14WUpWWGpnd1FXOG1wUHNSWVhoT1U1MWQ4d25YY2V4ZXpWMk15M2ZteWx1a21KRW5QaDRJd09vWTB5dDdNTWNqMCtrSGtKeGgzdVVUdldzeVNldTY5VFB1SHdTaURGSW9GdVd0Sk5INERLYUx5NG5PTVYreFpzT1NHY0xTRVRMbDBVK0dkTklzVm85VHE1dEROMGk5UWhxQzFEUUZGQlpqR3NWRVdyckZnMHdUcnM2elJqdVFWVXE3S0prTlptdnhhNG9LSlI1a1F4b1ZDUUpVNlNTMy85dzhrb2VINUVOOUswVzFrc1VXb0Jva1NyY3RvcEM5alptVHJsclk0ZThSWDdEczh1TTRvRnJ5dkNhR0phYm9CbWNEWmd3K1hpK09DY3NkM0xNYWJJa2tGRm16SjZrbXJQUEFKUVo0RzE3UXpxWVNzeTh4Y1dlREl6bTJYa0pKcENZemxMTVNPWklWUVFzUDFwVmVHMkhTQUVXbS9GVUN0ekdWbmFORlhHdHpWVGFLa1Y1UlZRV1RKSDlleTQ0V3NXRDJZVXpsNFNTWEZLeE5KSkt0MHpZMGRvYmRHTVpSZklTN0cybzQvOWNBQlFhL2dtekNyL0h5RUF3Nktob09qZi9Jd0pveGRLTW5wRWdTMEYvbzVRYTNjQk1UY2xPcWVvZEx5Y2E4OUpHUVpLQkEzVTZjZjRlQXpYMG5XN3Z6WHVlRC9FTGVQVjllemhMKzJOb1hhZTZ3V1NtMW1KakN6Ly82UERWUUFNTk5OQkFBdzAwMEVBRERUVFFRQU1OTk5CQUF3MDAwRUFERFRUUVFBMytEeDNRVzMwQVVBQUE=","heatParamUpdated":false,"creationDate":1628344131894,"timeout":0,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"15d412db-8b66-43a1-9236-c2907d450d48","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1628344131896,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131894,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"heatParamUpdated":false,"creationDate":1628344131701,"timeout":0,"description":"VF Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NWJmOTVmNDkyMzFhNDVlNTdkODIxNzdlY2I4MzcwZmE=","generatedFromId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","artifactDisplayName":"VF HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","duplicated":false,"heatParamsUpdateDate":1628344131701,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131701,"artifactVersion":"0","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"vspbasiccnfvspinformationtxt":{"payloadData":"TVM0Z0lDQWdWbE5RSUVSbGRHRnBiSE02SUFvZ0lDQWdZUzRnSUNBZ1RtRnRaVG9nWW1GemFXTmZZMjVtWDFaVFVBb2dJQ0FnWWk0Z0lDQWdSR1Z6WTNKcGNIUnBiMjRnZG1WdVpHOXlJSE52Wm5SM1lYSmxJSEJ5YjJSMVkzUUtJQ0FnSUdNdUlDQWdJRlpsY25OcGIyNDZJREF1TUFvZ0lDQWdaQzRnSUNBZ1ZtVnVaRzl5T2lCaVlYTnBZMjVtWDNabGJtUnZjZ29nSUNBZ1pTNGdJQ0FnUTJGMFpXZHZjbms2SUhKbGMyOTFjbU5sVG1WM1EyRjBaV2R2Y25rdVoyVnVaWEpwWXdvZ0lDQWdaaTRnSUNBZ1RHbGpaVzV6WlNCRVpYUmhhV3h6T2lBS0lDQWdJQ0FnSUNCcExpQWdJQ0JNYVdObGJuTmxJRTF2WkdWc0lGWmxjbk5wYjI0NklBb2dJQ0FnSUNBZ0lHbHBMaUFnSUNCTWFXTmxibk5sSUVGbmNtVmxiV1Z1ZENCT1lXMWxPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ2FXbHBJQ0FnSUV4cGMzUWdiMllnUm1WaGRIVnlaU0JIY205MWNITTZJQW9nSUNBZ1p5NGdJQ0FnU0dsbmFDQkJkbUZwYkdGaWFXeHBkSGtnQ2lBZ0lDQm9MaUFnSUNCVGRHOXlZV2RsSUVSaGRHRWdRbUZqYXkxMWNDQkVaWFJoYVd4ek9pQUtJQ0FnSUNBZ0lDQnBMaUFnSUNCRVlYUmhJRkpsY0d4cFkyRjBhVzl1SUZKbGNYVnBjbVZrUHpvZ1ptRnNjMlVLSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdDVVJoZEdFZ1UybDZaU0IwYnlCeVpYQnNhV05oZEdVZ2FXNGdSMEk2SUc1MWJHd0tJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFUmhkR0VnY21Wd2JHbGpZWFJwYjI0Z1puSmxjWFZsYm1ONU9pQnVkV3hzQ2lBZ0lDQWdJQ0FnYVhZdUlDQWdJRkpsY0d4cFkyRjBhVzl1SUZOdmRYSmpaVG9nYm5Wc2JBb2dJQ0FnSUNBZ0lIWXVJQ0FnSUZKbGNHeHBZMkYwYVc5dUlFUmxjM1JwYm1GMGFXOXVPaUJ1ZFd4c0NpQWdJQ0F6TGlBZ0lDQk1hWE4wSUc5bUlGWkdRM01nQ2lBZ0lDQWdJQ0FnWVM0Z0lDQWdSbTl5SUdWaFkyZ2dWa1pET2lBS0lDQWdJQ0FnSUNBZ0lDQWdhUzRnSUNBZ1ZrWkRJRTVoYldVNklBb2dJQ0FnSUNBZ0lDQWdJQ0JwYVM0Z0lDQWdSR1Z6WTNKcGNIUnBiMjQ2SUFvZ0lDQWdJQ0FnSUNBZ0lDQnBhV2t1SUNBZ0lFbHRZV2RsY3pvZ0NpQWdJQ0FnSUNBZ0lDQWdJR2wyTGlBZ0lDQkRiMjF3ZFhSbEwxWk5JRU5vWVhKaFkzUmxjbWx6ZEdsamN5QUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lERXVJQ0FnSUhaRFVGVTZJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNaTRnSUNBZ1ExQlZJRzkyWlhJdGMzVmljMk55YVhCMGFXOXVPaUFLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRE11SUNBZ0lFMWxiVzl5ZVRvZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBMExpQWdJQ0JFYVhOck9pQUtJQ0FnSUNBZ0lDQWdJQ0FnZGk0Z0lDQWdTSGx3WlhKMmFYTnZjaUJFWlhSaGFXeHpJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdNUzRnSUNBZ1RtRnRaVG9nUzFaTkNpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBeUxpQWdJQ0JFY21sMlpYSnpPaUJ1ZFd4c0NpQWdJQ0FnSUNBZ0lDQWdJSFpwTGlBZ0lDQkhkV1Z6ZENCUFV5QkVaWFJoYVd4eklBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ01TNGdJQ0FnVG1GdFpUb2diblZzYkFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnTWk0Z0lDQWdRbWwwSUZOcGVtVTZJRFkwQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0F6TGlBZ0lDQlViMjlzY3pvZ2JuVnNiQW9nSUNBZ0lDQWdJQ0FnSUNCMmFXa3VJQ0FnSUU1MWJXSmxjaUJ2WmlCV1JrTWdTVzV6ZEdGdVkyVnpJQW9nSUNBZ0lDQWdJQ0FnSUNCcGVDNGdJQ0FnVW1WamIzWmxjbmtnUkdWMFlXbHNjem9nQ2c9PQ==","heatParamUpdated":false,"creationDate":1628344131543,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"b4d6b33a-4e8f-4c38-97a4-0b10818c7360","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628344131545,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131543,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"actualComponentType":"VF","topologyTemplate":true,"creatorUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","allVersions":{"0.1":"3dfae6af-e876-423d-860e-0455a21a50d4"},"categorySpecificMetadata":{},"csarUUID":"50bb53a18b4f4dba8a6759a8538ad9e2","csarVersion":"1.0","archiveTime":0,"vspArchived":false,"service":false,"name":"basic_cnf"}
2021-08-07 13:48:54,379 INFO 285:__init__.py(1) - Vf basic_cnf is created in SDC
2021-08-07 13:48:54,379 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:04,390 INFO 254:__init__.py(1) - attempting to certify/sumbit Vf basic_cnf in SDC
2021-08-07 13:49:04,393 DEBUG 129:onap_service.py(1) - [SDC][Certify Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:04,393 DEBUG 131:onap_service.py(1) - [SDC][Certify Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/resources/3dfae6af-e876-423d-860e-0455a21a50d4/lifecycleState/Certify
2021-08-07 13:49:04,393 DEBUG 132:onap_service.py(1) - [SDC][Certify Vf] data sent: {
  "userRemarks": "certify"
}
2021-08-07 13:49:04,395 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:08,910 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/resources/3dfae6af-e876-423d-860e-0455a21a50d4/lifecycleState/Certify HTTP/1.1" 200 1281
2021-08-07 13:49:08,912 INFO 142:onap_service.py(1) - [SDC][Certify Vf] response code: 200
2021-08-07 13:49:08,912 DEBUG 146:onap_service.py(1) - [SDC][Certify Vf] response: {"uniqueId":"cc889bf9-2311-4965-b512-049908163e57","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1628344129118,"lastUpdateDate":1628344145445,"description":"VF","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"defaulticon","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"cc889bf9-2311-4965-b512-049908163e57"},"csarUUID":"50bb53a18b4f4dba8a6759a8538ad9e2","csarVersion":"1.0","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","componentType":"RESOURCE","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","icons":["objectStorage","compute"],"metadataKeys":[],"empty":false}],"empty":false}],"creatorUserId":"cs0008","creatorFullName":"Carlos Santana","lastUpdaterUserId":"cs0008","lastUpdaterFullName":"Carlos Santana","isArchived":false,"archiveTime":0,"isVspArchived":false,"vendorName":"basicnf_vendor","vendorRelease":"1.0","resourceVendorModelNumber":"","resourceType":"VF","toscaResourceName":"org.openecomp.resource.vf.BasicCnf","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805"}
2021-08-07 13:49:08,914 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC
2021-08-07 13:49:08,914 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-08-07 13:49:08,914 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:08,915 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-08-07 13:49:08,915 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-08-07 13:49:08,916 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:09,047 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073
2021-08-07 13:49:09,048 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-08-07 13:49:09,048 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/252c2bc0-efd4-4778-b510-28d8b1bec805/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/d8507773-744d-434f-93db-2517e9b40e6f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/34b9dd7d-1782-4aa2-a70d-da3164c47278/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-08-07 13:49:09,050 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:49:09,050 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:09,050 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:09,050 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:09,050 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:09,051 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:09,051 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:09,051 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:09,051 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:09,051 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:09,051 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:09,051 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:09,051 DEBUG 147:__init__.py(1) - number of Vf returned: 3
2021-08-07 13:49:09,051 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:09,052 INFO 192:__init__.py(1) - Vf found, updating information
2021-08-07 13:49:09,052 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:09,052 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:49:09,052 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-08-07 13:49:09,053 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:09,896 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:49:09,898 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-08-07 13:49:09,900 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:49:09,904 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list
2021-08-07 13:49:19,915 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC
2021-08-07 13:49:19,915 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-08-07 13:49:19,916 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:19,916 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-08-07 13:49:19,916 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-08-07 13:49:19,918 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:20,309 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073
2021-08-07 13:49:20,310 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-08-07 13:49:20,310 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/252c2bc0-efd4-4778-b510-28d8b1bec805/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/d8507773-744d-434f-93db-2517e9b40e6f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/34b9dd7d-1782-4aa2-a70d-da3164c47278/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-08-07 13:49:20,312 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:49:20,312 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:20,313 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:20,313 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:20,313 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:20,313 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:20,313 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:20,313 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:20,313 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:20,313 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:20,313 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:20,313 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:20,314 DEBUG 147:__init__.py(1) - number of Vf returned: 3
2021-08-07 13:49:20,314 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:20,314 INFO 192:__init__.py(1) - Vf found, updating information
2021-08-07 13:49:20,314 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:20,314 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:49:20,314 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-08-07 13:49:20,316 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:22,737 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:49:22,740 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-08-07 13:49:22,743 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:49:22,749 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list
2021-08-07 13:49:22,750 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:49:22,751 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:49:22,751 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:22,751 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:49:22,752 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:49:22,754 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:24,401 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068
2021-08-07 13:49:24,404 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:49:24,404 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:49:24,406 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:49:24,407 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:24,407 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:24,407 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:24,407 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:24,407 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:24,407 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:24,407 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:24,407 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:24,408 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:24,408 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:24,408 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:24,408 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-08-07 13:49:24,408 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:24,408 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC
2021-08-07 13:49:24,408 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:49:24,408 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:49:24,409 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:24,409 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:49:24,409 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:49:24,411 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:24,990 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068
2021-08-07 13:49:24,992 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:49:24,992 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:49:24,994 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:49:24,994 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:24,995 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:24,995 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:24,995 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:24,995 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:24,995 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:24,995 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:24,995 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:24,995 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:24,995 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:24,996 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:24,996 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-08-07 13:49:24,996 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:24,996 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC
2021-08-07 13:49:24,996 DEBUG 159:__init__.py(1) - check if ServiceCategory Network Service exists in SDC
2021-08-07 13:49:24,996 INFO 129:__init__.py(1) - retrieving all objects of type ServiceCategory from SDC
2021-08-07 13:49:24,997 DEBUG 129:onap_service.py(1) - [SDC][get ServiceCategorys] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'demo', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:24,997 DEBUG 131:onap_service.py(1) - [SDC][get ServiceCategorys] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/setup/ui
2021-08-07 13:49:24,997 DEBUG 132:onap_service.py(1) - [SDC][get ServiceCategorys] data sent: None
2021-08-07 13:49:24,999 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:25,300 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/setup/ui HTTP/1.1" 200 None
2021-08-07 13:49:25,301 INFO 142:onap_service.py(1) - [SDC][get ServiceCategorys] response code: 200
2021-08-07 13:49:25,302 DEBUG 146:onap_service.py(1) - [SDC][get ServiceCategorys] response: {"configuration":{"artifact":[{"type":"CONTROLLER_BLUEPRINT_ARCHIVE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["zip"],"resourceTypes":["VF","PNF"]},{"type":"HELM","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["tgz"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG_XML","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"UCPE_LAYER_2_CONFIGURATION","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_SERVICE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"AAI_VF_INSTANCE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":["xml"],"resourceTypes":null},{"type":"PLAN","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["xml"],"resourceTypes":["VF","VFC"]},{"type":"WORKFLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"HEAT","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_VOL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NET","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_NESTED","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"HEAT_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["zip","tgz","csar"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VNF_CATALOG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VF_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"VENDOR_LICENSE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_INVENTORY_PROFILE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MODEL_QUERY_SPEC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"LIFECYCLE_OPERATIONS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC"]},{"type":"VES_EVENTS","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","PNF"]},{"type":"PERFORMANCE_COUNTER","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["csv"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"APPC_CONFIG","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF"]},{"type":"DCAE_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["json"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["emf"],"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"DCAE_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VF","VFCMT"]},{"type":"AAI_VF_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"AAI_VF_MODULE_MODEL","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["xml"],"resourceTypes":["VF"]},{"type":"OTHER","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CVFC","CP","VL","VF","VFCMT","Abstract","PNF"]},{"type":"SNMP_POLL","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SNMP_TRAP","categories":["DEPLOYMENT","INFORMATIONAL"],"componentTypes":["RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PM_DICTIONARY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"YANG_MODULE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yang"],"resourceTypes":["VF","PNF"]},{"type":"ANSIBLE_PLAYBOOK","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","PNF"]},{"type":"ONBOARDED_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"ETSI_PACKAGE","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE"],"acceptedTypes":["csar","zip"],"resourceTypes":["VF","PNF"]},{"type":"HEAT_ENV","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["env"],"resourceTypes":null},{"type":"VF_MODULES_METADATA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_TOSCA","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"DCAE_INVENTORY_JSON","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["json"],"resourceTypes":null},{"type":"DCAE_INVENTORY_POLICY","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":["emf"],"resourceTypes":null},{"type":"DCAE_INVENTORY_DOC","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_BLUEPRINT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"DCAE_INVENTORY_EVENT","categories":["DEPLOYMENT"],"componentTypes":["RESOURCE_INSTANCE"],"acceptedTypes":null,"resourceTypes":null},{"type":"CHEF","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PUPPET","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"YANG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"BPEL","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"DG_XML","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"MURANO_PKG","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"PNF_SW_INFORMATION","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["PNF"]},{"type":"GUIDE","categories":["INFORMATIONAL"],"componentTypes":["RESOURCE"],"acceptedTypes":["yaml","yml"],"resourceTypes":["VF","VFC","CVFC","PNF"]},{"type":"FLOW","categories":["DEPLOYMENT"],"componentTypes":["SERVICE"],"acceptedTypes":null,"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"SHELL_SCRIPT","categories":["DEPLOYMENT"],"componentTypes":["SERVICE","SERVICE_INSTANCE","RESOURCE","RESOURCE_INSTANCE"],"acceptedTypes":["sh"],"resourceTypes":["VFC","CP","VL","VF","CR","VFCMT","Abstract","CVFC","Configuration","ServiceProxy","PNF"]},{"type":"TOSCA_CSAR","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["csar"],"resourceTypes":null},{"type":"TOSCA_TEMPLATE","categories":["TOSCA"],"componentTypes":null,"acceptedTypes":["yml","yaml"],"resourceTypes":null},{"type":"NETWORK_CALL_FLOW","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null},{"type":"ICON","categories":null,"componentTypes":null,"acceptedTypes":null,"resourceTypes":null}],"resourceTypes":{"VF":"VF","VFC":"VFC","Configuration":"Configuration","ServiceProxy":"ServiceProxy","VL":"VL","VFCMT":"VFCMT","PNF":"PNF","SERVICE":"Service","CP":"CP","ABSTRACT":"Abstract","CR":"CR","CVFC":"CVFC"},"environmentContext":{"defaultValue":"General_Revenue-Bearing","validValues":["Critical_Revenue-Bearing","Vital_Revenue-Bearing","Essential_Revenue-Bearing","Important_Revenue-Bearing","Needed_Revenue-Bearing","Useful_Revenue-Bearing","General_Revenue-Bearing","Critical_Non-Revenue","Vital_Non-Revenue","Essential_Non-Revenue","Important_Non-Revenue","Needed_Non-Revenue","Useful_Non-Revenue","General_Non-Revenue"]},"heatDeploymentTimeout":{"defaultMinutes":30,"minMinutes":1,"maxMinutes":120},"roles":["ADMIN","TESTER","DESIGNER","PRODUCT_MANAGER","PRODUCT_STRATEGIST"],"componentTypes":["services","resources","products"],"gab":[{"artifactType":"VES_EVENTS","pathsAndNamesDefinitions":[{"friendlyName":"Action","path":"event.action[2]","searchable":true},{"friendlyName":"Comment","path":"event.comment","searchable":true},{"friendlyName":"Alarm Additional Information","path":"event.structure.faultFields.structure.alarmAdditionalInformation.comment","searchable":true}]},{"artifactType":"PM_DICTIONARY","pathsAndNamesDefinitions":[{"friendlyName":"measType","path":"pmMetaData.pmFields.measType","searchable":true},{"friendlyName":"measDescription","path":"pmMetaData.pmFields.measDescription","searchable":true},{"friendlyName":"measCondition","path":"pmMetaData.pmFields.measCondition","searchable":false},{"friendlyName":"measResultUnits","path":"pmMetaData.pmFields.measResultUnits","searchable":false},{"friendlyName":"measResultRange","path":"pmMetaData.pmFields.measResultRange","searchable":false},{"friendlyName":"measObjClass","path":"pmMetaData.pmFields.measObjClass","searchable":true},{"friendlyName":"measCollectionMethod","path":"pmMetaData.pmFields.measCollectionMethod","searchable":false},{"friendlyName":"measInfoId","path":"pmMetaData.pmFields.measInfoId","searchable":true},{"friendlyName":"iMeasInfoId","path":"pmMetaData.pmFields.iMeasInfoId","searchable":false}]}]},"categories":{"resourceCategories":[{"name":"Network L2-3","normalizedName":"network l2-3","uniqueId":"resourceNewCategory.network l2-3","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"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":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.network l2-3.infrastructure","icons":["ucpe"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Gateway","normalizedName":"gateway","uniqueId":"resourceNewCategory.network l2-3.gateway","icons":["gateway"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"LAN Connectors","normalizedName":"lan connectors","uniqueId":"resourceNewCategory.network l2-3.lan connectors","icons":["network","connector","port"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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}],"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 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":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Connection Points","normalizedName":"connection points","uniqueId":"resourceNewCategory.network connectivity.connection points","icons":["cp"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","icons":null,"useServiceSubstitutionForNestedServices":false,"metadataKeys":null,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","icons":["connector"],"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":"Rules","normalizedName":"rules","uniqueId":"resourceNewCategory.generic.rules","icons":["networkrules","securityrules"],"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 Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","icons":["network","connector"],"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}],"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":"Source","normalizedName":"source","uniqueId":"resourceNewCategory.dcae component.source","icons":["dcae_source"],"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},{"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":"Collector","normalizedName":"collector","uniqueId":"resourceNewCategory.dcae component.collector","icons":["dcae_collector"],"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":"Policy","normalizedName":"policy","uniqueId":"resourceNewCategory.dcae component.policy","icons":["dcae_policy"],"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}],"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":"TunnelXConn","normalizedName":"tunnelxconn","uniqueId":"resourceNewCategory.allotted resource.tunnelxconn","icons":["tunnel_x_connect"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"IP Mux Demux","normalizedName":"ip mux demux","uniqueId":"resourceNewCategory.allotted resource.ip mux demux","icons":["ip_mux_demux"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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":"BRG","normalizedName":"brg","uniqueId":"resourceNewCategory.allotted resource.brg","icons":["brg"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Contrail Route","normalizedName":"contrail route","uniqueId":"resourceNewCategory.allotted resource.contrail route","icons":["contrail_route"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"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}],"type":null,"version":null,"ownerId":null,"empty":false},{"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":"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":"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":"Load Balancer","normalizedName":"load balancer","uniqueId":"resourceNewCategory.application l4+.load balancer","icons":["loadBalancer"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Firewall","normalizedName":"firewall","uniqueId":"resourceNewCategory.application l4+.firewall","icons":["firewall"],"metadataKeys":[],"groupings":null,"type":null,"version":null,"ownerId":null,"empty":false},{"name":"Database","normalizedName":"database","uniqueId":"resourceNewCategory.application l4+.database","icons":["database"],"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}],"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":"Mobility","normalizedName":"mobility","uniqueId":"serviceNewCategory.mobility","icons":["mobility"],"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":"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":"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":"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":"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":"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-08-07 13:49:25,305 DEBUG 147:__init__.py(1) - number of ServiceCategory returned: 8
2021-08-07 13:49:25,305 DEBUG 163:__init__.py(1) - filtering objects of all versions to be Network Service
2021-08-07 13:49:25,305 INFO 192:__init__.py(1) - ServiceCategory found, updating information
2021-08-07 13:49:25,305 INFO 267:__init__.py(1) - attempting to create Service basic_cnf in SDC
2021-08-07 13:49:25,305 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:49:25,305 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:49:25,306 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:25,306 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:49:25,306 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:49:25,307 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:26,032 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1068
2021-08-07 13:49:26,033 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:49:26,034 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:49:26,035 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:49:26,036 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:26,036 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:26,036 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:26,036 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:26,036 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:26,036 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:26,036 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:26,036 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:26,036 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:26,037 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:26,037 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:26,037 DEBUG 147:__init__.py(1) - number of Service returned: 3
2021-08-07 13:49:26,037 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:26,037 INFO 169:__init__.py(1) - Service basic_cnf doesn't exist in SDC
2021-08-07 13:49:26,051 DEBUG 129:onap_service.py(1) - [SDC][create Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:26,051 DEBUG 131:onap_service.py(1) - [SDC][create Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services
2021-08-07 13:49:26,051 DEBUG 132:onap_service.py(1) - [SDC][create Service] data sent: 
{
  "componentType": "SERVICE",
  "properties": [],
  "requirements": {},
  "toscaArtifacts": {},
  "tags": ["basic_cnf"],
  "artifacts": {},
  "description": "service",
  "serviceApiArtifacts": {},
  "capabilities": {},
  "name": "basic_cnf",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "contactId": "cs0008",
  "groups": [],
  "projectCode": "123456",
  "deploymentArtifacts": {},
  "attributes": [],
  "componentInstances": [],
  "ecompGeneratedNaming": true,
  "instantiationType": "A-la-carte",
  "environmentContext": "General_Revenue-Bearing",
    "categories": [
    {
      "normalizedName": "network service",
      "name": "Network Service",
      "uniqueId": "serviceNewCategory.network service",
      "subcategories": null,
      "version": null,
      "ownerId": null,
      "empty": false,
      "type": null,
      "icons": ["network_l_1-3"]
    }
  ],
  "icon": "network_l_1-3"
}
2021-08-07 13:49:26,053 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:27,419 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services HTTP/1.1" 201 None
2021-08-07 13:49:27,420 INFO 142:onap_service.py(1) - [SDC][create Service] response code: 201
2021-08-07 13:49:27,422 DEBUG 146:onap_service.py(1) - [SDC][create Service] response: {"additionalInformation":null,"properties":[{"definition":false,"hidden":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Model","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344166680,"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":1628344166680,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactRef":null,"artifactGroupType":"TOSCA","artifactChecksum":null,"artifactUUID":null,"generatedFromId":null,"artifactDisplayName":"Tosca Template","mandatory":true,"apiUrl":null,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":null,"duplicated":false,"payloadUpdateDate":null,"heatParameters":null,"heatParamsUpdateDate":null,"artifactRepository":null,"userIdCreator":"cs0008","artifactCreator":null,"userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344166680,"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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","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":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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","icon":"network_l_1-3","version":"0.1","creationDate":1628344166778,"description":"service","tags":["basic_cnf"],"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c","componentMetadataForSupportLog":{"SupportablityComponentUUID":"dfdde6d4-779b-43a2-a943-49b16483441f","SupportablityComponentName":"basic_cnf","SupportablityCsarVersion":null,"SupportablityCsarUUID":null,"SupportablityComponentVersion":"0.1"},"contactId":"cs0008","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","highestVersion":true,"systemName":"BasicCnf","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","normalizedName":"basiccnf","archived":false,"lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdaterUserId":"cs0008","isDeleted":null,"componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1628344166778,"allArtifacts":{"controlloopfunctions":{"payloadData":null,"listHeatParameters":null,"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":1628344166680,"timeout":0,"description":null,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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_cnf"}
2021-08-07 13:49:27,427 INFO 285:__init__.py(1) - Service basic_cnf is created in SDC
2021-08-07 13:49:27,427 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:27,434 DEBUG 159:__init__.py(1) - check if Vf basic_cnf exists in SDC
2021-08-07 13:49:27,434 INFO 129:__init__.py(1) - retrieving all objects of type Vf from SDC
2021-08-07 13:49:27,434 DEBUG 129:onap_service.py(1) - [SDC][get Vfs] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:27,435 DEBUG 131:onap_service.py(1) - [SDC][get Vfs] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/resources?resourceType=VF
2021-08-07 13:49:27,435 DEBUG 132:onap_service.py(1) - [SDC][get Vfs] data sent: None
2021-08-07 13:49:27,436 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:27,576 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/resources?resourceType=VF HTTP/1.1" 200 1073
2021-08-07 13:49:27,578 INFO 142:onap_service.py(1) - [SDC][get Vfs] response code: 200
2021-08-07 13:49:27,578 DEBUG 146:onap_service.py(1) - [SDC][get Vfs] response: [{"uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/252c2bc0-efd4-4778-b510-28d8b1bec805/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/d8507773-744d-434f-93db-2517e9b40e6f/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"},{"uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/resources/34b9dd7d-1782-4aa2-a70d-da3164c47278/toscaModel","category":"Generic","subCategory":"Abstract","resourceType":"VF","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008"}]
2021-08-07 13:49:27,580 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:49:27,580 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:27,580 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:27,580 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:27,580 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:27,580 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:27,580 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:27,580 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:27,581 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:27,581 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:27,581 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:27,581 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:27,581 DEBUG 147:__init__.py(1) - number of Vf returned: 3
2021-08-07 13:49:27,581 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:27,581 INFO 192:__init__.py(1) - Vf found, updating information
2021-08-07 13:49:27,582 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Vf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:27,582 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Vf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:49:27,582 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Vf] data sent: None
2021-08-07 13:49:27,583 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:29,630 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:49:29,632 INFO 142:onap_service.py(1) - [SDC][Deep Load Vf] response code: 200
2021-08-07 13:49:29,634 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Vf] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c","lifecycleState":"NOT_CERTIFIED_CHECKOUT","lastUpdateDate":1628344166778,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:49:29,641 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in resources list
2021-08-07 13:49:29,641 DEBUG 129:onap_service.py(1) - [SDC][Add VF to service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:29,641 DEBUG 131:onap_service.py(1) - [SDC][Add VF to service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c/resourceInstance
2021-08-07 13:49:29,642 DEBUG 132:onap_service.py(1) - [SDC][Add VF to service] data sent: {
  "name": "basic_cnf",
  "componentVersion": "1.0",
  "posY": 100,
  "posX": 200,
  "uniqueId": "cc889bf9-2311-4965-b512-049908163e57",
  "originType": "VF",
  "componentUid": "cc889bf9-2311-4965-b512-049908163e57",
  "icon": "defaulticon"
}
2021-08-07 13:49:29,643 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:33,815 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c/resourceInstance HTTP/1.1" 201 None
2021-08-07 13:49:33,816 INFO 142:onap_service.py(1) - [SDC][Add VF to service] response code: 201
2021-08-07 13:49:33,817 DEBUG 146:onap_service.py(1) - [SDC][Add VF to service] response: {"capabilities":null,"requirements":null,"deploymentArtifacts":null,"artifacts":null,"groupInstances":null,"interfaces":null,"properties":null,"attributes":null,"nodeFilter":null,"inputs":[{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vf_module_id","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"skip_post_instantiation_configuration","value":"true","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.multi_stage_design","type":"boolean","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"multi_stage_design","value":"false","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming_code","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_naming_code","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_function","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_function","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.controller_actor","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"controller_actor","value":"SO-REF-DATA","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.availability_zone_max_count","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"availability_zone_max_count","value":"1","label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"metadata":null,"constraints":[{"validValues":["0","1","2"]}],"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_artifact_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_artifact_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_image_name","type":"string","required":false,"defaultValue":null,"description":"Dummy image name","schema":null,"password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_name","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.max_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"max_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_type","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_type","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_flavor_name","type":"string","required":false,"defaultValue":null,"description":"Dummy flavor","schema":null,"password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_id","type":"string","required":false,"defaultValue":null,"description":"Provided by ONAP","schema":null,"password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_version","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_version","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_role","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"nf_role","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.min_instances","type":"integer","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"min_instances","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_name_0","type":"string","required":false,"defaultValue":null,"description":"Dummy name","schema":null,"password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":null,"getInputValues":null,"isDeclaredListInput":false,"getPolicyValues":null,"propertyConstraints":null,"metadata":null,"constraints":null,"inputs":null,"properties":null,"schemaType":null,"schemaProperty":null,"getInputProperty":false,"version":null,"ownerId":null,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_name","type":"string","required":false,"defaultValue":null,"description":null,"schema":null,"password":false,"name":"sdnc_model_name","value":null,"label":null,"immutable":false,"mappedToComponentProperty":true,"toscaGetFunctionType":null,"inputPath":null,"status":null,"inputId":null,"instanceUniqueId":null,"propertyId":null,"parentPropertyType":null,"subPropertyInputPath":null,"annotations":null,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","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":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentUUID":null,"SupportablityComponentName":"basic_cnf 0","SupportablityComponentVersion":null},"actualComponentUid":"cc889bf9-2311-4965-b512-049908163e57","createdFromCsar":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1628344171308,"icon":"defaulticon","description":null,"originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","createdFrom":null,"componentUid":"cc889bf9-2311-4965-b512-049908163e57","componentVersion":"1.0","sourceModelInvariant":null,"sourceModelName":null,"sourceModelUuid":null,"sourceModelUid":null,"toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1628344171308,"customizationUUID":"48b1da27-06c5-40fa-914c-de0169b2eb25","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"attributeValueCounter":null,"inputValueCounter":null,"serviceSubstitution":false,"originArchived":false,"type":null,"version":null,"ownerId":null,"empty":false}
2021-08-07 13:49:33,817 INFO 511:service.py(1) - Resource VF basic_cnf has been added on serice basic_cnf
2021-08-07 13:49:33,819 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:33,820 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/distribution
2021-08-07 13:49:33,820 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None
2021-08-07 13:49:33,821 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:33,914 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/distribution HTTP/1.1" 200 38
2021-08-07 13:49:33,916 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200
2021-08-07 13:49:33,916 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[]}
2021-08-07 13:49:33,918 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:33,918 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/None
2021-08-07 13:49:33,918 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None
2021-08-07 13:49:33,920 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:34,012 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/None HTTP/1.1" 200 29
2021-08-07 13:49:34,014 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200
2021-08-07 13:49:34,014 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]}
2021-08-07 13:49:34,016 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = []
2021-08-07 13:49:34,017 INFO 728:service.py(1) - attempting to checkin Service basic_cnf in SDC
2021-08-07 13:49:34,020 DEBUG 129:onap_service.py(1) - [SDC][checkin Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:34,020 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/3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c/lifecycleState/checkin
2021-08-07 13:49:34,020 DEBUG 132:onap_service.py(1) - [SDC][checkin Service] data sent: {
  "userRemarks": "checkin"
}
2021-08-07 13:49:34,022 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:37,426 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c/lifecycleState/checkin HTTP/1.1" 200 1183
2021-08-07 13:49:37,428 INFO 142:onap_service.py(1) - [SDC][checkin Service] response code: 200
2021-08-07 13:49:37,428 DEBUG 146:onap_service.py(1) - [SDC][checkin Service] response: {"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c","name":"basic_cnf","version":"0.1","isHighestVersion":true,"creationDate":1628344166778,"lastUpdateDate":1628344175619,"description":"service","lifecycleState":"NOT_CERTIFIED_CHECKIN","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"0.1":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c"},"projectCode":"123456","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","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":"dfdde6d4-779b-43a2-a943-49b16483441f"}
2021-08-07 13:49:37,431 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:49:37,431 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:49:37,431 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:37,432 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:49:37,432 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:49:37,433 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:39,414 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1445
2021-08-07 13:49:39,415 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:49:39,415 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"0.1","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:49:39,417 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:49:39,417 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:39,417 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:39,417 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:39,418 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:49:39,418 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:39,418 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:39,418 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Checked In
2021-08-07 13:49:39,418 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:39,418 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:39,418 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:39,418 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:39,419 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:39,419 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:39,419 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:39,419 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:39,419 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:49:39,419 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:39,420 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:49:39,420 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:39,420 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:49:39,420 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:49:39,421 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:41,445 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:49:41,447 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:49:41,450 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"0.1","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628344175619,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:49:41,454 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:49:41,455 INFO 728:service.py(1) - attempting to Certify Service basic_cnf in SDC
2021-08-07 13:49:41,458 DEBUG 129:onap_service.py(1) - [SDC][Certify Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:41,458 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/3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c/lifecycleState/Certify
2021-08-07 13:49:41,458 DEBUG 132:onap_service.py(1) - [SDC][Certify Service] data sent: {
  "userRemarks": "certify"
}
2021-08-07 13:49:41,460 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:46,642 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c/lifecycleState/Certify HTTP/1.1" 200 1171
2021-08-07 13:49:46,644 INFO 142:onap_service.py(1) - [SDC][Certify Service] response code: 200
2021-08-07 13:49:46,645 DEBUG 146:onap_service.py(1) - [SDC][Certify Service] response: {"uniqueId":"37318f7f-1d9a-4282-b46c-d49388b5077c","name":"basic_cnf","version":"1.0","isHighestVersion":true,"creationDate":1628344166778,"lastUpdateDate":1628344175619,"description":"service","lifecycleState":"CERTIFIED","tags":["basic_cnf"],"icon":"network_l_1-3","normalizedName":"basiccnf","systemName":"BasicCnf","contactId":"cs0008","allVersions":{"1.0":"37318f7f-1d9a-4282-b46c-d49388b5077c"},"projectCode":"123456","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","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":"dfdde6d4-779b-43a2-a943-49b16483441f"}
2021-08-07 13:49:46,647 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:49:46,647 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:49:46,648 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:46,648 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:49:46,648 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:49:46,650 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:49:47,394 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1433
2021-08-07 13:49:47,396 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:49:47,396 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTION_NOT_APPROVED"}]
2021-08-07 13:49:47,398 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:49:47,398 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:47,398 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:47,398 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:47,398 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:49:47,399 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:47,399 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:47,399 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:47,399 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:49:47,399 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:47,399 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:47,399 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:49:47,399 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:49:47,399 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:49:47,399 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:49:47,400 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Certified
2021-08-07 13:49:47,400 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:49:47,400 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:49:47,400 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:49:47,400 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:47,400 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:49:47,400 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:49:47,402 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:49:48,116 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:49:48,119 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:49:48,121 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344175619,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTION_NOT_APPROVED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:49:48,125 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:49:58,136 INFO 728:service.py(1) - attempting to PROD/activate Service basic_cnf in SDC
2021-08-07 13:49:58,140 DEBUG 129:onap_service.py(1) - [SDC][PROD/activate Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:49:58,140 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/37318f7f-1d9a-4282-b46c-d49388b5077c/distribution/PROD/activate
2021-08-07 13:49:58,140 DEBUG 132:onap_service.py(1) - [SDC][PROD/activate Service] data sent: {
  "userRemarks": "prod/activate"
}
2021-08-07 13:49:58,142 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:50:01,065 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "POST /sdc1/feProxy/rest/v1/catalog/services/37318f7f-1d9a-4282-b46c-d49388b5077c/distribution/PROD/activate HTTP/1.1" 200 None
2021-08-07 13:50:01,067 INFO 142:onap_service.py(1) - [SDC][PROD/activate Service] response code: 200
2021-08-07 13:50:01,069 DEBUG 146:onap_service.py(1) - [SDC][PROD/activate Service] response: {"properties":[{"definition":false,"hidden":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"37318f7f-1d9a-4282-b46c-d49388b5077c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"37318f7f-1d9a-4282-b46c-d49388b5077c","empty":false},{"definition":false,"hidden":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"37318f7f-1d9a-4282-b46c-d49388b5077c","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"37318f7f-1d9a-4282-b46c-d49388b5077c","empty":false},{"definition":false,"hidden":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"37318f7f-1d9a-4282-b46c-d49388b5077c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"37318f7f-1d9a-4282-b46c-d49388b5077c","empty":false},{"definition":false,"hidden":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"37318f7f-1d9a-4282-b46c-d49388b5077c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"37318f7f-1d9a-4282-b46c-d49388b5077c","empty":false},{"definition":false,"hidden":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"37318f7f-1d9a-4282-b46c-d49388b5077c","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"37318f7f-1d9a-4282-b46c-d49388b5077c","empty":false}],"artifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"deploymentArtifacts":{},"toscaArtifacts":{"assettoscacsar":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"description":"TOSCA definition package of the asset","artifactType":"TOSCA_CSAR","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.assettoscacsar","artifactName":"service-BasicCnf-csar.csar","artifactGroupType":"TOSCA","artifactChecksum":"MjhiNDI1ZTc5Zjk3NmFhOWQzNzM2NzRiMGFmMDU4ODQ=","artifactUUID":"e82b1c87-bee3-43e0-b219-7302cb3e2e14","artifactDisplayName":"Tosca Model","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscacsar","esId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.assettoscacsar","duplicated":false,"payloadUpdateDate":1628344185108,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344166680,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"assettoscatemplate":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"description":"TOSCA representation of the asset","artifactType":"TOSCA_TEMPLATE","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.assettoscatemplate","artifactName":"service-BasicCnf-template.yml","artifactGroupType":"TOSCA","artifactChecksum":"MDM2MmI1NDkwNWI3YWNkYTNkMGU4NmU2MzhkMDcyMTc=","artifactUUID":"a5b08519-a693-4c93-af8c-e52961c9bd1e","artifactDisplayName":"Tosca Template","mandatory":true,"serviceApi":false,"artifactLabel":"assettoscatemplate","esId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.assettoscatemplate","duplicated":false,"payloadUpdateDate":1628344184445,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344166680,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false}},"categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}],"componentInstances":[{"deploymentArtifacts":{"vflicense":{"heatParamUpdated":false,"creationDate":1628344131502,"timeout":0,"description":"VF license file","artifactType":"VF_LICENSE","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vflicense","artifactName":"vf-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"ZGFmMTkzMzc1MWUxZTBmZDEwZjgzYTdkYWZkMTU2Y2Y=","artifactUUID":"2d07f013-063b-4165-813e-b3caaf3572d7","artifactDisplayName":"VF License","mandatory":false,"serviceApi":false,"artifactLabel":"vflicense","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.vflicense","duplicated":false,"payloadUpdateDate":1628344131507,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131502,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"cloudtechnologyspecificartifact3env":{"heatParamUpdated":false,"creationDate":1628344172312,"timeout":0,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.cloudtechnologyspecificartifact3env","artifactName":"nginx_cloudtech_k8s_charts.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=","artifactUUID":"07a30b86-3171-49e3-9da8-1bb332089ae1","generatedFromId":"3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3env","esId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.cloudtechnologyspecificartifact3env","duplicated":false,"payloadUpdateDate":1628344182209,"heatParamsUpdateDate":1628344172312,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344172312,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false},"cloudtechnologyspecificartifact3":{"heatParamUpdated":false,"creationDate":1628344131894,"timeout":30,"description":"created from csar","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactGroupType":"DEPLOYMENT","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=","artifactUUID":"15d412db-8b66-43a1-9236-c2907d450d48","artifactDisplayName":"nginx_cloudtech_k8s_charts","mandatory":false,"serviceApi":false,"artifactLabel":"cloudtechnologyspecificartifact3","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","duplicated":false,"payloadUpdateDate":1628344131896,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131894,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vfModulesMetadata":{"heatParamUpdated":false,"timeout":0,"description":"Auto-generated VF Modules information artifact","artifactType":"VF_MODULES_METADATA","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.vfModulesMetadata","artifactName":"basic_cnf0_modules.json","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NjUwZTg3NDE5YWUzNGQ0MzAzZTkwODgwNjMzOGU5YjM=","artifactUUID":"dfa53950-36b2-460b-94dc-bc8b00ee1cb1","artifactDisplayName":"Vf Modules Metadata","mandatory":false,"serviceApi":false,"artifactLabel":"vfModulesMetadata","esId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.vfModulesMetadata","duplicated":false,"payloadUpdateDate":1628344183413,"artifactVersion":"1","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"heat1":{"listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"heatParamUpdated":false,"creationDate":1628344131616,"timeout":30,"description":"created from csar","artifactType":"HEAT","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","artifactName":"base_dummy.yaml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=","artifactUUID":"a43400b1-9dd3-4eda-b994-8fbc396b7e58","artifactDisplayName":"base_dummy","mandatory":false,"serviceApi":false,"artifactLabel":"heat1","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","duplicated":false,"payloadUpdateDate":1628344131624,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","currentValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","currentValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","currentValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","currentValue":"dummy.default","empty":false}],"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131616,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"vendorlicense":{"heatParamUpdated":false,"creationDate":1628344131412,"timeout":0,"description":" Vendor license file","artifactType":"VENDOR_LICENSE","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vendorlicense","artifactName":"vendor-license-model.xml","artifactGroupType":"DEPLOYMENT","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE=","artifactUUID":"793ccb08-0e68-4c79-b7df-1b2973fbf1ef","artifactDisplayName":"Vendor License","mandatory":false,"serviceApi":false,"artifactLabel":"vendorlicense","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.vendorlicense","duplicated":false,"payloadUpdateDate":1628344131423,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131412,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false},"heat1env":{"listHeatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","defaultValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","defaultValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","defaultValue":"dummy.default","empty":false}],"heatParamUpdated":false,"creationDate":1628344172309,"timeout":0,"description":"Auto-generated HEAT Environment deployment artifact","artifactType":"HEAT_ENV","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.heat1env","artifactName":"base_dummy.env","artifactGroupType":"DEPLOYMENT","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=","artifactUUID":"5d870743-c980-454d-bd10-a8e498bf0735","generatedFromId":"3dfae6af-e876-423d-860e-0455a21a50d4.heat1","artifactDisplayName":"HEAT ENV","mandatory":true,"serviceApi":false,"artifactLabel":"heat1env","esId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.heat1env","duplicated":false,"payloadUpdateDate":1628344182757,"heatParameters":[{"name":"dummy_name_0","type":"string","description":"Dummy name","defaultValue":"dummy_1_0","empty":false},{"name":"vnf_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vnf_name","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"vf_module_id","type":"string","description":"Provided by ONAP","defaultValue":"PROVIDED_BY_ONAP","empty":false},{"name":"dummy_image_name","type":"string","description":"Dummy image name","defaultValue":"dummy","empty":false},{"name":"dummy_flavor_name","type":"string","description":"Dummy flavor","defaultValue":"dummy.default","empty":false}],"heatParamsUpdateDate":1628344172309,"userIdCreator":"cs0008","userIdLastUpdater":"cs0008","creatorFullName":"Carlos Santana","updaterFullName":"Carlos Santana","lastUpdateDate":1628344172309,"artifactVersion":"2","isFromCsar":true,"generated":false,"heatEnvType":true,"empty":false}},"artifacts":{"vspbasiccnfvspinformationtxt":{"heatParamUpdated":false,"creationDate":1628344131543,"timeout":0,"description":"Artifact created from csar","artifactType":"OTHER","uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","artifactName":"VSP_basic_cnf_VSP_Information.txt","artifactGroupType":"INFORMATIONAL","artifactChecksum":"MWM3MThkY2U0YmVkODFmYzYyYTBlM2JjNmM4YmNlYzY=","artifactUUID":"b4d6b33a-4e8f-4c38-97a4-0b10818c7360","artifactDisplayName":"VSP_basic_cnf_VSP_Information","mandatory":false,"serviceApi":false,"artifactLabel":"vspbasiccnfvspinformationtxt","esId":"3dfae6af-e876-423d-860e-0455a21a50d4.vspbasiccnfvspinformationtxt","duplicated":false,"payloadUpdateDate":1628344131545,"artifactCreator":"cs0008","userIdLastUpdater":"cs0008","updaterFullName":"Carlos Santana","lastUpdateDate":1628344131543,"artifactVersion":"1","isFromCsar":true,"generated":false,"requiredArtifacts":[],"heatEnvType":false,"empty":false}},"groupInstances":[{"creationTime":1628344172405,"version":"1","type":"org.openecomp.groups.VfModule","artifacts":["3dfae6af-e876-423d-860e-0455a21a50d4.heat1","3dfae6af-e876-423d-860e-0455a21a50d4.heat1env","3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3"],"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.3dfae6af-e876-423d-860e-0455a21a50d4.BasicCnf..base_dummy..module-0.basic_cnf0basiccnfbase_dummymodule0","invariantUUID":"edb93298-80fc-4680-9924-32b43a5723f3","normalizedName":"basic_cnf0basiccnfbase_dummymodule0","modificationTime":1628344172405,"customizationUUID":"b2851d21-62ce-4f5a-b422-07ec765cdc52","groupInstanceArtifacts":["3dfae6af-e876-423d-860e-0455a21a50d4.cloudtechnologyspecificartifact3","3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0.heat1env"],"groupInstanceArtifactsUuid":["15d412db-8b66-43a1-9236-c2907d450d48","5d870743-c980-454d-bd10-a8e498bf0735"],"artifactsUuid":["a43400b1-9dd3-4eda-b994-8fbc396b7e58","15d412db-8b66-43a1-9236-c2907d450d48"],"groupUUID":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","groupName":"BasicCnf..base_dummy..module-0","groupUid":"3dfae6af-e876-423d-860e-0455a21a50d4.BasicCnf..base_dummy..module-0","name":"basic_cnf0..BasicCnf..base_dummy..module-0","properties":[{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase.property.1","type":"boolean","required":false,"defaultValue":"true","description":"Whether this module should be deployed before other modules","password":false,"name":"isBase","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.isBase","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances.property.2","type":"integer","required":false,"defaultValue":"1","description":"The minimum instances of this VF-Module","password":false,"name":"min_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.min_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances.property.3","type":"integer","required":false,"defaultValue":"1","description":"The maximum instances of this VF-Module","password":false,"name":"max_vf_module_instances","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.max_vf_module_instances","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count.property.4","type":"integer","required":false,"defaultValue":"1","description":"The initial count of instances of the VF-Module. The value must be in the range between min_vfmodule_instances and max_vfmodule_instances. If no value provided the initial count is the min_vfmodule_instances.\n","password":false,"name":"initial_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.initial_count","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type.property.5","type":"string","required":false,"defaultValue":"Base","password":false,"name":"vf_module_type","value":"Base","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_type","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label.property.6","type":"string","required":false,"defaultValue":"base_dummy","description":"Alternate textual key used to reference this VF-Module model. Must be unique within the VNF model\n","password":false,"name":"vf_module_label","value":"base_dummy","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_label","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group.property.7","type":"boolean","required":false,"defaultValue":"false","description":"\"true\" indicates that this VF Module model requires attachment to a Volume Group. VID operator must select the Volume Group instance to attach to a VF-Module at deployment time.\n","password":false,"name":"volume_group","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.volume_group","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list.property.8","type":"map","required":false,"description":"Identifies the set of VM types and their count included in the VF-Module\n","schema":{"property":{"definition":false,"hidden":false,"type":"string","required":false,"description":"<vfc_id>:<count>","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"empty":false},"password":false,"name":"vfc_list","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","isDeclaredListInput":false,"schemaType":"string","schemaProperty":{"definition":false,"hidden":false,"type":"string","required":false,"description":"<vfc_id>:<count>","password":false,"immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vfc_list","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description.property.9","type":"string","required":true,"description":"Description of the VF-modules contents and purpose (e.g. \"Front-End\" or \"Database Cluster\")\n","password":false,"name":"vf_module_description","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.vf_module_description","empty":false},{"definition":false,"hidden":false,"uniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count.property.10","type":"integer","required":false,"description":"Quantity of Availability Zones needed for this VF-Module (source: Extracted from VF-Module HEAT template)\n","password":false,"name":"availability_zone_count","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"org.openecomp.groups.VfModule.1.0.grouptype.availability_zone_count","empty":false}],"empty":false}],"inputs":[{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vf_module_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_image_name","type":"string","required":false,"description":"Dummy image name","password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_name","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_flavor_name","type":"string","required":false,"description":"Dummy flavor","password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_name_0","type":"string","required":false,"description":"Dummy name","password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false}],"componentMetadataForSupportLog":{"SupportablityComponentName":"basic_cnf 0"},"actualComponentUid":"cc889bf9-2311-4965-b512-049908163e57","createdFromCsar":false,"uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0","normalizedName":"basic_cnf0","name":"basic_cnf 0","creationTime":1628344171308,"icon":"defaulticon","originType":"VF","isProxy":false,"toscaArtifacts":{},"directives":[],"invariantName":"basic_cnf0","componentUid":"cc889bf9-2311-4965-b512-049908163e57","componentVersion":"1.0","toscaComponentName":"org.openecomp.resource.vf.BasicCnf","modificationTime":1628344171308,"customizationUUID":"48b1da27-06c5-40fa-914c-de0169b2eb25","posX":"200","posY":"100","componentName":"basic_cnf","propertyValueCounter":1,"serviceSubstitution":false,"originArchived":false,"empty":false}],"componentInstancesRelations":[],"componentInstancesInputs":{"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.cc889bf9-2311-4965-b512-049908163e57.basic_cnf0":[{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vf_module_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vf_module_id","value":"PROVIDED_BY_ONAP","label":"vnf module id","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.skip_post_instantiation_configuration","type":"boolean","required":false,"password":false,"name":"skip_post_instantiation_configuration","value":"true","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming","type":"org.openecomp.datatypes.Naming","required":false,"password":false,"name":"nf_naming","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.multi_stage_design","type":"boolean","required":false,"password":false,"name":"multi_stage_design","value":"false","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_naming_code","type":"string","required":false,"password":false,"name":"nf_naming_code","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_function","type":"string","required":false,"password":false,"name":"nf_function","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.controller_actor","type":"string","required":false,"password":false,"name":"controller_actor","value":"SO-REF-DATA","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.availability_zone_max_count","type":"integer","required":false,"password":false,"name":"availability_zone_max_count","value":"1","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"0\",\"1\",\"2\"]}"],"constraints":[{"validValues":["0","1","2"]}],"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_artifact_name","type":"string","required":false,"password":false,"name":"sdnc_artifact_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_image_name","type":"string","required":false,"description":"Dummy image name","password":false,"name":"dummy_image_name","value":"dummy","label":"Image name or ID","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_name","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_name","value":"PROVIDED_BY_ONAP","label":"name of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.max_instances","type":"integer","required":false,"password":false,"name":"max_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_type","type":"string","required":false,"password":false,"name":"nf_type","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_flavor_name","type":"string","required":false,"description":"Dummy flavor","password":false,"name":"dummy_flavor_name","value":"dummy.default","label":"flavor","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.vnf_id","type":"string","required":false,"description":"Provided by ONAP","password":false,"name":"vnf_id","value":"PROVIDED_BY_ONAP","label":"id of vnf","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_version","type":"string","required":false,"password":false,"name":"sdnc_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.nf_role","type":"string","required":false,"password":false,"name":"nf_role","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.min_instances","type":"integer","required":false,"password":false,"name":"min_instances","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false},{"definition":false,"hidden":false,"uniqueId":"3dfae6af-e876-423d-860e-0455a21a50d4.dummy_name_0","type":"string","required":false,"description":"Dummy name","password":false,"name":"dummy_name_0","value":"dummy_1_0","label":"name of vm","immutable":false,"mappedToComponentProperty":true,"isDeclaredListInput":false,"getInputProperty":false,"empty":false},{"definition":false,"hidden":false,"uniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9.sdnc_model_name","type":"string","required":false,"password":false,"name":"sdnc_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"b5778403-3d83-468e-8c1a-68412f45f1c9","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"b5778403-3d83-468e-8c1a-68412f45f1c9","empty":false}]},"capabilities":{},"inputs":[{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.skip_post_instantiation_configuration","type":"boolean","required":false,"defaultValue":"true","password":false,"name":"skip_post_instantiation_configuration","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"true\",\"false\"]}"],"constraints":[{"validValues":["true","false"]}],"getInputProperty":false,"ownerId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.controller_actor","type":"string","required":false,"defaultValue":"SO-REF-DATA","password":false,"name":"controller_actor","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","isDeclaredListInput":false,"propertyConstraints":["{\"validValues\":[\"SO-REF-DATA\",\"CDS\",\"SDNC\",\"APPC\"]}"],"constraints":[{"validValues":["SO-REF-DATA","CDS","SDNC","APPC"]}],"getInputProperty":false,"ownerId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.cds_model_version","type":"string","required":false,"password":false,"name":"cds_model_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.cds_model_name","type":"string","required":false,"password":false,"name":"cds_model_name","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false},{"definition":false,"hidden":false,"uniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2.default_software_version","type":"string","required":false,"password":false,"name":"default_software_version","immutable":false,"mappedToComponentProperty":true,"parentUniqueId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","isDeclaredListInput":false,"getInputProperty":false,"ownerId":"a63b56c3-c988-4bab-b89e-5dd75c3f4ec2","empty":false}],"derivedFromGenericType":"org.openecomp.resource.abstract.nodes.service","derivedFromGenericVersion":"1.0","toscaType":"topology_template","nodeFilterComponents":{},"interfaces":{},"serviceApiArtifacts":{"configuration":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"testing":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"logging":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"monitoring":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"reporting":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"instantiation":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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","icon":"network_l_1-3","version":"1.0","creationDate":1628344166778,"description":"service","tags":["basic_cnf"],"uniqueId":"37318f7f-1d9a-4282-b46c-d49388b5077c","componentMetadataForSupportLog":{"SupportablityComponentUUID":"dfdde6d4-779b-43a2-a943-49b16483441f","SupportablityComponentName":"basic_cnf","SupportablityComponentVersion":"1.0"},"contactId":"cs0008","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","highestVersion":true,"systemName":"BasicCnf","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","normalizedName":"basiccnf","archived":false,"lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","componentType":"SERVICE","creatorFullName":"Carlos Santana","lastUpdateDate":1628344199928,"allArtifacts":{"controlloopfunctions":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"operationalpolicies":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"certificationtestresults":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"deploymentvotingrecord":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicequestionnaire":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"dimensioninginfo":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"affinityrules":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"serviceartifactplan":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicespecificpolicies":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"servicesecuritytemplate":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"engineeringrules":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"distributioninstructions":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"artifactVersion":"0","isFromCsar":false,"generated":false,"heatEnvType":false,"empty":false},"summaryofimpactstoecompelements":{"heatParamUpdated":false,"creationDate":1628344166680,"timeout":0,"artifactType":"OTHER","uniqueId":"3b8e75b0-bf5b-4ab3-bcdb-7f9716a3556c.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":1628344166680,"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":"37318f7f-1d9a-4282-b46c-d49388b5077c"},"categorySpecificMetadata":{},"archiveTime":0,"vspArchived":false,"service":true,"name":"basic_cnf"}
2021-08-07 13:50:01,071 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:50:01,071 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:50:01,071 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:01,072 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:50:01,072 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:50:01,073 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:50:01,712 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:50:01,714 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:50:01,714 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:50:01,716 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:50:01,716 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:01,716 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:01,716 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:01,716 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:50:01,716 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:01,716 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:01,716 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:01,717 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:50:01,717 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:01,717 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:01,717 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:01,717 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:50:01,717 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:01,717 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:01,717 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:01,717 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:50:01,717 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:50:01,718 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:50:01,718 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:01,718 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:50:01,718 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:50:01,719 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:50:02,479 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:50:02,481 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:50:02,483 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:50:02,487 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:50:02,487 INFO 201:service.py(1) - Service basic_cnf onboarded
2021-08-07 13:50:02,487 INFO 33:k8s_connectivity_info_create.py(1) - Check if k8s connectivity information exists
2021-08-07 13:50:02,488 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:50:02,488 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion
2021-08-07 13:50:02,488 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None
2021-08-07 13:50:02,489 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:50:02,520 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 500 74
2021-08-07 13:50:02,521 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 500
2021-08-07 13:50:02,521 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: n/a
2021-08-07 13:50:02,521 ERROR 157:onap_service.py(1) - [None][Get Connectivity Info] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:50:02,522 ERROR 233:onap_service.py(1) - [None][Get Connectivity Info] request failed: Code: 500. Info: Get Connection: Error finding master table: mongo: no documents in result
.
2021-08-07 13:50:02,522 INFO 36:k8s_connectivity_info_create.py(1) - Create the k8s connectivity information
2021-08-07 13:50:02,525 DEBUG 129:onap_service.py(1) - [None][Create Connectivity Info] sent header: {}
2021-08-07 13:50:02,525 DEBUG 131:onap_service.py(1) - [None][Create Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info
2021-08-07 13:50:02,525 DEBUG 132:onap_service.py(1) - [None][Create Connectivity Info] data sent: None
2021-08-07 13:50:02,526 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:50:02,566 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/connectivity-info HTTP/1.1" 201 None
2021-08-07 13:50:02,567 INFO 142:onap_service.py(1) - [None][Create Connectivity Info] response code: 201
2021-08-07 13:50:02,567 DEBUG 146:onap_service.py(1) - [None][Create Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNkT2VrVjNUV3BSZUU1c2IxaEVWRTE0VFVSbmQwNVVSWGROYWxGNFRteHZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCUzNCRUNqbFhiUzlMWVVaU1lYcFVVazVWVUcxNlJtRkZObkZ4TkRCemVtUlJTMGREWWtOU0wwWlpXbEpwWjA5WWJHZGlVSEZXSzJWTVdqSTNWRlE1TTBwdFJUZ0tibEZvVFRFeE55dEdWSFZXVFV4T1NtSXJZMEU0YzJkRGMwbG9OVmhCZW5ZM1JuWjNSRTlyT0RWbmNqVmpTWHBsYm5vNGJ5dEdhMU5CWXpWQlp6RXJUZ3BWY0RSWWJGUnZjRTEyU1dWa05HRjVRMUZaZG5SbVNWUjZRWEpKZGpGRk5UWmllRmgxVW01aUszVkxZbmhITVZKdk0xaHBOelkzWkZwRk1XNVdkM2hyQ2xGak9FaDRVMVZNVkV0alZsaHhZMDVXUlRWTUx5OWlObWxJVWtwdlpVUXhWVlJrYjFObU0wdFRTVFo0YXpkcVUzTlZNM1JMTTNkUFVtaGtUMUZNTkhjS1JtUlpjVmhHTlROVlFrSmFRMkpsWjBFM2JWaFNNWFZaVkVsT2ExVXJNM1JLZGxkUFEzSmtjak4zZEcxMVYwd3liRlIyUXpRM05HTnBiVkZpUldOVlJBcExhbGd5U0VFNVRGQTRTelpIU1doUU0wRmpRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWkxaMGRUYnpkNE16TXpkRzVUY21vd1dtaHlZazlIY0d4eGIxSk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJTSHB3ZVRKbWJEWmlUM1puUVVRM2VrcFJlbkIwTmxSaU9HZ3dhWEJ0VWtOemFEQlZjbEEwZUVWcmJTdG1WMjlyVHdwak5tWm1kVEVyTHk5aVFVOXVSSGhNWWtaeFJYRlpWMFJ4UlhKMFQwbHJkRlJIWTBwMVpYZGpabWcwVEVOVU56azBjMnBHWkU4MlVuaGplVUpPYVhjNENuUnZZVGRLZVc1alJFcGpPRk4wUTJGSVEweEhUVFJ2YW5scGFGbHFhU3RsU1M5TlNGZEZkblJSUVhKWFlWcERPRTUzTkhSbFpVb3hVR1JHUW1SMmFHZ0tZblk0U0Vvd2FUTlZVa1puVG5KMmRURjNiV3BGZUVSdllWTktXbXhaV0ZWaWNYbENjM1pVUjIxV1psZFdibUZ5VVdseVlVMHJWbVpUVTBkQ1dHSnBPQXAwUTNCVlRuWmFRMVUwVmpZMlduVjJNV28zZGxvNE9YUXhTMWQxUlZkWVMwcEhWWEpHWVVZNVRuTnNVRmRZVmtkdWFsVXZNMnh6UTNCMmFYcDRjWFJWQ2tGMk5EYzVkQzlFUTNkV0swRk5VRWR1YVVkTFFsQnFUMGhVYjNGT2EzaHZOWE5ZYVFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC41NTo2NDQzCiAgbmFtZToga3ViZXJuZXRlcwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3Rlcjoga3ViZXJuZXRlcwogICAgdXNlcjoga3ViZXJuZXRlcy1hZG1pbgogIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpjdXJyZW50LWNvbnRleHQ6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW4KICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJGZWtORFFXWjFaMEYzU1VKQlowbEpVSFppZVZWeFFUUjVZemgzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRWUkJORTFFWTNoTlJFa3dUVlJhWVVaM01IbE5ha0UwVFVSamVFMUVTVEJOYWtKaFRVUlJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNhM2RHZDFsRVZsRlJSRVY0UW5Ka1YwcHNZMjAxYkdSSFZucE1WMFpyQ21KWGJIVk5TVWxDU1dwQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSUlVaQlFVOURRVkU0UVUxSlNVSkRaMHREUVZGRlFYZFRXVWxTZGpsc09VTlRjV0ozVmtzS1MwWlpNWEpoV1VGTlVEaEViM0k0TjBRelJqQnBMMmhCZUdobWFVMXNXbmwwYnk4dmEyOTRSWHBrZEd4bVRFdGlRWFJCWmxOQlNITnlOVmt4YzJWRlRRcExRMmhZYkRsRlFVOTBVVzFHTlhOR1ZqWldaRlpvVjBNeGJFNW1OVVJwWlVocVdteFJRM0l2YTJWRVVXRjNTQzlhY2s1Sk5FcFJiM2t6VUVodlZrTm1Da3B2WkVsMVdEWmhiRUU0YUhsSVYzRTBUSFZvY25ObldIQlVVbEpXV2s1cGFqYzNOQ3RaY0VOVFFpOUNhMkZIUTNjMmR6VjVkMFkxWlhFdmRHWTBURk1LWkUweFFqaE9jbkZqWm14QlMyMUtUbUZxZEhkM01rNVZjVTg1U0RSVlluQnBTMDFhVkV0VGJFRnFTVWxaY2xOUVVXeEdaQzl6UmtaUVEzQkRjbUY1VHdwbVRFSXdNblFyYWxwRlJHRnBaVTh5U3k5bmQxVXlkMGxCVVdaVkwyVXpkRkZsYW1aRU1ubHNTalJoVUhkVWJIRnlUMEpTVDFsTlZEVmtaVWRTVkVWTkNqWkpZMVk0VVVsRVFWRkJRbTh3WjNkU2FrRlBRbWRPVmtoUk9FSkJaamhGUWtGTlEwSmhRWGRGZDFsRVZsSXdiRUpCZDNkRFoxbEpTM2RaUWtKUlZVZ0tRWGRKZDBoM1dVUldVakJxUWtKbmQwWnZRVlZ4UVZwTGFuWklabVpsTW1STGRWQlNiVWQwY3pSaGJWZHhhRVYzUkZGWlNrdHZXa2xvZG1OT1FWRkZUQXBDVVVGRVoyZEZRa0ZGZVUxbGNqaEdLM1pOVTJ0dGIwUnJjbWcyTHpadmFUQnNOMWRCVVVObFYxZEpRbXRJSzNCclkwWkRjR05JTm5sRk5FTm1SV1kxQ21oV1pqUlRRVU56VUU0dlprZDVhM3A2YmpkMUsycFdXVkV4VjNkdmNrMUNjVEJVZVRnclVtUTJURmhSTVU5Q1NIRkpVWEJvYVVkdmRXNHZjSGRWYkZJS2RFTnBUVGxtVkVSNGFGYzRSMngwYWxoUVpqVkhibXhKV2tsUFNXUjJTbTlCUlVSWk1VaE1RM1l3Y0dkTlRWZGlSbXRvWVRsVlluTXlhVlZQUXl0MVNRcEdXaXMyVldKWFJHUjBPR1EwYkhRMVdrUmlVa3hwY0dGbVdsVlVURWh3V2tzMFVFOTVaVTVrZFVaelVUUTRkMFZLY21wRVJXTjNjbVV2ZEZWa1UxcGxDbEZNTDJGTFVtSllZWE4xT0VwVU0yVndNa05OVEZkNldrVktVM0p5WkhSTWVWaEVZVmgxVUZBMGNVcFphekJOZW1ObVJtSktSRUZVZW0xdlZsRnRhVUlLT1RZMVJqWjNhbm95ZG5aVE0ySm5TRlJ3VlRJNFRHZFZSVFJKY2xOTlVUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxGYjJkSlFrRkJTME5CVVVWQmQxTlpTVkoyT1d3NVExTnhZbmRXUzB0R1dURnlZVmxCVFZBNFJHOXlPRGRFTTBZd2FTOW9RWGhvWm1sTmJGcDVDblJ2THk5cmIzaEZlbVIwYkdaTVMySkJkRUZtVTBGSWMzSTFXVEZ6WlVWTlMwTm9XR3c1UlVGUGRGRnRSalZ6UmxZMlZtUldhRmRETVd4T1pqVkVhV1VLU0dwYWJGRkRjaTlyWlVSUllYZElMMXB5VGtrMFNsRnZlVE5RU0c5V1EyWktiMlJKZFZnMllXeEJPR2g1U0ZkeE5FeDFhSEp6WjFod1ZGSlNWbHBPYVFwcU56YzBLMWx3UTFOQ0wwSnJZVWREZHpaM05YbDNSalZsY1M5MFpqUk1VMlJOTVVJNFRuSnhZMlpzUVV0dFNrNWhhblIzZHpKT1ZYRlBPVWcwVldKd0NtbExUVnBVUzFOc1FXcEpTVmx5VTFCUmJFWmtMM05HUmxCRGNFTnlZWGxQWmt4Q01ESjBLMnBhUlVSaGFXVlBNa3N2WjNkVk1uZEpRVkZtVlM5bE0zUUtVV1ZxWmtReWVXeEtOR0ZRZDFSc2NYSlBRbEpQV1UxVU5XUmxSMUpVUlUwMlNXTldPRkZKUkVGUlFVSkJiMGxDUVVWaEx6ZGhlRVZDVlRaSE1UYzVVQXBEY21vemVYcFlUMXB4WlV3MFowMU9WbFUzTURKcFNXcFVNbUpCWms5VEwyTmpiVnAxV2pSMWNqQXhVVzVxTkhSR2EySlVaMWxJV1RSd0x6SjJOMmh0Q201U1RtZHZObFpEY3pOcVdrZFNUSGRtSzFvME9XeFhRVVEyY2l0Wk1VOTJkMWwxUkd4V1kwbzJVUzlCWWpsbGFYQmlSWGt6ZGtWVmJFWlVhVVpwTDNFS00ydEZOSE5PVkhodlUwY3lORlZOVTJoM1RrYzVOVk5WVTNOVlExZzNNVGswWlU5T1JFOUxUMWhJYzBsUk9YcEVXV0ptU1hNd2NHNW5WemRLWjAxSmRncEtTbnBOUm5SdWJWRndTVVFyUTNWbkswOU5WRzlLWWxOUFluQXlUaTkxU1RGcFdVMXZiMFZtVTFkUE56ZHNUbkJaSzFobVFqQnVVVGxuTkdkMWVIZHZDbEJoV25WNU1HSnNlak5hYW5aWlIyWTNaWGhQZW5ObFl6UlhVbUZtV0RaU04wOXlXWEZFTUdsV2FrbHBTemxQTTJjMVNVUnRVMGxOUVRsR04wSXdSMGtLVjI5c2RrZEJSVU5uV1VWQk4xcFBXVlpqZVdSV1Z6WnZlWHBHWjNneVptUXlZV2czWm1OVE9HNHhUREZvVVROWU56azVXRVZ0VEd0M1FXcHVjM1l6VEFvMlIyUXhjR1pKWlhCTlozWTVLMDR4TkVWbE9XTnFjbTlVV0hadFNFd3plWGxSU2xScGJXMHJLM3B3VkRBcloyUktlVk5PYVRGQ1ZIRTRkV3RpTXk5dkNuVnZOR2t6ZWpKaWQxSm1iMk5pZEVJM2MxZG1iRXRZWkcxU1l5dFlaRVZYTUdoR1NEbEZPV2RTVDIxNWVFRm5Reko1UW5oaGVrVkRaMWxGUVRCRFFua0tVall3WTFsNlRUZEVXbGgzVFZaUWJFdFhZM1JrWW1ONWF6Sm5NbnBFYUVFMk1HeExkVkpzVlVKdVRGQlRTWFZDYlVOSmRUWXJibkZNTjNSb2JEWXhlQXB2TmpSalFYZFNVMncxY1RJNWR5dHBZek5FZWxsdU0zcFpaR05pSzBac2EwNHlPREZaY1hGTllWVlhlVkJPTjJnM1YwNXFRV2xXVTIxbmFURTNRMGhoQ25JNFJuWnhNbE5oZHpKd1dXODJOWHB6Vm5CNVltWlhaVzFSU2xoVVJuQnVZWEV2WTBwelJVTm5XVUZGUWk5VlZuWTFjMHd3UVhwa1NtTkdWMjlPVTBzS01VOXJSR2RWYzFORFVEVlNaVFpMYlZZd2RrczNRa3RzYWpSRlpUaEdPVGxYWjFGT1FrMWhkMVpTVlRkU05HcEJabGhqYUdOUk5YZEJhVWwwWVhGMWNnbzNXRmwwWVhjemNXaFdjbGQ0WVVZMVFVa3pSMUl4Tm10Rk5XZ3JjVGxVZGtaWGNGTkVNa2RPVEZSTGMyVXhhbkpFUkRsbk4yc3JUVkZZUXpGa2N6ZEZDbFZpWVNzeGJtNTZjMWRPZGtsQ1QzTldRMmxaWjFGTFFtZEZjSE5RT1VaSWIzTTBTMUpOVTJZMlEzTk1ZaTlsTVUxSWJGZHJRbmhNSzAxU1owaFVOMFlLYWpWWVR6WTRMeXRuUVdKV09DOXdPWGh5SzFCbWNrZG5NVTAwVkU1SU5uVlNUa0ZFV0V4R1ptNXhkVTFEVEVFeFNrdE5SVzVQU2xGMFIzcEVUVzFZY3dwUE1pOVVkM0V2YlZBd01IRXJhV3RWUlVKU01WZHBkRUZyUTFWdVIyWmpaRTlhZUZaT2F6VkpiV1psTVRaNVRIaFVPV1p2U3psV1ZrVXZhREp1TWtvd0NrUnJjRUpCYjBkQlVsZHBPVGx1VldKb2RGTkNOV3hhZEZCVGVERjVZMDgwYjJVMFNGWmlURGhDTm5WT1V6Wk9TamhVV2tWTE9UTkViMnRzWVhWVE1tTUtVekpyYTFRd1RrMXJXa3RyZW5weGJFcGpaVkZhZGxOUlRVTmlhRlp1VFVwckszUmtVWGhSWWxoQlpGWkhRV3B4TjFjNFZqUTRhVFZWYlVocVIwbFpOQXBIVWxCTFVuZE1aMjFCVUd0bVduSjRTaXM0YzJaWmJqVmxSemhxWjAxblVUVjVOVTgzVFN0NVdqVnNZbEZvVDJadWN6QTlDaTB0TFMwdFJVNUVJRkpUUVNCUVVrbFdRVlJGSUV0RldTMHRMUzB0Q2c9PQo=","other-connectivity-list":{"connectivity-records":[]}}

2021-08-07 13:50:02,569 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:50:02,569 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion
2021-08-07 13:50:02,569 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None
2021-08-07 13:50:02,571 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:50:02,593 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 200 None
2021-08-07 13:50:02,594 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200
2021-08-07 13:50:02,595 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNkT2VrVjNUV3BSZUU1c2IxaEVWRTE0VFVSbmQwNVVSWGROYWxGNFRteHZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCUzNCRUNqbFhiUzlMWVVaU1lYcFVVazVWVUcxNlJtRkZObkZ4TkRCemVtUlJTMGREWWtOU0wwWlpXbEpwWjA5WWJHZGlVSEZXSzJWTVdqSTNWRlE1TTBwdFJUZ0tibEZvVFRFeE55dEdWSFZXVFV4T1NtSXJZMEU0YzJkRGMwbG9OVmhCZW5ZM1JuWjNSRTlyT0RWbmNqVmpTWHBsYm5vNGJ5dEdhMU5CWXpWQlp6RXJUZ3BWY0RSWWJGUnZjRTEyU1dWa05HRjVRMUZaZG5SbVNWUjZRWEpKZGpGRk5UWmllRmgxVW01aUszVkxZbmhITVZKdk0xaHBOelkzWkZwRk1XNVdkM2hyQ2xGak9FaDRVMVZNVkV0alZsaHhZMDVXUlRWTUx5OWlObWxJVWtwdlpVUXhWVlJrYjFObU0wdFRTVFo0YXpkcVUzTlZNM1JMTTNkUFVtaGtUMUZNTkhjS1JtUlpjVmhHTlROVlFrSmFRMkpsWjBFM2JWaFNNWFZaVkVsT2ExVXJNM1JLZGxkUFEzSmtjak4zZEcxMVYwd3liRlIyUXpRM05HTnBiVkZpUldOVlJBcExhbGd5U0VFNVRGQTRTelpIU1doUU0wRmpRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWkxaMGRUYnpkNE16TXpkRzVUY21vd1dtaHlZazlIY0d4eGIxSk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJTSHB3ZVRKbWJEWmlUM1puUVVRM2VrcFJlbkIwTmxSaU9HZ3dhWEJ0VWtOemFEQlZjbEEwZUVWcmJTdG1WMjlyVHdwak5tWm1kVEVyTHk5aVFVOXVSSGhNWWtaeFJYRlpWMFJ4UlhKMFQwbHJkRlJIWTBwMVpYZGpabWcwVEVOVU56azBjMnBHWkU4MlVuaGplVUpPYVhjNENuUnZZVGRLZVc1alJFcGpPRk4wUTJGSVEweEhUVFJ2YW5scGFGbHFhU3RsU1M5TlNGZEZkblJSUVhKWFlWcERPRTUzTkhSbFpVb3hVR1JHUW1SMmFHZ0tZblk0U0Vvd2FUTlZVa1puVG5KMmRURjNiV3BGZUVSdllWTktXbXhaV0ZWaWNYbENjM1pVUjIxV1psZFdibUZ5VVdseVlVMHJWbVpUVTBkQ1dHSnBPQXAwUTNCVlRuWmFRMVUwVmpZMlduVjJNV28zZGxvNE9YUXhTMWQxUlZkWVMwcEhWWEpHWVVZNVRuTnNVRmRZVmtkdWFsVXZNMnh6UTNCMmFYcDRjWFJWQ2tGMk5EYzVkQzlFUTNkV0swRk5VRWR1YVVkTFFsQnFUMGhVYjNGT2EzaHZOWE5ZYVFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC41NTo2NDQzCiAgbmFtZToga3ViZXJuZXRlcwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3Rlcjoga3ViZXJuZXRlcwogICAgdXNlcjoga3ViZXJuZXRlcy1hZG1pbgogIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpjdXJyZW50LWNvbnRleHQ6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW4KICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJGZWtORFFXWjFaMEYzU1VKQlowbEpVSFppZVZWeFFUUjVZemgzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRWUkJORTFFWTNoTlJFa3dUVlJhWVVaM01IbE5ha0UwVFVSamVFMUVTVEJOYWtKaFRVUlJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNhM2RHZDFsRVZsRlJSRVY0UW5Ka1YwcHNZMjAxYkdSSFZucE1WMFpyQ21KWGJIVk5TVWxDU1dwQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSUlVaQlFVOURRVkU0UVUxSlNVSkRaMHREUVZGRlFYZFRXVWxTZGpsc09VTlRjV0ozVmtzS1MwWlpNWEpoV1VGTlVEaEViM0k0TjBRelJqQnBMMmhCZUdobWFVMXNXbmwwYnk4dmEyOTRSWHBrZEd4bVRFdGlRWFJCWmxOQlNITnlOVmt4YzJWRlRRcExRMmhZYkRsRlFVOTBVVzFHTlhOR1ZqWldaRlpvVjBNeGJFNW1OVVJwWlVocVdteFJRM0l2YTJWRVVXRjNTQzlhY2s1Sk5FcFJiM2t6VUVodlZrTm1Da3B2WkVsMVdEWmhiRUU0YUhsSVYzRTBUSFZvY25ObldIQlVVbEpXV2s1cGFqYzNOQ3RaY0VOVFFpOUNhMkZIUTNjMmR6VjVkMFkxWlhFdmRHWTBURk1LWkUweFFqaE9jbkZqWm14QlMyMUtUbUZxZEhkM01rNVZjVTg1U0RSVlluQnBTMDFhVkV0VGJFRnFTVWxaY2xOUVVXeEdaQzl6UmtaUVEzQkRjbUY1VHdwbVRFSXdNblFyYWxwRlJHRnBaVTh5U3k5bmQxVXlkMGxCVVdaVkwyVXpkRkZsYW1aRU1ubHNTalJoVUhkVWJIRnlUMEpTVDFsTlZEVmtaVWRTVkVWTkNqWkpZMVk0VVVsRVFWRkJRbTh3WjNkU2FrRlBRbWRPVmtoUk9FSkJaamhGUWtGTlEwSmhRWGRGZDFsRVZsSXdiRUpCZDNkRFoxbEpTM2RaUWtKUlZVZ0tRWGRKZDBoM1dVUldVakJxUWtKbmQwWnZRVlZ4UVZwTGFuWklabVpsTW1STGRWQlNiVWQwY3pSaGJWZHhhRVYzUkZGWlNrdHZXa2xvZG1OT1FWRkZUQXBDVVVGRVoyZEZRa0ZGZVUxbGNqaEdLM1pOVTJ0dGIwUnJjbWcyTHpadmFUQnNOMWRCVVVObFYxZEpRbXRJSzNCclkwWkRjR05JTm5sRk5FTm1SV1kxQ21oV1pqUlRRVU56VUU0dlprZDVhM3A2YmpkMUsycFdXVkV4VjNkdmNrMUNjVEJVZVRnclVtUTJURmhSTVU5Q1NIRkpVWEJvYVVkdmRXNHZjSGRWYkZJS2RFTnBUVGxtVkVSNGFGYzRSMngwYWxoUVpqVkhibXhKV2tsUFNXUjJTbTlCUlVSWk1VaE1RM1l3Y0dkTlRWZGlSbXRvWVRsVlluTXlhVlZQUXl0MVNRcEdXaXMyVldKWFJHUjBPR1EwYkhRMVdrUmlVa3hwY0dGbVdsVlVURWh3V2tzMFVFOTVaVTVrZFVaelVUUTRkMFZLY21wRVJXTjNjbVV2ZEZWa1UxcGxDbEZNTDJGTFVtSllZWE4xT0VwVU0yVndNa05OVEZkNldrVktVM0p5WkhSTWVWaEVZVmgxVUZBMGNVcFphekJOZW1ObVJtSktSRUZVZW0xdlZsRnRhVUlLT1RZMVJqWjNhbm95ZG5aVE0ySm5TRlJ3VlRJNFRHZFZSVFJKY2xOTlVUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxGYjJkSlFrRkJTME5CVVVWQmQxTlpTVkoyT1d3NVExTnhZbmRXUzB0R1dURnlZVmxCVFZBNFJHOXlPRGRFTTBZd2FTOW9RWGhvWm1sTmJGcDVDblJ2THk5cmIzaEZlbVIwYkdaTVMySkJkRUZtVTBGSWMzSTFXVEZ6WlVWTlMwTm9XR3c1UlVGUGRGRnRSalZ6UmxZMlZtUldhRmRETVd4T1pqVkVhV1VLU0dwYWJGRkRjaTlyWlVSUllYZElMMXB5VGtrMFNsRnZlVE5RU0c5V1EyWktiMlJKZFZnMllXeEJPR2g1U0ZkeE5FeDFhSEp6WjFod1ZGSlNWbHBPYVFwcU56YzBLMWx3UTFOQ0wwSnJZVWREZHpaM05YbDNSalZsY1M5MFpqUk1VMlJOTVVJNFRuSnhZMlpzUVV0dFNrNWhhblIzZHpKT1ZYRlBPVWcwVldKd0NtbExUVnBVUzFOc1FXcEpTVmx5VTFCUmJFWmtMM05HUmxCRGNFTnlZWGxQWmt4Q01ESjBLMnBhUlVSaGFXVlBNa3N2WjNkVk1uZEpRVkZtVlM5bE0zUUtVV1ZxWmtReWVXeEtOR0ZRZDFSc2NYSlBRbEpQV1UxVU5XUmxSMUpVUlUwMlNXTldPRkZKUkVGUlFVSkJiMGxDUVVWaEx6ZGhlRVZDVlRaSE1UYzVVQXBEY21vemVYcFlUMXB4WlV3MFowMU9WbFUzTURKcFNXcFVNbUpCWms5VEwyTmpiVnAxV2pSMWNqQXhVVzVxTkhSR2EySlVaMWxJV1RSd0x6SjJOMmh0Q201U1RtZHZObFpEY3pOcVdrZFNUSGRtSzFvME9XeFhRVVEyY2l0Wk1VOTJkMWwxUkd4V1kwbzJVUzlCWWpsbGFYQmlSWGt6ZGtWVmJFWlVhVVpwTDNFS00ydEZOSE5PVkhodlUwY3lORlZOVTJoM1RrYzVOVk5WVTNOVlExZzNNVGswWlU5T1JFOUxUMWhJYzBsUk9YcEVXV0ptU1hNd2NHNW5WemRLWjAxSmRncEtTbnBOUm5SdWJWRndTVVFyUTNWbkswOU5WRzlLWWxOUFluQXlUaTkxU1RGcFdVMXZiMFZtVTFkUE56ZHNUbkJaSzFobVFqQnVVVGxuTkdkMWVIZHZDbEJoV25WNU1HSnNlak5hYW5aWlIyWTNaWGhQZW5ObFl6UlhVbUZtV0RaU04wOXlXWEZFTUdsV2FrbHBTemxQTTJjMVNVUnRVMGxOUVRsR04wSXdSMGtLVjI5c2RrZEJSVU5uV1VWQk4xcFBXVlpqZVdSV1Z6WnZlWHBHWjNneVptUXlZV2czWm1OVE9HNHhUREZvVVROWU56azVXRVZ0VEd0M1FXcHVjM1l6VEFvMlIyUXhjR1pKWlhCTlozWTVLMDR4TkVWbE9XTnFjbTlVV0hadFNFd3plWGxSU2xScGJXMHJLM3B3VkRBcloyUktlVk5PYVRGQ1ZIRTRkV3RpTXk5dkNuVnZOR2t6ZWpKaWQxSm1iMk5pZEVJM2MxZG1iRXRZWkcxU1l5dFlaRVZYTUdoR1NEbEZPV2RTVDIxNWVFRm5Reko1UW5oaGVrVkRaMWxGUVRCRFFua0tVall3WTFsNlRUZEVXbGgzVFZaUWJFdFhZM1JrWW1ONWF6Sm5NbnBFYUVFMk1HeExkVkpzVlVKdVRGQlRTWFZDYlVOSmRUWXJibkZNTjNSb2JEWXhlQXB2TmpSalFYZFNVMncxY1RJNWR5dHBZek5FZWxsdU0zcFpaR05pSzBac2EwNHlPREZaY1hGTllWVlhlVkJPTjJnM1YwNXFRV2xXVTIxbmFURTNRMGhoQ25JNFJuWnhNbE5oZHpKd1dXODJOWHB6Vm5CNVltWlhaVzFSU2xoVVJuQnVZWEV2WTBwelJVTm5XVUZGUWk5VlZuWTFjMHd3UVhwa1NtTkdWMjlPVTBzS01VOXJSR2RWYzFORFVEVlNaVFpMYlZZd2RrczNRa3RzYWpSRlpUaEdPVGxYWjFGT1FrMWhkMVpTVlRkU05HcEJabGhqYUdOUk5YZEJhVWwwWVhGMWNnbzNXRmwwWVhjemNXaFdjbGQ0WVVZMVFVa3pSMUl4Tm10Rk5XZ3JjVGxVZGtaWGNGTkVNa2RPVEZSTGMyVXhhbkpFUkRsbk4yc3JUVkZZUXpGa2N6ZEZDbFZpWVNzeGJtNTZjMWRPZGtsQ1QzTldRMmxaWjFGTFFtZEZjSE5RT1VaSWIzTTBTMUpOVTJZMlEzTk1ZaTlsTVUxSWJGZHJRbmhNSzAxU1owaFVOMFlLYWpWWVR6WTRMeXRuUVdKV09DOXdPWGh5SzFCbWNrZG5NVTAwVkU1SU5uVlNUa0ZFV0V4R1ptNXhkVTFEVEVFeFNrdE5SVzVQU2xGMFIzcEVUVzFZY3dwUE1pOVVkM0V2YlZBd01IRXJhV3RWUlVKU01WZHBkRUZyUTFWdVIyWmpaRTlhZUZaT2F6VkpiV1psTVRaNVRIaFVPV1p2U3psV1ZrVXZhREp1TWtvd0NrUnJjRUpCYjBkQlVsZHBPVGx1VldKb2RGTkNOV3hhZEZCVGVERjVZMDgwYjJVMFNGWmlURGhDTm5WT1V6Wk9TamhVV2tWTE9UTkViMnRzWVhWVE1tTUtVekpyYTFRd1RrMXJXa3RyZW5weGJFcGpaVkZhZGxOUlRVTmlhRlp1VFVwckszUmtVWGhSWWxoQlpGWkhRV3B4TjFjNFZqUTRhVFZWYlVocVIwbFpOQXBIVWxCTFVuZE1aMjFCVUd0bVduSjRTaXM0YzJaWmJqVmxSemhxWjAxblVUVjVOVTgzVFN0NVdqVnNZbEZvVDJadWN6QTlDaTB0TFMwdFJVNUVJRkpUUVNCUVVrbFdRVlJGSUV0RldTMHRMUzB0Q2c9PQo=","other-connectivity-list":{"connectivity-records":[]}}

2021-08-07 13:50:02,596 INFO 36:cloud_region_create.py(1) - *Check if cloud region exists *
2021-08-07 13:50:02,597 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,597 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:50:02,597 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:50:02,598 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:02,644 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 404 288
2021-08-07 13:50:02,645 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 404
2021-08-07 13:50:02,645 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}}
2021-08-07 13:50:02,646 ERROR 157:onap_service.py(1) - [AAI][get cloud regions] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,646 ERROR 233:onap_service.py(1) - [AAI][get cloud regions] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions","Node Not Found:No Node of type cloud-region found at: cloud-infrastructure/cloud-regions","ERR.5.4.6114"]}}}.
2021-08-07 13:50:02,652 DEBUG 129:onap_service.py(1) - [AAI][Create cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,653 DEBUG 131:onap_service.py(1) - [AAI][Create cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion
2021-08-07 13:50:02,653 DEBUG 132:onap_service.py(1) - [AAI][Create cloud region] data sent: {
    "cloud-owner": "basicnf-owner",
    "cloud-region-id": "k8sregion",
    "orchestration-disabled": "False",
    "in-maint": "False",
    "cloud-type": "k8s",
    "owner-defined-type": "t1",
    "cloud-region-version": "1.0",
    "identity-url": "",
    "cloud-zone": "",
    "complex-name": "lannion",
    "sriov-automation": "",
    "cloud-extra-info": "",
    "upgrade-cycle": "",
    "resource-version": ""
}
2021-08-07 13:50:02,654 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:02,717 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion HTTP/1.1" 201 0
2021-08-07 13:50:02,718 INFO 142:onap_service.py(1) - [AAI][Create cloud region] response code: 201
2021-08-07 13:50:02,719 DEBUG 146:onap_service.py(1) - [AAI][Create cloud region] response: 
2021-08-07 13:50:02,722 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,722 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:50:02,722 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:50:02,724 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:02,776 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 359
2021-08-07 13:50:02,777 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:50:02,777 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344202682"}]}
2021-08-07 13:50:02,802 DEBUG 129:onap_service.py(1) - [AAI][Add external system info to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,803 DEBUG 131:onap_service.py(1) - [AAI][Add external system info to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/esr-system-info-list/esr-system-info/895a7823-84bb-4bdb-859e-50d840cff2cf
2021-08-07 13:50:02,803 DEBUG 132:onap_service.py(1) - [AAI][Add external system info to cloud region] data sent: {
    "esr-system-info-id": "895a7823-84bb-4bdb-859e-50d840cff2cf",
    "user-name": "onap-wro",
    "password": "wro-onap",
    "system-type": "VIM"
    
    
    
    
    
        , "service-url": "http://wg-cloud.onap.dyn.nesc.nokia.net:5000"
    
    
    
    
        , "ssl-insecure": false
    
    
    
    
        , "cloud-domain": "Default"
    
    
        , "default-tenant": "onap-wro"
    
    
    
    
        , "system-status": "active"
    
    
}
2021-08-07 13:50:02,804 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:02,877 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/esr-system-info-list/esr-system-info/895a7823-84bb-4bdb-859e-50d840cff2cf HTTP/1.1" 201 0
2021-08-07 13:50:02,878 INFO 142:onap_service.py(1) - [AAI][Add external system info to cloud region] response code: 201
2021-08-07 13:50:02,878 DEBUG 146:onap_service.py(1) - [AAI][Add external system info to cloud region] response: 
2021-08-07 13:50:02,881 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,881 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:50:02,881 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:50:02,882 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:02,917 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 404 452
2021-08-07 13:50:02,918 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 404
2021-08-07 13:50:02,918 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}}
2021-08-07 13:50:02,918 ERROR 157:onap_service.py(1) - [AAI][get tenants] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,918 ERROR 233:onap_service.py(1) - [AAI][get tenants] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","Node Not Found:No Node of type tenant found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","ERR.5.4.6114"]}}}.
2021-08-07 13:50:02,918 WARNING 86:register_cloud.py(1) - Impossible to retrieve the Specificed Tenant
2021-08-07 13:50:02,918 DEBUG 87:register_cloud.py(1) - If no multicloud selected, add the tenant, reraise otherwise
2021-08-07 13:50:02,921 DEBUG 129:onap_service.py(1) - [AAI][add tenant to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,921 DEBUG 131:onap_service.py(1) - [AAI][add tenant to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:50:02,921 DEBUG 132:onap_service.py(1) - [AAI][add tenant to cloud region] data sent: {
    "tenant-id": "f41abc47519441359fc94897110fa224",
    "tenant-name": "onap-wro",
    "tenant-context": "None"
}
2021-08-07 13:50:02,923 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:02,992 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 201 0
2021-08-07 13:50:02,992 INFO 142:onap_service.py(1) - [AAI][add tenant to cloud region] response code: 201
2021-08-07 13:50:02,993 DEBUG 146:onap_service.py(1) - [AAI][add tenant to cloud region] response: 
2021-08-07 13:50:02,995 DEBUG 129:onap_service.py(1) - [AAI][get availability_zones] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:02,995 DEBUG 131:onap_service.py(1) - [AAI][get availability_zones] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone
2021-08-07 13:50:02,995 DEBUG 132:onap_service.py(1) - [AAI][get availability_zones] data sent: None
2021-08-07 13:50:02,996 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,034 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone HTTP/1.1" 404 493
2021-08-07 13:50:03,035 INFO 142:onap_service.py(1) - [AAI][get availability_zones] response code: 404
2021-08-07 13:50:03,035 DEBUG 146:onap_service.py(1) - [AAI][get availability_zones] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","ERR.5.4.6114"]}}}
2021-08-07 13:50:03,035 ERROR 157:onap_service.py(1) - [AAI][get availability_zones] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,035 ERROR 233:onap_service.py(1) - [AAI][get availability_zones] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","Node Not Found:No Node of type availability-zone found at: cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","ERR.5.4.6114"]}}}.
2021-08-07 13:50:03,039 DEBUG 129:onap_service.py(1) - [AAI][Add availability zone to cloud region] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,039 DEBUG 131:onap_service.py(1) - [AAI][Add availability zone to cloud region] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone
2021-08-07 13:50:03,039 DEBUG 132:onap_service.py(1) - [AAI][Add availability zone to cloud region] data sent: {
    "availability-zone-name": "basicnf-availability-zone",
    "hypervisor-type": "nova"
    
}
2021-08-07 13:50:03,040 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,104 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone HTTP/1.1" 201 0
2021-08-07 13:50:03,104 INFO 142:onap_service.py(1) - [AAI][Add availability zone to cloud region] response code: 201
2021-08-07 13:50:03,105 DEBUG 146:onap_service.py(1) - [AAI][Add availability zone to cloud region] response: 
2021-08-07 13:50:03,114 DEBUG 129:onap_service.py(1) - [AAI][create complex] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,114 DEBUG 131:onap_service.py(1) - [AAI][create complex] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/complexes/complex/lannion
2021-08-07 13:50:03,114 DEBUG 132:onap_service.py(1) - [AAI][create complex] data sent: {
    "physical-location-id": "lannion",
    "data-center-code": "1234-5",
    "complex-name": "lannion",
    "identity-url": "",
    "resource-version": "",
    "physical-location-type": "",
    "street1": "",
    "street2": "",
    "city": "",
    "state": "",
    "postal-code": "",
    "country": "",
    "region": "",
    "latitude": "",
    "longitude": "",
    "elevation": "",
    "lata": ""
}
2021-08-07 13:50:03,115 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,162 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/complexes/complex/lannion HTTP/1.1" 412 319
2021-08-07 13:50:03,162 INFO 142:onap_service.py(1) - [AAI][create complex] response code: 412
2021-08-07 13:50:03,163 DEBUG 146:onap_service.py(1) - [AAI][create complex] response: {"requestError":{"serviceException":{"messageId":"SVC3000","text":"Invalid input performing %1 on %2 (msg=%3) (ec=%4)","variables":["PUT","cloud-infrastructure/complexes/complex/lannion","Precondition Required:resource-version not passed for update of /cloud-infrastructure/complexes/complex/lannion","ERR.5.4.6130"]}}}
2021-08-07 13:50:03,163 ERROR 157:onap_service.py(1) - [AAI][create complex] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,163 WARNING 37:complex_create.py(1) - Try to update the complex failed.
2021-08-07 13:50:03,168 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,168 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:50:03,169 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:50:03,170 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,217 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 359
2021-08-07 13:50:03,218 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:50:03,218 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344202682"}]}
2021-08-07 13:50:03,225 DEBUG 129:onap_service.py(1) - [AAI][add relationship to CloudRegion] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,226 DEBUG 131:onap_service.py(1) - [AAI][add relationship to CloudRegion] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/relationship-list/relationship
2021-08-07 13:50:03,226 DEBUG 132:onap_service.py(1) - [AAI][add relationship to CloudRegion] data sent: {
    "related-to": "complex",
    "related-link": "aai/v13/cloud-infrastructure/complexes/complex/lannion",
    
        "relationship-label": "org.onap.relationships.inventory.LocatedIn",
    
    
    "relationship-data": {"relationship-key": "complex.physical-location-id", "relationship-value": "lannion"}
}
2021-08-07 13:50:03,227 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,379 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/relationship-list/relationship HTTP/1.1" 200 0
2021-08-07 13:50:03,380 INFO 142:onap_service.py(1) - [AAI][add relationship to CloudRegion] response code: 200
2021-08-07 13:50:03,380 DEBUG 146:onap_service.py(1) - [AAI][add relationship to CloudRegion] response: 
2021-08-07 13:50:03,390 DEBUG 129:onap_service.py(1) - [AAI][declare customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,390 DEBUG 131:onap_service.py(1) - [AAI][declare customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:50:03,390 DEBUG 132:onap_service.py(1) - [AAI][declare customer] data sent: {
    "global-customer-id": "basicnf-customer",
    "subscriber-name": "basicnf-customer",
    "subscriber-type": "INFRA"
}
2021-08-07 13:50:03,391 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,445 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 201 0
2021-08-07 13:50:03,446 INFO 142:onap_service.py(1) - [AAI][declare customer] response code: 201
2021-08-07 13:50:03,446 DEBUG 146:onap_service.py(1) - [AAI][declare customer] response: 
2021-08-07 13:50:03,448 DEBUG 129:onap_service.py(1) - [AAI][get created customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,448 DEBUG 131:onap_service.py(1) - [AAI][get created customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:50:03,448 DEBUG 132:onap_service.py(1) - [AAI][get created customer] data sent: None
2021-08-07 13:50:03,450 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,487 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139
2021-08-07 13:50:03,488 INFO 142:onap_service.py(1) - [AAI][get created customer] response code: 200
2021-08-07 13:50:03,489 DEBUG 146:onap_service.py(1) - [AAI][get created customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628344203419"}
2021-08-07 13:50:03,491 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,491 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:50:03,491 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None
2021-08-07 13:50:03,493 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,534 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139
2021-08-07 13:50:03,536 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200
2021-08-07 13:50:03,536 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628344203419"}
2021-08-07 13:50:03,539 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,540 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf
2021-08-07 13:50:03,540 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None
2021-08-07 13:50:03,542 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:03,588 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 404 360
2021-08-07 13:50:03,589 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 404
2021-08-07 13:50:03,589 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnf-customer/service-subscriptions","ERR.5.4.6114"]}}}
2021-08-07 13:50:03,589 ERROR 157:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:03,589 ERROR 233:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] request failed: Code: 404. Info: {"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnf-customer/service-subscriptions","Node Not Found:No Node of type service-subscription found at: business/customers/customer/basicnf-customer/service-subscriptions","ERR.5.4.6114"]}}}.
2021-08-07 13:50:03,589 INFO 561:customer.py(1) - Create service subscription for basicnf-customer customer
2021-08-07 13:50:03,592 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:50:03,592 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:50:03,592 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:03,592 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:50:03,592 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:50:03,594 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:50:04,167 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:50:04,169 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:50:04,169 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:50:04,171 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:50:04,171 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:04,171 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:04,171 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:04,171 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:50:04,172 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:04,172 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:04,172 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:04,172 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:50:04,172 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:04,172 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:04,173 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:04,173 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:50:04,173 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:04,173 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:04,173 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:04,173 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:50:04,173 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:50:04,174 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:50:04,174 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:04,174 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:50:04,174 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:50:04,176 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:50:05,075 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:50:05,078 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:50:05,080 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:50:05,087 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:50:05,088 DEBUG 129:onap_service.py(1) - [AAI][Create service subscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,088 DEBUG 131:onap_service.py(1) - [AAI][Create service subscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf
2021-08-07 13:50:05,088 DEBUG 132:onap_service.py(1) - [AAI][Create service subscription] data sent: {
    "service-id": "1971946d-f1b4-460b-9a32-ad22b1117ff7"
}
2021-08-07 13:50:05,090 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,149 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf HTTP/1.1" 201 0
2021-08-07 13:50:05,150 INFO 142:onap_service.py(1) - [AAI][Create service subscription] response code: 201
2021-08-07 13:50:05,150 DEBUG 146:onap_service.py(1) - [AAI][Create service subscription] response: 
2021-08-07 13:50:05,152 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,152 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf
2021-08-07 13:50:05,152 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None
2021-08-07 13:50:05,154 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,193 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 90
2021-08-07 13:50:05,194 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200
2021-08-07 13:50:05,194 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628344205118"}]}
2021-08-07 13:50:05,196 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,197 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:50:05,197 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None
2021-08-07 13:50:05,198 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,237 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139
2021-08-07 13:50:05,237 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200
2021-08-07 13:50:05,238 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628344203419"}
2021-08-07 13:50:05,240 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,240 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf
2021-08-07 13:50:05,240 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None
2021-08-07 13:50:05,241 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,283 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 90
2021-08-07 13:50:05,284 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200
2021-08-07 13:50:05,284 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628344205118"}]}
2021-08-07 13:50:05,286 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,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=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:50:05,287 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:50:05,288 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,337 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667
2021-08-07 13:50:05,338 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:50:05,338 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344203296","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]}
2021-08-07 13:50:05,340 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,340 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:50:05,340 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:50:05,342 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,378 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 132
2021-08-07 13:50:05,379 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200
2021-08-07 13:50:05,379 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628344202953"}
2021-08-07 13:50:05,388 DEBUG 129:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,388 DEBUG 131:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list/relationship
2021-08-07 13:50:05,388 DEBUG 132:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] data sent: {
    "related-to": "tenant",
    "related-link": "https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224?resource-version=1628344202953",
    
    
        "related-to-property": [{"property-key": "tenant.tenant-name", "property-value": "onap-wro"}],
    
    "relationship-data": [{"relationship-key": "cloud-region.cloud-owner", "relationship-value": "basicnf-owner"}, {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "k8sregion"}, {"relationship-key": "tenant.tenant-id", "relationship-value": "f41abc47519441359fc94897110fa224"}]
}
2021-08-07 13:50:05,390 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,491 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list/relationship HTTP/1.1" 200 0
2021-08-07 13:50:05,492 INFO 142:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response code: 200
2021-08-07 13:50:05,492 DEBUG 146:onap_service.py(1) - [AAI][add relationship to ServiceSubscription] response: 
2021-08-07 13:50:05,496 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,496 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:50:05,496 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None
2021-08-07 13:50:05,498 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,537 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139
2021-08-07 13:50:05,538 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200
2021-08-07 13:50:05,538 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628344203419"}
2021-08-07 13:50:05,540 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,541 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:50:05,541 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:50:05,542 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,590 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667
2021-08-07 13:50:05,591 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:50:05,592 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344203296","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]}
2021-08-07 13:50:05,594 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,594 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:50:05,594 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:50:05,596 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,639 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597
2021-08-07 13:50:05,640 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200
2021-08-07 13:50:05,640 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628344205418","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}}
2021-08-07 13:50:05,642 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entities] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,642 DEBUG 131:onap_service.py(1) - [AAI][Get A&AI owning entities] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/owning-entities
2021-08-07 13:50:05,643 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entities] data sent: None
2021-08-07 13:50:05,644 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,695 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities HTTP/1.1" 200 1314
2021-08-07 13:50:05,696 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entities] response code: 200
2021-08-07 13:50:05,697 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entities] response: {"owning-entity":[{"owning-entity-id":"843e9314-0b84-4ea8-86cf-b0bc13ab4fb9","owning-entity-name":"basicvm-oe","resource-version":"1628343948053"},{"owning-entity-id":"07b59c4a-d831-4827-bbf0-6a02bf060ec1","owning-entity-name":"OE-ETE_Customer-07b59c4a-d831-4827-bbf0-6a02bf060ec1","resource-version":"1628342571670","relationship-list":{"relationship":[{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/business/customers/customer/ETE_Customer_a4332dc7-b0e3-4956-9068-13c19b681cf5/service-subscriptions/service-subscription/pNF/service-instances/service-instance/fdd697ca-258c-47ce-8bfa-66e1bdd8f65f","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"ETE_Customer_a4332dc7-b0e3-4956-9068-13c19b681cf5"},{"relationship-key":"service-subscription.service-type","relationship-value":"pNF"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"fdd697ca-258c-47ce-8bfa-66e1bdd8f65f"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"Service_Ete_Namea4332dc7-b0e3-4956-9068-13c19b681cf5"}]}]}},{"owning-entity-id":"4cf60b6b-6edc-4359-86ee-123c59fcb8e5","owning-entity-name":"basicnw-oe","resource-version":"1628343451608"}]}
2021-08-07 13:50:05,700 INFO 198:service_ala_carte.py(1) - Owning entity not found, create it
2021-08-07 13:50:05,704 DEBUG 129:onap_service.py(1) - [AAI][Declare A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,704 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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4
2021-08-07 13:50:05,704 DEBUG 132:onap_service.py(1) - [AAI][Declare A&AI owning entity] data sent: {
    "owning-entity-name": "basicnf_owning_entity",
    "owning-entity-id": "da1d0da3-1a78-445f-9632-8ddb2f3e39e4"
}
2021-08-07 13:50:05,706 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,767 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "PUT /aai/v20/business/owning-entities/owning-entity/da1d0da3-1a78-445f-9632-8ddb2f3e39e4 HTTP/1.1" 201 0
2021-08-07 13:50:05,768 INFO 142:onap_service.py(1) - [AAI][Declare A&AI owning entity] response code: 201
2021-08-07 13:50:05,768 DEBUG 146:onap_service.py(1) - [AAI][Declare A&AI owning entity] response: 
2021-08-07 13:50:05,771 DEBUG 129:onap_service.py(1) - [AAI][Get A&AI owning entity] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:50:05,771 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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4
2021-08-07 13:50:05,771 DEBUG 132:onap_service.py(1) - [AAI][Get A&AI owning entity] data sent: None
2021-08-07 13:50:05,772 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:50:05,812 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/owning-entities/owning-entity/da1d0da3-1a78-445f-9632-8ddb2f3e39e4 HTTP/1.1" 200 139
2021-08-07 13:50:05,813 INFO 142:onap_service.py(1) - [AAI][Get A&AI owning entity] response code: 200
2021-08-07 13:50:05,813 DEBUG 146:onap_service.py(1) - [AAI][Get A&AI owning entity] response: {"owning-entity-id":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4","owning-entity-name":"basicnf_owning_entity","resource-version":"1628344205735"}
2021-08-07 13:50:05,818 DEBUG 129:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json'}
2021-08-07 13:50:05,818 DEBUG 131:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] url used: https://vid.api.simpledemo.onap.org:30200/vid/maintenance/category_parameter/project
2021-08-07 13:50:05,818 DEBUG 132:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] data sent: {
    "options": ["basicnf_project"]
}
2021-08-07 13:50:05,820 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): vid.api.simpledemo.onap.org:30200
2021-08-07 13:50:05,975 DEBUG 433:connectionpool.py(1) - https://vid.api.simpledemo.onap.org:30200 "POST /vid/maintenance/category_parameter/project HTTP/1.1" 200 13
2021-08-07 13:50:05,976 INFO 142:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response code: 200
2021-08-07 13:50:05,977 DEBUG 146:onap_service.py(1) - [None][Declare VID resource with basicnf_project name] response: {"errors":[]}
2021-08-07 13:50:05,979 INFO 203:service_ala_carte.py(1) - ******** Check Service Distribution *******
2021-08-07 13:50:05,979 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:50:05,979 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:50:05,979 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:05,979 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:50:05,979 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:50:05,981 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:50:06,534 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:50:06,535 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:50:06,535 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:50:06,537 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:50:06,537 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:06,537 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:06,537 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:06,537 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:50:06,538 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:06,538 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:06,538 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:06,538 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:50:06,538 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:06,538 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:06,538 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:06,538 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:50:06,538 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:50:06,538 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:50:06,538 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:50:06,539 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:50:06,539 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:50:06,539 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:50:06,539 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:06,539 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:50:06,539 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:50:06,541 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:50:07,246 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:50:07,248 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:50:07,250 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:50:07,255 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:50:07,255 DEBUG 129:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:07,255 DEBUG 131:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/distribution
2021-08-07 13:50:07,255 DEBUG 132:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] data sent: None
2021-08-07 13:50:07,257 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:50:07,327 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/distribution HTTP/1.1" 200 205
2021-08-07 13:50:07,328 INFO 142:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response code: 200
2021-08-07 13:50:07,329 DEBUG 146:onap_service.py(1) - [SDC][Get Metadata for basic_cnf] response: {"distributionStatusOfServiceList":[{"distributionID":"9a8999a1-470c-4a28-aad5-b1f38237af15","timestamp":"2021-08-07 13:49:59.386 UTC","userId":"Carlos Santana(cs0008)","deployementStatus":"Distributed"}]}
2021-08-07 13:50:07,331 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:50:07,331 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/9a8999a1-470c-4a28-aad5-b1f38237af15
2021-08-07 13:50:07,331 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None
2021-08-07 13:50:07,333 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:50:07,395 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/9a8999a1-470c-4a28-aad5-b1f38237af15 HTTP/1.1" 200 29
2021-08-07 13:50:07,396 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200
2021-08-07 13:50:07,397 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]}
2021-08-07 13:50:07,399 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = []
2021-08-07 13:50:07,399 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s
2021-08-07 13:51:07,462 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:51:07,464 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/9a8999a1-470c-4a28-aad5-b1f38237af15
2021-08-07 13:51:07,464 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None
2021-08-07 13:51:07,468 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:51:07,577 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/9a8999a1-470c-4a28-aad5-b1f38237af15 HTTP/1.1" 200 29
2021-08-07 13:51:07,579 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200
2021-08-07 13:51:07,580 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[]}
2021-08-07 13:51:07,582 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = []
2021-08-07 13:51:07,583 INFO 214:service_ala_carte.py(1) - Service Distribution for basic_cnf ongoing, Wait for 60 s
2021-08-07 13:52:07,646 DEBUG 129:onap_service.py(1) - [SDC][Check distribution for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:07,647 DEBUG 131:onap_service.py(1) - [SDC][Check distribution for basic_cnf] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/catalog/services/distribution/9a8999a1-470c-4a28-aad5-b1f38237af15
2021-08-07 13:52:07,647 DEBUG 132:onap_service.py(1) - [SDC][Check distribution for basic_cnf] data sent: None
2021-08-07 13:52:07,652 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:52:07,821 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/catalog/services/distribution/9a8999a1-470c-4a28-aad5-b1f38237af15 HTTP/1.1" 200 None
2021-08-07 13:52:07,822 INFO 142:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response code: 200
2021-08-07 13:52:07,823 DEBUG 146:onap_service.py(1) - [SDC][Check distribution for basic_cnf] response: {"distributionStatusList":[{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344221708","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344226020","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344219701","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344211076","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344213416","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344229782","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344217694","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"DEPLOY_ERROR","errorReason":"The artifact has not been used by the modules defined in the resource"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344209527","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344214420","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344209697","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344212339","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344220704","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344215106","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344212000","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344216599","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"ves-openapi-manager","timestamp":"1628344206284","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344222712","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344208510","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344218405","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344219411","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344213515","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344218697","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"DEPLOY_ERROR","errorReason":"The artifact has not been used by the modules defined in the resource"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"aai-ml","timestamp":"1628344216037","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344208509","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344216727","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344226648","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"cds","timestamp":"1628344194760","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"sdc-COpenSource-Env11-sdnc-dockero","timestamp":"1628344228778","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"DEPLOY_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344208512","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"clamp","timestamp":"1628344217664","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"dcae-sch","timestamp":"1628344206215","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344220414","url":"","status":"COMPONENT_DONE_OK","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"policy-id","timestamp":"1628344208401","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"NOT_NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344196960","url":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","status":"NOTIFIED","errorReason":"null"},{"omfComponentID":"SO-COpenSource-Env11","timestamp":"1628344210833","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","status":"DOWNLOAD_OK","errorReason":"null"},{"omfComponentID":"multicloud-k8s-id","timestamp":"1628344192837","url":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","status":"NOTIFIED","errorReason":"null"}]}
2021-08-07 13:52:07,825 DEBUG 631:service.py(1) - [SDC][Get Distribution] distrib_list = [{'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344221708', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344226020', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344219701', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344211076', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344213416', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344229782', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344217694', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'DEPLOY_ERROR', 'errorReason': 'The artifact has not been used by the modules defined in the resource'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344209527', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344214420', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344209697', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344212339', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344220704', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344215106', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344212000', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344216599', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'ves-openapi-manager', 'timestamp': '1628344206284', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344222712', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344208510', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344218405', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344219411', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344213515', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344218697', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'DEPLOY_ERROR', 'errorReason': 'The artifact has not been used by the modules defined in the resource'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'aai-ml', 'timestamp': '1628344216037', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344208509', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344216727', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344226648', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'cds', 'timestamp': '1628344194760', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'sdc-COpenSource-Env11-sdnc-dockero', 'timestamp': '1628344228778', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'DEPLOY_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344208512', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'clamp', 'timestamp': '1628344217664', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'dcae-sch', 'timestamp': '1628344206215', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344220414', 'url': '', 'status': 'COMPONENT_DONE_OK', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'policy-id', 'timestamp': '1628344208401', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'NOT_NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344196960', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar', 'status': 'NOTIFIED', 'errorReason': 'null'}, {'omfComponentID': 'SO-COpenSource-Env11', 'timestamp': '1628344210833', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env', 'status': 'DOWNLOAD_OK', 'errorReason': 'null'}, {'omfComponentID': 'multicloud-k8s-id', 'timestamp': '1628344192837', 'url': '/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json', 'status': 'NOTIFIED', 'errorReason': 'null'}]
2021-08-07 13:52:07,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in aai
2021-08-07 13:52:07,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO
2021-08-07 13:52:07,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO
2021-08-07 13:52:07,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO
2021-08-07 13:52:07,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO
2021-08-07 13:52:07,827 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO
2021-08-07 13:52:07,828 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in sdnc
2021-08-07 13:52:07,828 INFO 644:service.py(1) - [SDC][Get Distribution] Service distributed in SO
2021-08-07 13:52:07,828 INFO 210:service_ala_carte.py(1) - Service Distribution for basic_cnf is sucessfully finished
2021-08-07 13:52:07,839 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ac6e1bfd-e808-438d-ac10-48876778b1ba', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:07,839 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances
2021-08-07 13:52:07,840 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] data sent: {
	"requestDetails": {
		"requestInfo": {
			"instanceName": "basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352",
			"source": "VID",
			"suppressRollback": false,
			"requestorId": "demo"
		},
		"modelInfo": {
			"modelType": "service",
			"modelInvariantId": "1971946d-f1b4-460b-9a32-ad22b1117ff7",
			"modelVersionId": "dfdde6d4-779b-43a2-a943-49b16483441f",
			"modelName": "basic_cnf",
			"modelVersion": "1.0"
		},
        "cloudConfiguration": {
            "tenantId": "f41abc47519441359fc94897110fa224",
            "cloudOwner": "basicnf-owner",
            "lcpCloudRegionId": "k8sregion"
        },
		"requestParameters": {
			"userParams": [
                
			],
			"testApi": "GR_API",
			"subscriptionServiceType": "basic_cnf",
			"aLaCarte": true
		},
		"subscriberInfo": {
			"globalSubscriberId": "basicnf-customer"
		},
		"project": {
			"projectName": "basicnf_project"
		},
		"owningEntity": {
			"owningEntityId": "da1d0da3-1a78-445f-9632-8ddb2f3e39e4",
			"owningEntityName": "basicnf_owning_entity"
		}
	}
}
2021-08-07 13:52:07,841 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:09,452 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances HTTP/1.1" 202 262
2021-08-07 13:52:09,453 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response code: 202
2021-08-07 13:52:09,453 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service a'la carte] response: {"requestReferences":{"requestId":"ac6e1bfd-e808-438d-ac10-48876778b1ba","instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba"}}
2021-08-07 13:52:09,454 DEBUG 79:mixins.py(1) - Wait until ServiceInstantiation task is not finished
2021-08-07 13:52:09,475 DEBUG 129:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '3152c04e-c6b6-415c-8e84-8045fdf1cb5a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:09,475 DEBUG 131:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba
2021-08-07 13:52:09,475 DEBUG 132:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] data sent: None
2021-08-07 13:52:09,478 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:09,670 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba HTTP/1.1" 200 1341
2021-08-07 13:52:09,673 INFO 142:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response code: 200
2021-08-07 13:52:09,673 DEBUG 146:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response: {"request":{"requestId":"ac6e1bfd-e808-438d-ac10-48876778b1ba","startTime":"Sat, 07 Aug 2021 13:52:08 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sat, 07 Aug 2021 13:52:08 GMT"}}}
2021-08-07 13:52:19,684 DEBUG 129:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'af1519d4-bd8f-4c99-aa31-37782a2b9eef', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:19,685 DEBUG 131:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba
2021-08-07 13:52:19,685 DEBUG 132:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] data sent: None
2021-08-07 13:52:19,687 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:19,880 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba HTTP/1.1" 200 1551
2021-08-07 13:52:19,882 INFO 142:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response code: 200
2021-08-07 13:52:19,882 DEBUG 146:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response: {"request":{"requestId":"ac6e1bfd-e808-438d-ac10-48876778b1ba","startTime":"Sat, 07 Aug 2021 13:52:08 GMT","finishTime":"Sat, 07 Aug 2021 13:52:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:12 GMT"}}}
2021-08-07 13:52:19,882 INFO 56:mixins.py(7) - ServiceInstantiation task finished
2021-08-07 13:52:19,883 DEBUG 129:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2f3c3e34-f694-46e9-841a-8c80be78c8eb', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:19,883 DEBUG 131:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba
2021-08-07 13:52:19,883 DEBUG 132:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] data sent: None
2021-08-07 13:52:19,884 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:20,055 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba HTTP/1.1" 200 1551
2021-08-07 13:52:20,056 INFO 142:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response code: 200
2021-08-07 13:52:20,056 DEBUG 146:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response: {"request":{"requestId":"ac6e1bfd-e808-438d-ac10-48876778b1ba","startTime":"Sat, 07 Aug 2021 13:52:08 GMT","finishTime":"Sat, 07 Aug 2021 13:52:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:12 GMT"}}}
2021-08-07 13:52:20,057 DEBUG 129:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'd5a5a61e-d7ca-44b8-b083-ffce594abd99', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:20,057 DEBUG 131:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba
2021-08-07 13:52:20,057 DEBUG 132:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] data sent: None
2021-08-07 13:52:20,059 DEBUG 226:connectionpool.py(7) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:20,266 DEBUG 433:connectionpool.py(7) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba HTTP/1.1" 200 1551
2021-08-07 13:52:20,267 INFO 142:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response code: 200
2021-08-07 13:52:20,268 DEBUG 146:onap_service.py(7) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response: {"request":{"requestId":"ac6e1bfd-e808-438d-ac10-48876778b1ba","startTime":"Sat, 07 Aug 2021 13:52:08 GMT","finishTime":"Sat, 07 Aug 2021 13:52:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:12 GMT"}}}
2021-08-07 13:52:20,275 DEBUG 129:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '154955bc-841b-442a-b368-e79506b8c224', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:20,275 DEBUG 131:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba
2021-08-07 13:52:20,276 DEBUG 132:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] data sent: None
2021-08-07 13:52:20,278 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:20,470 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba HTTP/1.1" 200 1551
2021-08-07 13:52:20,471 INFO 142:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response code: 200
2021-08-07 13:52:20,472 DEBUG 146:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response: {"request":{"requestId":"ac6e1bfd-e808-438d-ac10-48876778b1ba","startTime":"Sat, 07 Aug 2021 13:52:08 GMT","finishTime":"Sat, 07 Aug 2021 13:52:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:12 GMT"}}}
2021-08-07 13:52:20,472 DEBUG 129:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c804a9ef-2269-4ca4-a123-beea1627f1aa', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:20,473 DEBUG 131:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba
2021-08-07 13:52:20,473 DEBUG 132:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] data sent: None
2021-08-07 13:52:20,474 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:20,639 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/ac6e1bfd-e808-438d-ac10-48876778b1ba HTTP/1.1" 200 1551
2021-08-07 13:52:20,641 INFO 142:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response code: 200
2021-08-07 13:52:20,641 DEBUG 146:onap_service.py(1) - [None][Check ac6e1bfd-e808-438d-ac10-48876778b1ba orchestration request status] response: {"request":{"requestId":"ac6e1bfd-e808-438d-ac10-48876778b1ba","startTime":"Sat, 07 Aug 2021 13:52:08 GMT","finishTime":"Sat, 07 Aug 2021 13:52:12 GMT","requestScope":"service","requestType":"createInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"demo"},"subscriberInfo":{"globalSubscriberId":"basicnf-customer"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"subscriptionServiceType":"basic_cnf","aLaCarte":true,"testApi":"GR_API"},"project":{"projectName":"basicnf_project"},"owningEntity":{"owningEntityId":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4","owningEntityName":"basicnf_owning_entity"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:12 GMT"}}}
2021-08-07 13:52:20,642 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:20,642 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf
2021-08-07 13:52:20,642 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None
2021-08-07 13:52:20,643 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:20,691 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738
2021-08-07 13:52:20,692 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200
2021-08-07 13:52:20,692 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628344205418","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]}
2021-08-07 13:52:20,695 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:20,695 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352
2021-08-07 13:52:20,696 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] data sent: None
2021-08-07 13:52:20,697 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:20,748 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 HTTP/1.1" 200 1191
2021-08-07 13:52:20,749 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response code: 200
2021-08-07 13:52:20,749 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response: {"service-instance":[{"service-instance-id":"0dd59d7f-5d49-4fa5-b993-da64330758f9","service-instance-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","model-version-id":"dfdde6d4-779b-43a2-a943-49b16483441f","resource-version":"1628344331886","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]}
2021-08-07 13:52:20,752 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:20,752 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:52:20,752 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None
2021-08-07 13:52:20,753 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:20,790 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139
2021-08-07 13:52:20,791 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200
2021-08-07 13:52:20,792 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628344203419"}
2021-08-07 13:52:20,793 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:20,794 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf
2021-08-07 13:52:20,794 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None
2021-08-07 13:52:20,795 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:20,842 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738
2021-08-07 13:52:20,842 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200
2021-08-07 13:52:20,843 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628344205418","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]}
2021-08-07 13:52:20,845 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:20,845 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352
2021-08-07 13:52:20,845 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] data sent: None
2021-08-07 13:52:20,847 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:20,896 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 HTTP/1.1" 200 1191
2021-08-07 13:52:20,898 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response code: 200
2021-08-07 13:52:20,898 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response: {"service-instance":[{"service-instance-id":"0dd59d7f-5d49-4fa5-b993-da64330758f9","service-instance-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","model-version-id":"dfdde6d4-779b-43a2-a943-49b16483441f","resource-version":"1628344331886","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]}
2021-08-07 13:52:20,900 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:20,900 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:52:20,900 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:52:20,902 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:20,950 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667
2021-08-07 13:52:20,951 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:52:20,951 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344203296","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]}
2021-08-07 13:52:20,953 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:20,953 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:52:20,953 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:52:20,955 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:20,997 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597
2021-08-07 13:52:20,998 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200
2021-08-07 13:52:20,998 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628344205418","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}}
2021-08-07 13:52:21,000 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:52:21,000 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:52:21,000 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:21,001 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:52:21,001 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:52:21,002 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:21,609 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:52:21,610 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:52:21,610 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:52:21,613 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:52:21,613 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:21,613 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:21,613 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:21,613 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:52:21,613 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:21,613 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:21,613 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:21,614 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:52:21,614 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:21,614 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:21,614 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:21,614 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:52:21,614 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:21,614 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:21,614 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:21,615 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:52:21,615 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:52:21,615 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:52:21,615 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:21,615 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:52:21,615 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:52:21,617 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:52:22,334 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:52:22,378 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:52:22,380 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:52:22,384 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:52:22,385 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:22,385 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel
2021-08-07 13:52:22,385 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None
2021-08-07 13:52:22,387 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:22,611 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel HTTP/1.1" 200 None
2021-08-07 13:52:22,613 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200
2021-08-07 13:52:22,613 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a
2021-08-07 13:52:22,658 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:52:22,659 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:52:22,659 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:22,659 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:52:22,659 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:52:22,660 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:23,323 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:52:23,325 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:52:23,325 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:52:23,328 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:52:23,328 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:23,328 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:23,328 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:23,328 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:52:23,329 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:23,329 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:23,329 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:23,329 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:52:23,329 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:23,329 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:23,329 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:23,329 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:52:23,329 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:23,329 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:23,330 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:23,330 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:52:23,330 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:52:23,330 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:52:23,330 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:23,330 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:52:23,330 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:52:23,332 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:52:24,119 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:52:24,122 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:52:24,124 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:52:24,129 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:52:24,129 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '38b4f9f1-4acc-42b2-9742-32691dffa5ad', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:24,130 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs
2021-08-07 13:52:24,130 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] data sent: {
    "requestDetails": {
        "requestInfo": {
            "instanceName": "basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0",
            "source": "VID",
            "suppressRollback": false,
            "requestorId": "test",
            "productFamilyId": "1971946d-f1b4-460b-9a32-ad22b1117ff7"
        },
        "modelInfo": {
            
    "modelType": "vnf",
    "modelInvariantId": "42863174-0ff3-4505-9d51-f08aa2f9ce82",
    "modelVersionId": "252c2bc0-efd4-4778-b510-28d8b1bec805",
    "modelName": "basic_cnf",
    "modelVersion": "1.0",
    "modelCustomizationId": "48b1da27-06c5-40fa-914c-de0169b2eb25",
    "modelCustomizationName": "basic_cnf 0"

        },
        "requestParameters": {
            "userParams": [],
            "aLaCarte": true,
            "testApi": "GR_API"
        },
        "cloudConfiguration": {
            "tenantId": "f41abc47519441359fc94897110fa224",
            "cloudOwner": "basicnf-owner",
            "lcpCloudRegionId": "k8sregion"
        },
        "lineOfBusiness": {
            "lineOfBusinessName": "basicnf_lob"
        },
        "platform": {
            "platformName": "basicnf_platform"
        },
        "relatedInstanceList": [{
            "relatedInstance": {
                "instanceId": "0dd59d7f-5d49-4fa5-b993-da64330758f9",
                "modelInfo": {
                    "modelType": "service",
                    "modelName": "basic_cnf",
                    "modelInvariantId": "1971946d-f1b4-460b-9a32-ad22b1117ff7",
                    "modelVersion": "1.0",
                    "modelVersionId": "dfdde6d4-779b-43a2-a943-49b16483441f"
                }
            }
        }]
    }
}
2021-08-07 13:52:24,131 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:25,797 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs HTTP/1.1" 202 262
2021-08-07 13:52:25,799 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response code: 202
2021-08-07 13:52:25,799 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vnf basic_cnf 0] response: {"requestReferences":{"requestId":"38b4f9f1-4acc-42b2-9742-32691dffa5ad","instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad"}}
2021-08-07 13:52:25,800 DEBUG 79:mixins.py(1) - Wait until VnfInstantiation task is not finished
2021-08-07 13:52:25,808 DEBUG 129:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '1b69bb50-fea6-44da-91d8-168f933e01ff', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:25,808 DEBUG 131:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad
2021-08-07 13:52:25,808 DEBUG 132:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] data sent: None
2021-08-07 13:52:25,811 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:26,058 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad HTTP/1.1" 200 1900
2021-08-07 13:52:26,060 INFO 142:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response code: 200
2021-08-07 13:52:26,061 DEBUG 146:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response: {"request":{"requestId":"38b4f9f1-4acc-42b2-9742-32691dffa5ad","startTime":"Sat, 07 Aug 2021 13:52:24 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sat, 07 Aug 2021 13:52:25 GMT"}}}
2021-08-07 13:52:36,073 DEBUG 129:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '9bf0be4f-edaa-4e1b-9428-8a1395e10892', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:36,074 DEBUG 131:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad
2021-08-07 13:52:36,074 DEBUG 132:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] data sent: None
2021-08-07 13:52:36,076 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:36,319 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad HTTP/1.1" 200 2106
2021-08-07 13:52:36,320 INFO 142:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response code: 200
2021-08-07 13:52:36,321 DEBUG 146:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response: {"request":{"requestId":"38b4f9f1-4acc-42b2-9742-32691dffa5ad","startTime":"Sat, 07 Aug 2021 13:52:24 GMT","finishTime":"Sat, 07 Aug 2021 13:52:31 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:31 GMT"}}}
2021-08-07 13:52:36,322 INFO 56:mixins.py(8) - VnfInstantiation task finished
2021-08-07 13:52:36,322 DEBUG 129:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2e19a346-3189-44a0-8219-ea5d531f008a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:36,322 DEBUG 131:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad
2021-08-07 13:52:36,322 DEBUG 132:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] data sent: None
2021-08-07 13:52:36,324 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:36,508 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad HTTP/1.1" 200 2106
2021-08-07 13:52:36,510 INFO 142:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response code: 200
2021-08-07 13:52:36,510 DEBUG 146:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response: {"request":{"requestId":"38b4f9f1-4acc-42b2-9742-32691dffa5ad","startTime":"Sat, 07 Aug 2021 13:52:24 GMT","finishTime":"Sat, 07 Aug 2021 13:52:31 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:31 GMT"}}}
2021-08-07 13:52:36,511 DEBUG 129:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '07dca95f-cfbc-4151-9e29-a4320a17a8a4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:36,511 DEBUG 131:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad
2021-08-07 13:52:36,511 DEBUG 132:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] data sent: None
2021-08-07 13:52:36,513 DEBUG 226:connectionpool.py(8) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:36,684 DEBUG 433:connectionpool.py(8) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad HTTP/1.1" 200 2106
2021-08-07 13:52:36,685 INFO 142:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response code: 200
2021-08-07 13:52:36,685 DEBUG 146:onap_service.py(8) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response: {"request":{"requestId":"38b4f9f1-4acc-42b2-9742-32691dffa5ad","startTime":"Sat, 07 Aug 2021 13:52:24 GMT","finishTime":"Sat, 07 Aug 2021 13:52:31 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:31 GMT"}}}
2021-08-07 13:52:36,695 DEBUG 129:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '47f1df7c-cfae-45eb-8e34-9381bfc5cd56', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:36,696 DEBUG 131:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad
2021-08-07 13:52:36,696 DEBUG 132:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] data sent: None
2021-08-07 13:52:36,698 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:36,878 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad HTTP/1.1" 200 2106
2021-08-07 13:52:36,880 INFO 142:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response code: 200
2021-08-07 13:52:36,880 DEBUG 146:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response: {"request":{"requestId":"38b4f9f1-4acc-42b2-9742-32691dffa5ad","startTime":"Sat, 07 Aug 2021 13:52:24 GMT","finishTime":"Sat, 07 Aug 2021 13:52:31 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:31 GMT"}}}
2021-08-07 13:52:36,881 DEBUG 129:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '7def9e72-db82-478e-8788-c34a0b480487', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:36,881 DEBUG 131:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad
2021-08-07 13:52:36,881 DEBUG 132:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] data sent: None
2021-08-07 13:52:36,882 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:37,087 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/38b4f9f1-4acc-42b2-9742-32691dffa5ad HTTP/1.1" 200 2106
2021-08-07 13:52:37,088 INFO 142:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response code: 200
2021-08-07 13:52:37,088 DEBUG 146:onap_service.py(1) - [None][Check 38b4f9f1-4acc-42b2-9742-32691dffa5ad orchestration request status] response: {"request":{"requestId":"38b4f9f1-4acc-42b2-9742-32691dffa5ad","startTime":"Sat, 07 Aug 2021 13:52:24 GMT","finishTime":"Sat, 07 Aug 2021 13:52:31 GMT","requestScope":"vnf","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"productFamilyId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"},"platform":{"platformName":"basicnf_platform"},"lineOfBusiness":{"lineOfBusinessName":"basicnf_lob"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:31 GMT"}}}
2021-08-07 13:52:37,089 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:37,089 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:52:37,089 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None
2021-08-07 13:52:37,091 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:37,129 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139
2021-08-07 13:52:37,130 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200
2021-08-07 13:52:37,130 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628344203419"}
2021-08-07 13:52:37,133 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:37,133 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf
2021-08-07 13:52:37,133 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None
2021-08-07 13:52:37,135 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:37,178 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738
2021-08-07 13:52:37,179 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200
2021-08-07 13:52:37,179 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628344205418","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]}
2021-08-07 13:52:37,181 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:37,181 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352
2021-08-07 13:52:37,181 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] data sent: None
2021-08-07 13:52:37,183 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:37,234 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 HTTP/1.1" 200 1643
2021-08-07 13:52:37,235 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response code: 200
2021-08-07 13:52:37,235 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response: {"service-instance":[{"service-instance-id":"0dd59d7f-5d49-4fa5-b993-da64330758f9","service-instance-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","model-version-id":"dfdde6d4-779b-43a2-a943-49b16483441f","resource-version":"1628344346354","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]}
2021-08-07 13:52:37,237 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:37,237 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list
2021-08-07 13:52:37,238 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:52:37,239 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:37,282 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list HTTP/1.1" 200 1064
2021-08-07 13:52:37,283 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:52:37,283 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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}
2021-08-07 13:52:37,286 DEBUG 129:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:37,286 DEBUG 131:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684
2021-08-07 13:52:37,286 DEBUG 132:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] data sent: None
2021-08-07 13:52:37,287 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:37,342 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684 HTTP/1.1" 200 3737
2021-08-07 13:52:37,343 INFO 142:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response code: 200
2021-08-07 13:52:37,343 DEBUG 146:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response: {"vnf-id":"10303196-07fc-47c7-9f9f-a2876ac08684","vnf-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628344351262","model-invariant-id":"42863174-0ff3-4505-9d51-f08aa2f9ce82","model-version-id":"252c2bc0-efd4-4778-b510-28d8b1bec805","model-customization-id":"48b1da27-06c5-40fa-914c-de0169b2eb25","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/service-data/vnfs/vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"0dd59d7f-5d49-4fa5-b993-da64330758f9"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}}
2021-08-07 13:52:37,345 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:52:37,346 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:52:37,346 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:37,346 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:52:37,346 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:52:37,348 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:38,111 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:52:38,113 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:52:38,113 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:52:38,115 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:52:38,115 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:38,115 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:38,115 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:38,115 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:52:38,115 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:38,116 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:38,116 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:38,116 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:52:38,116 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:38,116 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:38,116 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:38,116 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:52:38,116 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:38,116 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:38,116 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:38,116 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:52:38,117 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:52:38,117 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:52:38,117 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:38,117 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:52:38,117 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:52:38,119 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:52:38,903 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:52:38,906 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:52:38,907 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:52:38,912 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:52:38,912 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:38,913 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel
2021-08-07 13:52:38,913 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None
2021-08-07 13:52:38,915 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:39,118 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel HTTP/1.1" 200 None
2021-08-07 13:52:39,120 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200
2021-08-07 13:52:39,120 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a
2021-08-07 13:52:39,154 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:52:39,154 DEBUG 131:onap_service.py(1) - [None][Get definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee
2021-08-07 13:52:39,154 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None
2021-08-07 13:52:39,156 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:52:39,200 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee HTTP/1.1" 200 216
2021-08-07 13:52:39,200 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200
2021-08-07 13:52:39,200 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"edb93298-80fc-4680-9924-32b43a5723f3","rb-version":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","chart-name":"nginx","description":"","labels":{"vnf_customization_uuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52"}}

2021-08-07 13:52:39,202 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:52:39,203 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest
2021-08-07 13:52:39,203 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None
2021-08-07 13:52:39,204 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:52:39,226 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest HTTP/1.1" 404 87
2021-08-07 13:52:39,227 INFO 142:onap_service.py(1) - [None][Get profile] response code: 404
2021-08-07 13:52:39,227 DEBUG 146:onap_service.py(1) - [None][Get profile] response: n/a
2021-08-07 13:52:39,227 ERROR 157:onap_service.py(1) - [None][Get profile] API returned and error: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:52:39,227 ERROR 233:onap_service.py(1) - [None][Get profile] request failed: Code: 404. Info: Get Resource Bundle Profile: Error finding master table: mongo: no documents in result
.
2021-08-07 13:52:39,233 DEBUG 129:onap_service.py(1) - [None][Create profile for definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:52:39,233 DEBUG 131:onap_service.py(1) - [None][Create profile for definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile
2021-08-07 13:52:39,233 DEBUG 132:onap_service.py(1) - [None][Create profile for definition] data sent: {
    "rb-name": "edb93298-80fc-4680-9924-32b43a5723f3",
    "rb-version": "9c0e5001-0207-419f-a1ec-f2f2ed18ecee",
    "profile-name": "cnftest",
    "release-name": "cnftest",
    "namespace": "k8s",
    "kubernetes-version": "1.0"
}
2021-08-07 13:52:39,234 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:52:39,265 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile HTTP/1.1" 201 212
2021-08-07 13:52:39,266 INFO 142:onap_service.py(1) - [None][Create profile for definition] response code: 201
2021-08-07 13:52:39,266 DEBUG 146:onap_service.py(1) - [None][Create profile for definition] response: {"rb-name":"edb93298-80fc-4680-9924-32b43a5723f3","rb-version":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null}

2021-08-07 13:52:39,268 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:52:39,268 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest
2021-08-07 13:52:39,268 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None
2021-08-07 13:52:39,270 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:52:39,292 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest HTTP/1.1" 200 212
2021-08-07 13:52:39,293 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200
2021-08-07 13:52:39,293 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"edb93298-80fc-4680-9924-32b43a5723f3","rb-version":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null}

2021-08-07 13:52:39,295 DEBUG 129:onap_service.py(1) - [None][Upload Artifact content] sent header: {}
2021-08-07 13:52:39,295 DEBUG 131:onap_service.py(1) - [None][Upload Artifact content] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest/content
2021-08-07 13:52:39,295 DEBUG 132:onap_service.py(1) - [None][Upload Artifact content] data sent: b'\x1f\x8b\x08\x00z7f]\x00\x03\xed\xd3\xdf\n\x820\x14\xc7\xf1]\xef)\x86\xf7\xc6\x96s\x96/\x13B+\x04\xb3p*\xf8\xf6YB\x14\x14\xde\xf4\x87\xe0\xfb\xb99cg\xb0\x03\xdb\xefP\xd4\xe5\xce\x87v1\x14\x87J|\x86\x1e9\xe7.\xd5d\xa9\xbe\xaf\x13\x97\t\x93\xa4\x89\xb1Ib\x8d\x15\xda\x8cK+\x94\xfe\xd0<\x0f\xba\xd0\x16\x8dR\xa2\xde\x87*s\xeb\xd5\xabss\xfd?\x15\xc7\xb1\xec}\x13\xcac\x9d\xab\xde\xc8v8\xf9\\*\xd5\x17U\xe7C\xae\xa2\xe3\xd8m\xca\xad\xdfL;\xd7\x7f\x12\xc9_\x8f\x8d7y\xf6\xbc\xef\xbec6\xffzy\xcb\x7f:\xae\xb5\xb1\xa9\xc9\xc8\xff7H\xa2\x0c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\xd7\xce\x16\xa6\xd8\xa7\x00(\x00\x00'
2021-08-07 13:52:39,297 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:52:39,328 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "POST /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest/content HTTP/1.1" 200 0
2021-08-07 13:52:39,329 INFO 142:onap_service.py(1) - [None][Upload Artifact content] response code: 200
2021-08-07 13:52:39,330 DEBUG 146:onap_service.py(1) - [None][Upload Artifact content] response: n/a
2021-08-07 13:52:39,332 DEBUG 129:onap_service.py(1) - [AAI][Get basicnf-customer customer] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:39,333 DEBUG 131:onap_service.py(1) - [AAI][Get basicnf-customer customer] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer
2021-08-07 13:52:39,333 DEBUG 132:onap_service.py(1) - [AAI][Get basicnf-customer customer] data sent: None
2021-08-07 13:52:39,334 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:39,370 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer HTTP/1.1" 200 139
2021-08-07 13:52:39,372 INFO 142:onap_service.py(1) - [AAI][Get basicnf-customer customer] response code: 200
2021-08-07 13:52:39,372 DEBUG 146:onap_service.py(1) - [AAI][Get basicnf-customer customer] response: {"global-customer-id":"basicnf-customer","subscriber-name":"basicnf-customer","subscriber-type":"INFRA","resource-version":"1628344203419"}
2021-08-07 13:52:39,374 DEBUG 129:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:39,374 DEBUG 131:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf
2021-08-07 13:52:39,375 DEBUG 132:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] data sent: None
2021-08-07 13:52:39,376 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:39,420 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions?service-type=basic_cnf HTTP/1.1" 200 738
2021-08-07 13:52:39,421 INFO 142:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response code: 200
2021-08-07 13:52:39,421 DEBUG 146:onap_service.py(1) - [AAI][Get service subscription with basic_cnf service type] response: {"service-subscription":[{"service-type":"basic_cnf","resource-version":"1628344205418","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}}]}
2021-08-07 13:52:39,424 DEBUG 129:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:39,424 DEBUG 131:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352
2021-08-07 13:52:39,424 DEBUG 132:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] data sent: None
2021-08-07 13:52:39,426 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:39,481 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances?service-instance-name=basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 HTTP/1.1" 200 1643
2021-08-07 13:52:39,482 INFO 142:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response code: 200
2021-08-07 13:52:39,482 DEBUG 146:onap_service.py(1) - [AAI][Get service instance with basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352 service-instance-name] response: {"service-instance":[{"service-instance-id":"0dd59d7f-5d49-4fa5-b993-da64330758f9","service-instance-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","environment-context":"General_Revenue-Bearing","workload-context":"Production","model-invariant-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","model-version-id":"dfdde6d4-779b-43a2-a943-49b16483441f","resource-version":"1628344346354","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}}]}
2021-08-07 13:52:39,484 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:39,485 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:52:39,485 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:52:39,486 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:39,545 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118
2021-08-07 13:52:39,546 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:52:39,546 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344346550","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]}]}}]}
2021-08-07 13:52:39,548 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:39,548 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:52:39,549 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:52:39,550 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:39,595 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048
2021-08-07 13:52:39,596 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200
2021-08-07 13:52:39,597 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628344346697","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}}
2021-08-07 13:52:39,599 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:39,599 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list
2021-08-07 13:52:39,599 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:52:39,601 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:39,647 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list HTTP/1.1" 200 1064
2021-08-07 13:52:39,648 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:52:39,649 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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}
2021-08-07 13:52:39,651 DEBUG 129:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:52:39,651 DEBUG 131:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684
2021-08-07 13:52:39,651 DEBUG 132:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] data sent: None
2021-08-07 13:52:39,653 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:52:39,713 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684 HTTP/1.1" 200 3737
2021-08-07 13:52:39,714 INFO 142:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response code: 200
2021-08-07 13:52:39,714 DEBUG 146:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response: {"vnf-id":"10303196-07fc-47c7-9f9f-a2876ac08684","vnf-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628344351262","model-invariant-id":"42863174-0ff3-4505-9d51-f08aa2f9ce82","model-version-id":"252c2bc0-efd4-4778-b510-28d8b1bec805","model-customization-id":"48b1da27-06c5-40fa-914c-de0169b2eb25","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/service-data/vnfs/vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"0dd59d7f-5d49-4fa5-b993-da64330758f9"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}}
2021-08-07 13:52:39,716 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:52:39,717 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:52:39,717 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:39,717 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:52:39,717 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:52:39,718 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:40,338 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:52:40,340 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:52:40,340 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:52:40,342 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:52:40,342 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:40,342 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:40,342 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:40,342 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:52:40,342 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:40,343 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:40,343 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:40,343 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:52:40,343 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:40,343 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:40,343 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:40,343 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:52:40,343 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:40,343 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:40,343 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:40,344 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:52:40,344 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:52:40,344 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:52:40,344 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:40,344 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:52:40,344 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:52:40,346 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:52:41,202 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:52:41,204 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:52:41,208 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:52:41,217 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:52:41,218 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:41,218 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel
2021-08-07 13:52:41,219 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None
2021-08-07 13:52:41,221 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:41,410 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel HTTP/1.1" 200 None
2021-08-07 13:52:41,412 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200
2021-08-07 13:52:41,412 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a
2021-08-07 13:52:41,459 DEBUG 129:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'authorization': 'Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==', 'x-transactionid': 'aa24ed21-a116-4675-b308-a82c613e7199', 'x-fromappid': 'API client'}
2021-08-07 13:52:41,459 DEBUG 131:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] url used: https://sdnc.api.simpledemo.onap.org:30267/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation
2021-08-07 13:52:41,459 DEBUG 132:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] data sent: {
   "input":{
      "preload-vf-module-topology-information":{
         "vf-module-topology":{
            "vf-module-topology-identifier":{
               "vf-module-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"
            },
            "vf-module-parameters": {
                "param": [{'name': 'dummy_name_0', 'value': 'dummy_name'}, {'name': 'k8s-rb-profile-name', 'value': 'cnftest'}, {'name': 'k8s-rb-profile-namespace', 'value': 'k8s'}]
                }
         },
         "vnf-topology-identifier-structure":{
            "vnf-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0",
            "vnf-type":"basic_cnf/basic_cnf 0"
         },
         "vnf-resource-assignments":{
                "availability-zones":{
               "availability-zone":[
               "nova"
               ],
               "max-count":1
            },
            "vnf-networks":{
               "vnf-network":[]
            }
         }
      },
      "request-information":{
         "request-id":"test",
         "order-version":"1",
         "notification-url":"onap.org",
         "order-number":"1",
         "request-action":"PreloadVfModuleRequest"
      },
      "sdnc-request-header":{
         "svc-request-id":"test",
         "svc-notification-url":"http:\/\/onap.org:8080\/adapters\/rest\/SDNCNotify",
         "svc-action":"reserve"
      }
   }
}
2021-08-07 13:52:41,460 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdnc.api.simpledemo.onap.org:30267
2021-08-07 13:52:41,571 DEBUG 433:connectionpool.py(1) - https://sdnc.api.simpledemo.onap.org:30267 "POST /restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation HTTP/1.1" 200 113
2021-08-07 13:52:41,573 INFO 142:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response code: 200
2021-08-07 13:52:41,573 DEBUG 146:onap_service.py(1) - [None][Upload VF module preload using GENERIC-RESOURCE-API] response: {"output":{"response-code":"200","response-message":"success","ack-final-indicator":"Y","svc-request-id":"test"}}
2021-08-07 13:52:41,590 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:52:41,590 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:52:41,590 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:41,590 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:52:41,591 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:52:41,592 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:52:42,170 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:52:42,171 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:52:42,172 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:52:42,175 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:52:42,175 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:42,175 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:42,175 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:42,176 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:52:42,176 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:42,176 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:42,176 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:42,176 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:52:42,176 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:42,177 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:42,177 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:42,177 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:52:42,177 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:52:42,177 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:52:42,177 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:52:42,178 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:52:42,178 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:52:42,178 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:52:42,178 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:52:42,179 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:52:42,179 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:52:42,181 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:52:42,936 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:52:42,937 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:52:42,939 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:52:42,943 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:52:42,944 DEBUG 129:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c6777ed4-6132-43b4-ba95-8093523232bb', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:42,944 DEBUG 131:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs/10303196-07fc-47c7-9f9f-a2876ac08684/vfModules
2021-08-07 13:52:42,944 DEBUG 132:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] data sent: {
    "requestDetails": {
        "requestInfo": 
        {
            "instanceName": "basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352",
            "source": "VID",
            "suppressRollback": false,
            "requestorId": "test"
        },
        "modelInfo": {
            "modelType": "vfModule",
            "modelInvariantId": "edb93298-80fc-4680-9924-32b43a5723f3",
            "modelVersionId": "9c0e5001-0207-419f-a1ec-f2f2ed18ecee",
            "modelName": "BasicCnf..base_dummy..module-0",
            "modelVersion": "1",
            "modelCustomizationId": "b2851d21-62ce-4f5a-b422-07ec765cdc52",
            "modelCustomizationName": "BasicCnf..base_dummy..module-0"
        },
        "requestParameters": {
            "userParams": [
                
            ],
            "testApi": "GR_API",
            "usePreload": true,
            "aLaCarte": true
        },
        "cloudConfiguration": {
            "tenantId": "f41abc47519441359fc94897110fa224",
            "cloudOwner": "basicnf-owner",
            "lcpCloudRegionId": "k8sregion"
        },
        "relatedInstanceList": [
            {
                "relatedInstance": {
                    "instanceId": "0dd59d7f-5d49-4fa5-b993-da64330758f9",
                    "modelInfo": {
                        "modelType": "service",
                        "modelName": "basic_cnf",
                        "modelInvariantId": "1971946d-f1b4-460b-9a32-ad22b1117ff7",
                        "modelVersion": "1.0",
                        "modelVersionId": "dfdde6d4-779b-43a2-a943-49b16483441f"
                    }
                }
            },
            {
                "relatedInstance": {
                    "instanceId": "10303196-07fc-47c7-9f9f-a2876ac08684",
                    "modelInfo": {
                        "modelType": "vnf",
                        "modelName": "basic_cnf",
                        "modelInvariantId": "42863174-0ff3-4505-9d51-f08aa2f9ce82",
                        "modelVersion": "1.0",
                        "modelVersionId": "252c2bc0-efd4-4778-b510-28d8b1bec805",
                        "modelCustomizationId": "48b1da27-06c5-40fa-914c-de0169b2eb25",
                        "modelCustomizationName": "basic_cnf 0"
                    }
                }
            }
        ]
    }
}
2021-08-07 13:52:42,946 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:44,464 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "POST /onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs/10303196-07fc-47c7-9f9f-a2876ac08684/vfModules HTTP/1.1" 202 262
2021-08-07 13:52:44,467 INFO 142:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response code: 202
2021-08-07 13:52:44,468 DEBUG 146:onap_service.py(1) - [None][Instantiate basic_cnf service vf module basic_cnf0..BasicCnf..base_dummy..module-0] response: {"requestReferences":{"requestId":"c6777ed4-6132-43b4-ba95-8093523232bb","instanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb"}}
2021-08-07 13:52:44,468 DEBUG 79:mixins.py(1) - Wait until VfModuleInstantiation task is not finished
2021-08-07 13:52:44,476 DEBUG 129:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'eb3544ba-a8c8-4a3e-85fc-de33dd09d967', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:44,476 DEBUG 131:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb
2021-08-07 13:52:44,476 DEBUG 132:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] data sent: None
2021-08-07 13:52:44,480 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:44,644 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb HTTP/1.1" 200 2455
2021-08-07 13:52:44,646 INFO 142:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response code: 200
2021-08-07 13:52:44,646 DEBUG 146:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response: {"request":{"requestId":"c6777ed4-6132-43b4-ba95-8093523232bb","startTime":"Sat, 07 Aug 2021 13:52:43 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}},{"relatedInstance":{"instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sat, 07 Aug 2021 13:52:43 GMT"}}}
2021-08-07 13:52:54,658 DEBUG 129:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '6c80a9eb-ef60-49b7-97c8-d092c05f8076', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:54,659 DEBUG 131:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb
2021-08-07 13:52:54,659 DEBUG 132:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] data sent: None
2021-08-07 13:52:54,661 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:54,827 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb HTTP/1.1" 200 2666
2021-08-07 13:52:54,828 INFO 142:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response code: 200
2021-08-07 13:52:54,828 DEBUG 146:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response: {"request":{"requestId":"c6777ed4-6132-43b4-ba95-8093523232bb","startTime":"Sat, 07 Aug 2021 13:52:43 GMT","finishTime":"Sat, 07 Aug 2021 13:52:54 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}},{"relatedInstance":{"instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:54 GMT"}}}
2021-08-07 13:52:54,829 INFO 56:mixins.py(9) - VfModuleInstantiation task finished
2021-08-07 13:52:54,829 DEBUG 129:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8fbbc7a4-7467-47b9-b08b-1e0b867edef8', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:54,829 DEBUG 131:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb
2021-08-07 13:52:54,829 DEBUG 132:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] data sent: None
2021-08-07 13:52:54,831 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:54,998 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb HTTP/1.1" 200 2666
2021-08-07 13:52:54,999 INFO 142:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response code: 200
2021-08-07 13:52:54,999 DEBUG 146:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response: {"request":{"requestId":"c6777ed4-6132-43b4-ba95-8093523232bb","startTime":"Sat, 07 Aug 2021 13:52:43 GMT","finishTime":"Sat, 07 Aug 2021 13:52:54 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}},{"relatedInstance":{"instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:54 GMT"}}}
2021-08-07 13:52:55,000 DEBUG 129:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '2a31e3cf-e9cd-4802-9ee6-19c696e0d41c', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:55,000 DEBUG 131:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb
2021-08-07 13:52:55,000 DEBUG 132:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] data sent: None
2021-08-07 13:52:55,002 DEBUG 226:connectionpool.py(9) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:55,179 DEBUG 433:connectionpool.py(9) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb HTTP/1.1" 200 2666
2021-08-07 13:52:55,181 INFO 142:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response code: 200
2021-08-07 13:52:55,181 DEBUG 146:onap_service.py(9) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response: {"request":{"requestId":"c6777ed4-6132-43b4-ba95-8093523232bb","startTime":"Sat, 07 Aug 2021 13:52:43 GMT","finishTime":"Sat, 07 Aug 2021 13:52:54 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}},{"relatedInstance":{"instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:54 GMT"}}}
2021-08-07 13:52:55,190 DEBUG 129:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'ba07b262-cbb4-4dc0-b760-4b31b33e234e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:55,191 DEBUG 131:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb
2021-08-07 13:52:55,191 DEBUG 132:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] data sent: None
2021-08-07 13:52:55,193 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:55,386 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb HTTP/1.1" 200 2666
2021-08-07 13:52:55,387 INFO 142:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response code: 200
2021-08-07 13:52:55,388 DEBUG 146:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response: {"request":{"requestId":"c6777ed4-6132-43b4-ba95-8093523232bb","startTime":"Sat, 07 Aug 2021 13:52:43 GMT","finishTime":"Sat, 07 Aug 2021 13:52:54 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}},{"relatedInstance":{"instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:54 GMT"}}}
2021-08-07 13:52:55,388 DEBUG 129:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '13e06f90-96c0-4162-a498-52f9c74c4f51', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:52:55,389 DEBUG 131:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb
2021-08-07 13:52:55,389 DEBUG 132:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] data sent: None
2021-08-07 13:52:55,390 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:52:55,575 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/c6777ed4-6132-43b4-ba95-8093523232bb HTTP/1.1" 200 2666
2021-08-07 13:52:55,577 INFO 142:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response code: 200
2021-08-07 13:52:55,578 DEBUG 146:onap_service.py(1) - [None][Check c6777ed4-6132-43b4-ba95-8093523232bb orchestration request status] response: {"request":{"requestId":"c6777ed4-6132-43b4-ba95-8093523232bb","startTime":"Sat, 07 Aug 2021 13:52:43 GMT","finishTime":"Sat, 07 Aug 2021 13:52:54 GMT","requestScope":"vfModule","requestType":"createInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"BasicCnf..base_dummy..module-0","modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"BasicCnf..base_dummy..module-0","modelVersion":"1","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3","modelInstanceName":"BasicCnf..base_dummy..module-0"},"requestInfo":{"source":"VID","instanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","suppressRollback":false,"requestorId":"test"},"relatedInstanceList":[{"relatedInstance":{"instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"}}},{"relatedInstance":{"instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"}}}],"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"usePreload":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-createInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:52:54 GMT"}}}
2021-08-07 13:52:55,579 INFO 36:basic_cnf.py(1) - basic_cnf successfully created
2021-08-07 13:52:55,579 INFO 39:basic_cnf.py(1) - basic_cnf cleanup called
2021-08-07 13:53:05,590 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:05,590 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list
2021-08-07 13:53:05,590 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:05,592 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:05,645 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list HTTP/1.1" 200 1064
2021-08-07 13:53:05,646 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:05,646 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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}
2021-08-07 13:53:05,648 DEBUG 129:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:05,648 DEBUG 131:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684
2021-08-07 13:53:05,649 DEBUG 132:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] data sent: None
2021-08-07 13:53:05,650 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:05,713 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684 HTTP/1.1" 200 3737
2021-08-07 13:53:05,714 INFO 142:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response code: 200
2021-08-07 13:53:05,715 DEBUG 146:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response: {"vnf-id":"10303196-07fc-47c7-9f9f-a2876ac08684","vnf-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628344351262","model-invariant-id":"42863174-0ff3-4505-9d51-f08aa2f9ce82","model-version-id":"252c2bc0-efd4-4778-b510-28d8b1bec805","model-customization-id":"48b1da27-06c5-40fa-914c-de0169b2eb25","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/service-data/vnfs/vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"0dd59d7f-5d49-4fa5-b993-da64330758f9"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}}
2021-08-07 13:53:05,717 DEBUG 163:vf_module_ala_carte.py(1) - VNF instance AAI found in Service Instance 
2021-08-07 13:53:05,717 INFO 165:vf_module_ala_carte.py(1) - Get VF Modules
2021-08-07 13:53:05,717 DEBUG 129:onap_service.py(1) - [AAI][GET VNF basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0 VF modules] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:05,717 DEBUG 131:onap_service.py(1) - [AAI][GET VNF basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0 VF modules] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vf-modules
2021-08-07 13:53:05,717 DEBUG 132:onap_service.py(1) - [AAI][GET VNF basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0 VF modules] data sent: None
2021-08-07 13:53:05,719 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:05,773 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vf-modules HTTP/1.1" 200 807
2021-08-07 13:53:05,774 INFO 142:onap_service.py(1) - [AAI][GET VNF basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0 VF modules] response code: 200
2021-08-07 13:53:05,775 DEBUG 146:onap_service.py(1) - [AAI][GET VNF basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0 VF modules] response: {"vf-module":[{"vf-module-id":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vf-module-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","heat-stack-id":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352/wizardly_heisenberg","orchestration-status":"Active","is-base-vf-module":true,"automated-assignment":false,"resource-version":"1628344373513","model-invariant-id":"edb93298-80fc-4680-9924-32b43a5723f3","model-version-id":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","model-customization-id":"b2851d21-62ce-4f5a-b422-07ec765cdc52","module-index":0,"selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/service-data/vnfs/vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vnf-data/vf-modules/vf-module/975fed6d-a7b7-4d1f-881b-d7d2491b226c/vf-module-data/vf-module-topology/"}]}
2021-08-07 13:53:05,777 INFO 167:vf_module_ala_carte.py(1) - Delete VF Module AAI
2021-08-07 13:53:05,777 DEBUG 158:vf_module.py(1) - Delete 975fed6d-a7b7-4d1f-881b-d7d2491b226c VF module
2021-08-07 13:53:05,778 DEBUG 45:deletion.py(1) - VF module 975fed6d-a7b7-4d1f-881b-d7d2491b226c deletion request
2021-08-07 13:53:05,787 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:05,788 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:05,788 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:05,789 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:05,836 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:05,836 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:05,837 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:05,839 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:05,839 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:05,839 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:05,840 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:05,895 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118
2021-08-07 13:53:05,896 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:05,896 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344346550","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]}]}}]}
2021-08-07 13:53:05,899 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:05,899 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:05,899 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:05,901 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:05,942 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:05,943 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:05,943 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:05,945 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:05,945 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:05,945 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:05,947 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:05,999 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118
2021-08-07 13:53:06,000 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:06,000 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344346550","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]}]}}]}
2021-08-07 13:53:06,002 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:06,002 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:06,003 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:06,004 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:06,043 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:06,044 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:06,044 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:06,046 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:06,047 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:06,047 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:06,048 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:06,098 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118
2021-08-07 13:53:06,099 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:06,099 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344346550","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]}]}}]}
2021-08-07 13:53:06,101 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:06,102 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:53:06,102 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:53:06,104 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:06,150 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048
2021-08-07 13:53:06,151 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200
2021-08-07 13:53:06,151 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628344346697","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}}
2021-08-07 13:53:06,154 DEBUG 129:onap_service.py(1) - [None][Create 975fed6d-a7b7-4d1f-881b-d7d2491b226c VF moduledeletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '92126b46-48d4-4f66-8c83-b5f5ab96a1c1', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:06,154 DEBUG 131:onap_service.py(1) - [None][Create 975fed6d-a7b7-4d1f-881b-d7d2491b226c VF moduledeletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs/10303196-07fc-47c7-9f9f-a2876ac08684/vfModules/975fed6d-a7b7-4d1f-881b-d7d2491b226c
2021-08-07 13:53:06,154 DEBUG 132:onap_service.py(1) - [None][Create 975fed6d-a7b7-4d1f-881b-d7d2491b226c VF moduledeletion request] data sent: {
	"requestDetails": {
		"requestInfo": {
			"source": "VID",
			"requestorId": "demo"
		},
		"modelInfo": {
            "modelType": "vfModule",
            "modelInvariantId": "edb93298-80fc-4680-9924-32b43a5723f3",
            "modelVersionId": "9c0e5001-0207-419f-a1ec-f2f2ed18ecee",
            "modelName": "basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352",
            "modelVersion": "1628344373513",
            "modelCustomizationId": "b2851d21-62ce-4f5a-b422-07ec765cdc52"
		},
		"requestParameters": {
			"testApi": "GR_API",
			"aLaCarte": true
		},
        "cloudConfiguration": {
            "cloudOwner": "basicnf-owner",
            "lcpCloudRegionId": "k8sregion",
            "tenantId": "f41abc47519441359fc94897110fa224"
        }
	}
}
2021-08-07 13:53:06,156 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:07,595 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs/10303196-07fc-47c7-9f9f-a2876ac08684/vfModules/975fed6d-a7b7-4d1f-881b-d7d2491b226c HTTP/1.1" 202 262
2021-08-07 13:53:07,597 INFO 142:onap_service.py(1) - [None][Create 975fed6d-a7b7-4d1f-881b-d7d2491b226c VF moduledeletion request] response code: 202
2021-08-07 13:53:07,597 DEBUG 146:onap_service.py(1) - [None][Create 975fed6d-a7b7-4d1f-881b-d7d2491b226c VF moduledeletion request] response: {"requestReferences":{"requestId":"92126b46-48d4-4f66-8c83-b5f5ab96a1c1","instanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1"}}
2021-08-07 13:53:07,598 DEBUG 79:mixins.py(1) - Wait until VfModuleDeletionRequest task is not finished
2021-08-07 13:53:07,605 DEBUG 129:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '42f5e1de-38b8-478f-8e30-8a669c2d6783', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:07,605 DEBUG 131:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1
2021-08-07 13:53:07,605 DEBUG 132:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] data sent: None
2021-08-07 13:53:07,608 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:07,795 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1 HTTP/1.1" 200 1311
2021-08-07 13:53:07,797 INFO 142:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response code: 200
2021-08-07 13:53:07,797 DEBUG 146:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response: {"request":{"requestId":"92126b46-48d4-4f66-8c83-b5f5ab96a1c1","startTime":"Sat, 07 Aug 2021 13:53:06 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","modelVersion":"1628344373513","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sat, 07 Aug 2021 13:53:06 GMT"}}}
2021-08-07 13:53:17,808 DEBUG 129:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8dc44d66-3b4c-4e0f-8bcf-a658e7e9ef88', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:17,808 DEBUG 131:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1
2021-08-07 13:53:17,809 DEBUG 132:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] data sent: None
2021-08-07 13:53:17,810 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:18,001 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1 HTTP/1.1" 200 1522
2021-08-07 13:53:18,003 INFO 142:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response code: 200
2021-08-07 13:53:18,003 DEBUG 146:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response: {"request":{"requestId":"92126b46-48d4-4f66-8c83-b5f5ab96a1c1","startTime":"Sat, 07 Aug 2021 13:53:06 GMT","finishTime":"Sat, 07 Aug 2021 13:53:13 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","modelVersion":"1628344373513","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:13 GMT"}}}
2021-08-07 13:53:18,003 INFO 56:mixins.py(10) - VfModuleDeletionRequest task finished
2021-08-07 13:53:18,004 DEBUG 129:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c45523d9-818a-43d4-a74b-85b639cfd17a', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:18,004 DEBUG 131:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1
2021-08-07 13:53:18,004 DEBUG 132:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] data sent: None
2021-08-07 13:53:18,005 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:18,207 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1 HTTP/1.1" 200 1522
2021-08-07 13:53:18,208 INFO 142:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response code: 200
2021-08-07 13:53:18,209 DEBUG 146:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response: {"request":{"requestId":"92126b46-48d4-4f66-8c83-b5f5ab96a1c1","startTime":"Sat, 07 Aug 2021 13:53:06 GMT","finishTime":"Sat, 07 Aug 2021 13:53:13 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","modelVersion":"1628344373513","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:13 GMT"}}}
2021-08-07 13:53:18,209 DEBUG 129:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '71cbf28a-9b09-4b8d-8f0c-cfcdc790b708', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:18,209 DEBUG 131:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1
2021-08-07 13:53:18,210 DEBUG 132:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] data sent: None
2021-08-07 13:53:18,211 DEBUG 226:connectionpool.py(10) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:18,411 DEBUG 433:connectionpool.py(10) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1 HTTP/1.1" 200 1522
2021-08-07 13:53:18,412 INFO 142:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response code: 200
2021-08-07 13:53:18,412 DEBUG 146:onap_service.py(10) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response: {"request":{"requestId":"92126b46-48d4-4f66-8c83-b5f5ab96a1c1","startTime":"Sat, 07 Aug 2021 13:53:06 GMT","finishTime":"Sat, 07 Aug 2021 13:53:13 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","modelVersion":"1628344373513","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:13 GMT"}}}
2021-08-07 13:53:18,420 DEBUG 129:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'b5385c3d-88a7-4c2b-b0de-f5b648a3a563', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:18,420 DEBUG 131:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1
2021-08-07 13:53:18,420 DEBUG 132:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] data sent: None
2021-08-07 13:53:18,422 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:18,629 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1 HTTP/1.1" 200 1522
2021-08-07 13:53:18,630 INFO 142:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response code: 200
2021-08-07 13:53:18,631 DEBUG 146:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response: {"request":{"requestId":"92126b46-48d4-4f66-8c83-b5f5ab96a1c1","startTime":"Sat, 07 Aug 2021 13:53:06 GMT","finishTime":"Sat, 07 Aug 2021 13:53:13 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","modelVersion":"1628344373513","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:13 GMT"}}}
2021-08-07 13:53:18,631 DEBUG 129:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '81284c4f-a68c-42de-886e-34229fc5f415', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:18,631 DEBUG 131:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1
2021-08-07 13:53:18,632 DEBUG 132:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] data sent: None
2021-08-07 13:53:18,633 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:18,822 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/92126b46-48d4-4f66-8c83-b5f5ab96a1c1 HTTP/1.1" 200 1522
2021-08-07 13:53:18,824 INFO 142:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response code: 200
2021-08-07 13:53:18,824 DEBUG 146:onap_service.py(1) - [None][Check 92126b46-48d4-4f66-8c83-b5f5ab96a1c1 orchestration request status] response: {"request":{"requestId":"92126b46-48d4-4f66-8c83-b5f5ab96a1c1","startTime":"Sat, 07 Aug 2021 13:53:06 GMT","finishTime":"Sat, 07 Aug 2021 13:53:13 GMT","requestScope":"vfModule","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"edb93298-80fc-4680-9924-32b43a5723f3","modelType":"vfModule","modelName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352","modelVersion":"1628344373513","modelCustomizationUuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelVersionId":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelCustomizationId":"b2851d21-62ce-4f5a-b422-07ec765cdc52","modelUuid":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","modelInvariantUuid":"edb93298-80fc-4680-9924-32b43a5723f3"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vfModuleInstanceId":"975fed6d-a7b7-4d1f-881b-d7d2491b226c","vfModuleInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-VfModule-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:13 GMT"}}}
2021-08-07 13:53:18,824 INFO 176:vf_module_ala_carte.py(1) - VfModule AAI deleted
2021-08-07 13:53:18,825 INFO 158:k8s_profile_create.py(1) - Clean the k8s profile
2021-08-07 13:53:18,825 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:18,825 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list
2021-08-07 13:53:18,825 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:18,827 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:18,877 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list HTTP/1.1" 200 1064
2021-08-07 13:53:18,878 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:18,878 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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}
2021-08-07 13:53:18,880 DEBUG 129:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:18,880 DEBUG 131:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684
2021-08-07 13:53:18,881 DEBUG 132:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] data sent: None
2021-08-07 13:53:18,882 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:18,943 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684 HTTP/1.1" 200 3737
2021-08-07 13:53:18,944 INFO 142:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response code: 200
2021-08-07 13:53:18,945 DEBUG 146:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response: {"vnf-id":"10303196-07fc-47c7-9f9f-a2876ac08684","vnf-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628344351262","model-invariant-id":"42863174-0ff3-4505-9d51-f08aa2f9ce82","model-version-id":"252c2bc0-efd4-4778-b510-28d8b1bec805","model-customization-id":"48b1da27-06c5-40fa-914c-de0169b2eb25","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/service-data/vnfs/vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"0dd59d7f-5d49-4fa5-b993-da64330758f9"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}}
2021-08-07 13:53:18,947 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:53:18,947 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:53:18,948 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:18,948 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:53:18,948 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:53:18,949 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:20,815 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:53:20,817 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:53:20,817 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:53:20,820 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:53:20,821 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:20,821 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:20,821 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:20,822 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:53:20,822 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:20,822 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:20,823 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:20,823 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:53:20,823 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:20,823 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:20,824 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:20,824 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:53:20,824 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:20,824 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:20,825 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:20,825 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:53:20,825 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:53:20,826 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:53:20,826 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:20,827 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:53:20,827 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:53:20,830 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:53:23,409 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:53:23,411 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:53:23,413 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:53:23,417 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:53:23,418 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:23,418 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel
2021-08-07 13:53:23,418 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None
2021-08-07 13:53:23,419 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:24,055 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel HTTP/1.1" 200 None
2021-08-07 13:53:24,057 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200
2021-08-07 13:53:24,057 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a
2021-08-07 13:53:24,087 DEBUG 129:onap_service.py(1) - [None][Get definition] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:53:24,088 DEBUG 131:onap_service.py(1) - [None][Get definition] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee
2021-08-07 13:53:24,088 DEBUG 132:onap_service.py(1) - [None][Get definition] data sent: None
2021-08-07 13:53:24,089 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:53:24,111 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee HTTP/1.1" 200 216
2021-08-07 13:53:24,112 INFO 142:onap_service.py(1) - [None][Get definition] response code: 200
2021-08-07 13:53:24,113 DEBUG 146:onap_service.py(1) - [None][Get definition] response: {"rb-name":"edb93298-80fc-4680-9924-32b43a5723f3","rb-version":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","chart-name":"nginx","description":"","labels":{"vnf_customization_uuid":"b2851d21-62ce-4f5a-b422-07ec765cdc52"}}

2021-08-07 13:53:24,115 DEBUG 129:onap_service.py(1) - [None][Get profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:53:24,116 DEBUG 131:onap_service.py(1) - [None][Get profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest
2021-08-07 13:53:24,116 DEBUG 132:onap_service.py(1) - [None][Get profile] data sent: None
2021-08-07 13:53:24,118 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:53:24,143 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest HTTP/1.1" 200 212
2021-08-07 13:53:24,144 INFO 142:onap_service.py(1) - [None][Get profile] response code: 200
2021-08-07 13:53:24,144 DEBUG 146:onap_service.py(1) - [None][Get profile] response: {"rb-name":"edb93298-80fc-4680-9924-32b43a5723f3","rb-version":"9c0e5001-0207-419f-a1ec-f2f2ed18ecee","profile-name":"cnftest","release-name":"cnftest","namespace":"k8s","kubernetes-version":"1.0","labels":null}

2021-08-07 13:53:24,146 DEBUG 129:onap_service.py(1) - [None][Delete Profile] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:53:24,147 DEBUG 131:onap_service.py(1) - [None][Delete Profile] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest
2021-08-07 13:53:24,147 DEBUG 132:onap_service.py(1) - [None][Delete Profile] data sent: None
2021-08-07 13:53:24,148 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:53:24,172 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/rb/definition/edb93298-80fc-4680-9924-32b43a5723f3/9c0e5001-0207-419f-a1ec-f2f2ed18ecee/profile/cnftest HTTP/1.1" 204 0
2021-08-07 13:53:24,173 INFO 142:onap_service.py(1) - [None][Delete Profile] response code: 204
2021-08-07 13:53:24,173 DEBUG 146:onap_service.py(1) - [None][Delete Profile] response: n/a
2021-08-07 13:53:24,175 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:24,175 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list
2021-08-07 13:53:24,175 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:24,177 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:24,237 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9/relationship-list HTTP/1.1" 200 1064
2021-08-07 13:53:24,238 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:24,238 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/da1d0da3-1a78-445f-9632-8ddb2f3e39e4","relationship-data":[{"relationship-key":"owning-entity.owning-entity-id","relationship-value":"da1d0da3-1a78-445f-9632-8ddb2f3e39e4"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"project","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/projects/project/basicnf_project","relationship-data":[{"relationship-key":"project.project-name","relationship-value":"basicnf_project"}]}]}
2021-08-07 13:53:24,241 DEBUG 129:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:24,241 DEBUG 131:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684
2021-08-07 13:53:24,242 DEBUG 132:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] data sent: None
2021-08-07 13:53:24,244 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:24,335 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v23/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684 HTTP/1.1" 200 3737
2021-08-07 13:53:24,336 INFO 142:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response code: 200
2021-08-07 13:53:24,336 DEBUG 146:onap_service.py(1) - [AAI][Get 0dd59d7f-5d49-4fa5-b993-da64330758f9 ABCMeta] response: {"vnf-id":"10303196-07fc-47c7-9f9f-a2876ac08684","vnf-name":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0","vnf-type":"basic_cnf/basic_cnf 0","service-id":"1971946d-f1b4-460b-9a32-ad22b1117ff7","prov-status":"NVTPROV","orchestration-status":"Active","in-maint":true,"is-closed-loop-disabled":false,"resource-version":"1628344351262","model-invariant-id":"42863174-0ff3-4505-9d51-f08aa2f9ce82","model-version-id":"252c2bc0-efd4-4778-b510-28d8b1bec805","model-customization-id":"48b1da27-06c5-40fa-914c-de0169b2eb25","selflink":"restconf/config/GENERIC-RESOURCE-API:services/service/0dd59d7f-5d49-4fa5-b993-da64330758f9/service-data/vnfs/vnf/10303196-07fc-47c7-9f9f-a2876ac08684/vnf-data/vnf-topology/","relationship-list":{"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]},{"related-to":"cloud-region","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"}],"related-to-property":[{"property-key":"cloud-region.owner-defined-type","property-value":"t1"}]},{"related-to":"service-instance","relationship-label":"org.onap.relationships.inventory.ComposedOf","related-link":"/aai/v23/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/service-instances/service-instance/0dd59d7f-5d49-4fa5-b993-da64330758f9","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"},{"relationship-key":"service-instance.service-instance-id","relationship-value":"0dd59d7f-5d49-4fa5-b993-da64330758f9"}],"related-to-property":[{"property-key":"service-instance.service-instance-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"}]},{"related-to":"availability-zone","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/availability-zones/availability-zone/basicnf-availability-zone","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"availability-zone.availability-zone-name","relationship-value":"basicnf-availability-zone"}]},{"related-to":"platform","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/platforms/platform/basicnf_platform","relationship-data":[{"relationship-key":"platform.platform-name","relationship-value":"basicnf_platform"}]},{"related-to":"line-of-business","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/business/lines-of-business/line-of-business/basicnf_lob","relationship-data":[{"relationship-key":"line-of-business.line-of-business-name","relationship-value":"basicnf_lob"}]}]}}
2021-08-07 13:53:24,338 DEBUG 384:vnf.py(1) - Delete 10303196-07fc-47c7-9f9f-a2876ac08684 VNF
2021-08-07 13:53:24,338 DEBUG 80:deletion.py(1) - VNF 10303196-07fc-47c7-9f9f-a2876ac08684 deletion request
2021-08-07 13:53:24,348 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:53:24,348 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:53:24,348 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:24,348 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:53:24,348 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:53:24,349 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:25,114 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:53:25,115 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:53:25,115 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:53:25,117 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:53:25,118 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:25,118 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:25,118 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:25,118 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:53:25,118 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:25,118 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:25,118 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:25,118 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:53:25,118 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:25,118 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:25,119 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:25,119 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:53:25,119 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:25,119 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:25,119 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:25,119 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:53:25,119 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:53:25,119 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:53:25,120 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:25,120 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:53:25,120 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:53:25,121 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:53:25,989 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:53:25,992 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:53:25,993 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:53:25,997 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:53:25,998 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:25,998 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel
2021-08-07 13:53:25,998 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None
2021-08-07 13:53:25,999 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:26,217 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel HTTP/1.1" 200 None
2021-08-07 13:53:26,219 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200
2021-08-07 13:53:26,219 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a
2021-08-07 13:53:26,267 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:26,267 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:26,267 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:26,270 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:26,321 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:26,322 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:26,322 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:26,325 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:26,325 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:26,326 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:26,328 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:26,379 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118
2021-08-07 13:53:26,380 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:26,380 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344346550","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]}]}}]}
2021-08-07 13:53:26,382 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:26,383 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:26,383 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:26,384 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:26,426 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:26,426 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:26,427 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:26,429 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:26,429 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:26,429 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:26,431 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:26,478 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118
2021-08-07 13:53:26,479 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:26,479 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344346550","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]}]}}]}
2021-08-07 13:53:26,482 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:26,482 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:26,482 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:26,484 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:26,531 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:26,532 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:26,532 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:26,536 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:26,536 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:26,536 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:26,538 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:26,602 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 1118
2021-08-07 13:53:26,603 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:26,603 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344346550","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]},{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]}]}}]}
2021-08-07 13:53:26,606 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:26,606 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:53:26,606 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:53:26,608 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:26,663 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 1048
2021-08-07 13:53:26,664 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200
2021-08-07 13:53:26,664 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628344346697","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v20/network/generic-vnfs/generic-vnf/10303196-07fc-47c7-9f9f-a2876ac08684","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"10303196-07fc-47c7-9f9f-a2876ac08684"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}}
2021-08-07 13:53:26,667 DEBUG 129:onap_service.py(1) - [None][Create 10303196-07fc-47c7-9f9f-a2876ac08684 VNF deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '8863febd-cd83-410a-992d-73f09a847a76', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:26,667 DEBUG 131:onap_service.py(1) - [None][Create 10303196-07fc-47c7-9f9f-a2876ac08684 VNF deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs/10303196-07fc-47c7-9f9f-a2876ac08684
2021-08-07 13:53:26,667 DEBUG 132:onap_service.py(1) - [None][Create 10303196-07fc-47c7-9f9f-a2876ac08684 VNF deletion request] data sent: {
	"requestDetails": {
		"requestInfo": {
			"source": "VID",
			"requestorId": "demo"
		},
		"modelInfo": {
			"modelType": "vnf",
            "modelName": "basic_cnf",
            "modelInvariantId": "42863174-0ff3-4505-9d51-f08aa2f9ce82",
            "modelVersion": "1.0",
            "modelVersionId": "252c2bc0-efd4-4778-b510-28d8b1bec805",
            "modelCustomizationId": "48b1da27-06c5-40fa-914c-de0169b2eb25",
            "modelCustomizationName": "basic_cnf 0"
		},
		"requestParameters": {
			"testApi": "GR_API",
			"aLaCarte": true
		},
        "cloudConfiguration": {
            "cloudOwner": "basicnf-owner",
            "lcpCloudRegionId": "k8sregion",
            "tenantId": "f41abc47519441359fc94897110fa224"
        }
	}
}
2021-08-07 13:53:26,668 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:28,308 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9/vnfs/10303196-07fc-47c7-9f9f-a2876ac08684 HTTP/1.1" 202 262
2021-08-07 13:53:28,309 INFO 142:onap_service.py(1) - [None][Create 10303196-07fc-47c7-9f9f-a2876ac08684 VNF deletion request] response code: 202
2021-08-07 13:53:28,310 DEBUG 146:onap_service.py(1) - [None][Create 10303196-07fc-47c7-9f9f-a2876ac08684 VNF deletion request] response: {"requestReferences":{"requestId":"8863febd-cd83-410a-992d-73f09a847a76","instanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76"}}
2021-08-07 13:53:28,310 DEBUG 79:mixins.py(1) - Wait until VnfDeletionRequest task is not finished
2021-08-07 13:53:28,318 DEBUG 129:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '5812743c-1978-4ce4-9952-b38148891a02', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:28,318 DEBUG 131:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76
2021-08-07 13:53:28,319 DEBUG 132:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] data sent: None
2021-08-07 13:53:28,323 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:28,497 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76 HTTP/1.1" 200 1268
2021-08-07 13:53:28,498 INFO 142:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response code: 200
2021-08-07 13:53:28,499 DEBUG 146:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response: {"request":{"requestId":"8863febd-cd83-410a-992d-73f09a847a76","startTime":"Sat, 07 Aug 2021 13:53:27 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sat, 07 Aug 2021 13:53:27 GMT"}}}
2021-08-07 13:53:38,510 DEBUG 129:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a5cf2071-60ee-43ab-a431-637dc976e37d', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:38,510 DEBUG 131:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76
2021-08-07 13:53:38,510 DEBUG 132:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] data sent: None
2021-08-07 13:53:38,512 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:38,731 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76 HTTP/1.1" 200 1474
2021-08-07 13:53:38,732 INFO 142:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response code: 200
2021-08-07 13:53:38,732 DEBUG 146:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response: {"request":{"requestId":"8863febd-cd83-410a-992d-73f09a847a76","startTime":"Sat, 07 Aug 2021 13:53:27 GMT","finishTime":"Sat, 07 Aug 2021 13:53:32 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:32 GMT"}}}
2021-08-07 13:53:38,733 INFO 56:mixins.py(11) - VnfDeletionRequest task finished
2021-08-07 13:53:38,733 DEBUG 129:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'a6827702-0b5a-488e-94b1-51f89b08ba7b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:38,733 DEBUG 131:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76
2021-08-07 13:53:38,733 DEBUG 132:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] data sent: None
2021-08-07 13:53:38,735 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:38,943 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76 HTTP/1.1" 200 1474
2021-08-07 13:53:38,944 INFO 142:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response code: 200
2021-08-07 13:53:38,944 DEBUG 146:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response: {"request":{"requestId":"8863febd-cd83-410a-992d-73f09a847a76","startTime":"Sat, 07 Aug 2021 13:53:27 GMT","finishTime":"Sat, 07 Aug 2021 13:53:32 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:32 GMT"}}}
2021-08-07 13:53:38,945 DEBUG 129:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'f9f9ab8a-457b-464f-9f09-dc0d87483315', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:38,945 DEBUG 131:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76
2021-08-07 13:53:38,945 DEBUG 132:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] data sent: None
2021-08-07 13:53:38,947 DEBUG 226:connectionpool.py(11) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:39,174 DEBUG 433:connectionpool.py(11) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76 HTTP/1.1" 200 1474
2021-08-07 13:53:39,176 INFO 142:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response code: 200
2021-08-07 13:53:39,176 DEBUG 146:onap_service.py(11) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response: {"request":{"requestId":"8863febd-cd83-410a-992d-73f09a847a76","startTime":"Sat, 07 Aug 2021 13:53:27 GMT","finishTime":"Sat, 07 Aug 2021 13:53:32 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:32 GMT"}}}
2021-08-07 13:53:39,187 DEBUG 129:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'cbeb269e-1588-4b61-90dc-452fb9e5a62b', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:39,187 DEBUG 131:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76
2021-08-07 13:53:39,187 DEBUG 132:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] data sent: None
2021-08-07 13:53:39,189 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:39,366 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76 HTTP/1.1" 200 1474
2021-08-07 13:53:39,367 INFO 142:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response code: 200
2021-08-07 13:53:39,368 DEBUG 146:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response: {"request":{"requestId":"8863febd-cd83-410a-992d-73f09a847a76","startTime":"Sat, 07 Aug 2021 13:53:27 GMT","finishTime":"Sat, 07 Aug 2021 13:53:32 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:32 GMT"}}}
2021-08-07 13:53:39,368 DEBUG 129:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '90e89603-2a70-46ef-b41c-203c6aea6a12', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:39,369 DEBUG 131:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76
2021-08-07 13:53:39,369 DEBUG 132:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] data sent: None
2021-08-07 13:53:39,370 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:39,554 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/8863febd-cd83-410a-992d-73f09a847a76 HTTP/1.1" 200 1474
2021-08-07 13:53:39,555 INFO 142:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response code: 200
2021-08-07 13:53:39,556 DEBUG 146:onap_service.py(1) - [None][Check 8863febd-cd83-410a-992d-73f09a847a76 orchestration request status] response: {"request":{"requestId":"8863febd-cd83-410a-992d-73f09a847a76","startTime":"Sat, 07 Aug 2021 13:53:27 GMT","finishTime":"Sat, 07 Aug 2021 13:53:32 GMT","requestScope":"vnf","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelCustomizationName":"basic_cnf 0","modelInvariantId":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelType":"vnf","modelName":"basic_cnf","modelVersion":"1.0","modelCustomizationUuid":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelVersionId":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelCustomizationId":"48b1da27-06c5-40fa-914c-de0169b2eb25","modelUuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","modelInvariantUuid":"42863174-0ff3-4505-9d51-f08aa2f9ce82","modelInstanceName":"basic_cnf 0"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","vnfInstanceId":"10303196-07fc-47c7-9f9f-a2876ac08684","vnfInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352_vnf_0"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Vnf-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:32 GMT"}}}
2021-08-07 13:53:39,556 DEBUG 319:service.py(1) - Delete 0dd59d7f-5d49-4fa5-b993-da64330758f9 service instance
2021-08-07 13:53:39,556 DEBUG 113:deletion.py(1) - Service 0dd59d7f-5d49-4fa5-b993-da64330758f9 deletion request
2021-08-07 13:53:39,565 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:53:39,565 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:53:39,565 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:39,565 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:53:39,566 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:53:39,567 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:41,041 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:53:41,042 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:53:41,042 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:53:41,044 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:53:41,048 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:41,048 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:41,048 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:41,049 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:53:41,049 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:41,049 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:41,049 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:41,049 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:53:41,049 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:41,049 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:41,049 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:41,049 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:53:41,049 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:41,050 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:41,050 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:41,050 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:53:41,050 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:53:41,050 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:53:41,050 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:41,050 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:53:41,051 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:53:41,052 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:53:41,837 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:53:41,839 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:53:41,841 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:53:41,846 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:53:41,846 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:53:41,847 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:53:41,847 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:41,847 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:53:41,847 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:53:41,849 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:42,441 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:53:42,442 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:53:42,443 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:53:42,444 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:53:42,445 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:42,445 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:42,445 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:42,445 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:53:42,445 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:42,445 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:42,445 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:42,445 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:53:42,445 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:42,446 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:42,446 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:42,446 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:53:42,446 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:42,446 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:42,446 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:42,446 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:53:42,446 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:53:42,446 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:53:42,447 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:42,447 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:53:42,447 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:53:42,448 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:53:43,199 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:53:43,202 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:53:43,204 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:53:43,208 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:53:43,209 DEBUG 159:__init__.py(1) - check if Service basic_cnf exists in SDC
2021-08-07 13:53:43,209 INFO 129:__init__.py(1) - retrieving all objects of type Service from SDC
2021-08-07 13:53:43,209 DEBUG 129:onap_service.py(1) - [SDC][get Services] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:43,209 DEBUG 131:onap_service.py(1) - [SDC][get Services] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services
2021-08-07 13:53:43,209 DEBUG 132:onap_service.py(1) - [SDC][get Services] data sent: None
2021-08-07 13:53:43,210 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:44,021 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services HTTP/1.1" 200 1419
2021-08-07 13:53:44,023 INFO 142:onap_service.py(1) - [SDC][get Services] response code: 200
2021-08-07 13:53:44,023 DEBUG 146:onap_service.py(1) - [SDC][get Services] response: [{"uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","name":"basic_network","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/907fb83c-2726-44e9-b87d-5f11c2945a4d/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","name":"basic_vm","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/459fd167-1527-47cf-843f-5318dbefae72/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","name":"basic_onboard_XzyBLA","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/14278d99-8fb4-41f1-a1c1-18af9702c193/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"},{"uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","name":"basic_cnf","version":"1.0","toscaModelURL":"/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel","category":"Network Service","lifecycleState":"CERTIFIED","lastUpdaterUserId":"cs0008","distributionStatus":"DISTRIBUTED"}]
2021-08-07 13:53:44,025 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_network from SDC
2021-08-07 13:53:44,026 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:44,026 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:44,026 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:44,026 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_vm from SDC
2021-08-07 13:53:44,026 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:44,026 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:44,026 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:44,026 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_onboard_XzyBLA from SDC
2021-08-07 13:53:44,026 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:44,027 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:44,027 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:44,027 DEBUG 273:sdc_resource.py(1) - importing SDC Resource basic_cnf from SDC
2021-08-07 13:53:44,027 DEBUG 49:sdc_resource.py(1) - SDC values given, using them
2021-08-07 13:53:44,027 DEBUG 346:sdc_resource.py(1) - Parse status for SDC Resource
2021-08-07 13:53:44,027 DEBUG 59:sdc_resource.py(1) - SDC resource None status: Distributed
2021-08-07 13:53:44,027 DEBUG 147:__init__.py(1) - number of Service returned: 4
2021-08-07 13:53:44,027 DEBUG 163:__init__.py(1) - filtering objects of all versions to be basic_cnf
2021-08-07 13:53:44,027 INFO 192:__init__.py(1) - Service found, updating information
2021-08-07 13:53:44,028 DEBUG 129:onap_service.py(1) - [SDC][Deep Load Service] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:44,028 DEBUG 131:onap_service.py(1) - [SDC][Deep Load Service] url used: https://sdc.api.fe.simpledemo.onap.org:30207/sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration
2021-08-07 13:53:44,028 DEBUG 132:onap_service.py(1) - [SDC][Deep Load Service] data sent: None
2021-08-07 13:53:44,029 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.fe.simpledemo.onap.org:30207
2021-08-07 13:53:44,732 DEBUG 433:connectionpool.py(1) - https://sdc.api.fe.simpledemo.onap.org:30207 "GET /sdc1/feProxy/rest/v1/screen?excludeTypes=VFCMT&excludeTypes=Configuration HTTP/1.1" 200 None
2021-08-07 13:53:44,734 INFO 142:onap_service.py(1) - [SDC][Deep Load Service] response code: 200
2021-08-07 13:53:44,736 DEBUG 146:onap_service.py(1) - [SDC][Deep Load Service] response: {"resources":[{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"64ad76c5-5c33-4e26-bdd0-cf7fa4bd09ca","lifecycleState":"CERTIFIED","lastUpdateDate":1628334803950,"name":"ext ZTE CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f7344ea2-bc16-44a6-91d4-7ce9405f9ddd","invariantUUID":"dcab415e-45bb-4dee-931a-9aecb31b22ae","systemName":"ExtZteCp","description":"Ext ZTE CP","tags":["ext ZTE CP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e3d69cc5-f352-4540-9c8f-789f00e892f9","lifecycleState":"CERTIFIED","lastUpdateDate":1628334962869,"name":"Forwarding","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"9f07fa89-792a-464e-a0e2-9b7e802295a9","invariantUUID":"bb1d95b7-601a-4707-a994-60dee42a2969","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":"defaulticon","uniqueId":"4f87d5f2-1ca5-4d9e-82cf-d75537cc8fee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334910044,"name":"OntPnf","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d2bfb3a8-75dd-48dd-a5b8-76580a725660","invariantUUID":"37dd0993-ed36-4d46-b815-cf47ee865a79","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":"a6db24a1-51e1-4a59-a736-8bcfd6aa863d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334768982,"name":"VL UNDERLAYVPN","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"8a01df4c-77ee-46e8-942d-0fb8f57f2a81","invariantUUID":"c6ee66ae-c12d-46d1-a50e-27ea0fe077b0","systemName":"VlUnderlayvpn","description":"The node represents a underlay vpn entity","tags":["VL UNDERLAYVPN"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Network Connectivity","normalizedName":"network connectivity","uniqueId":"resourceNewCategory.network connectivity","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Virtual Links","normalizedName":"virtual links","uniqueId":"resourceNewCategory.network connectivity.virtual links","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"af600a41-9b13-413a-b46e-b3b4cf4ebca7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334791032,"name":"Ext Image File","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3e62921f-192f-4c4b-84e0-8cc7674c5ca4","invariantUUID":"52b19fd9-6314-4696-9bec-e60bbf6f339b","systemName":"ExtImageFile","description":"Ext Image File","tags":["Ext Image File"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a947b1f6-68b2-4f24-959b-7307d4abd2b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334641744,"name":"ContrailV2VirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"e89d3015-e249-45c4-8110-c742918e713a","invariantUUID":"fe2cba74-150c-4d9a-bd7b-34e264d67720","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":"compute","uniqueId":"d737e96b-8432-4581-8b48-fb648e0cb4be","lifecycleState":"CERTIFIED","lastUpdateDate":1628334810835,"name":"Ext Zte VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"148c0b60-03b7-4549-8630-d6e1e2c5b859","invariantUUID":"91c49352-b168-4481-806a-721d528b4ef2","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":"port","uniqueId":"0410a7e7-4ae7-4fcf-8a56-8655214a12e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334916917,"name":"PonUni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"b7ee476c-26cb-464d-8f88-2c3ca8fdf176","invariantUUID":"f28984ed-2c06-4902-85dc-2e399e784090","systemName":"Ponuni","description":"PonUni","tags":["PonUni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"eb0520ef-42bb-49d2-90ea-48e2e014db30","lifecycleState":"CERTIFIED","lastUpdateDate":1628335005288,"name":"VIP Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"60a21d42-9dd8-4f66-ae9a-25cb00bd17ee","invariantUUID":"7738447c-8569-49dd-8446-a17ec694abf0","systemName":"VipCp","description":"VIP Cp","tags":["VIP Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3a817c8d-aaf7-4f7d-9832-2ec5adb2c08f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334938618,"name":"Sap","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"e5a25944-82ff-4877-a95f-90858c099e9d","invariantUUID":"b6f3e1fd-92a3-48e7-833a-f207d8ec7546","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":"objectStorage","uniqueId":"ce35b986-8925-44cb-afbc-a515d5f4da30","lifecycleState":"CERTIFIED","lastUpdateDate":1628334876849,"name":"VDU VirtualObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"3fbb390b-5541-4359-9ad5-74cd9cd6c15a","invariantUUID":"46c17cbe-018d-4e33-8f16-e0eaf279876c","systemName":"VduVirtualobjectstorage","description":"VDU VirtualObjectStorage","tags":["VDU VirtualObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"80132c36-789c-42a9-a2f2-9896f0914152","lifecycleState":"CERTIFIED","lastUpdateDate":1628334775444,"name":"VL OVERLAYTUNNEL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"11c9faff-e3b7-4f12-a3c2-2fbd454de2f3","invariantUUID":"e4203c3b-1970-4558-93c4-fbb20371b7b0","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":"defaulticon","uniqueId":"afcac64b-e683-400c-9db8-bcae396beaf7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334447027,"name":"Database","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"database","uuid":"73eabb71-770d-463e-bce9-5fb24ed305ba","invariantUUID":"93c6a5d7-d608-4eb8-8a49-20e5e6cf91ea","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":"objectStorage","uniqueId":"852b9ba1-edaf-46db-80b2-1fe81fb79eb7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334508038,"name":"volume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6fe89f1e-8742-48ef-8bb0-531dd1af76d3","invariantUUID":"36138b00-19d9-4b7c-bdd3-b59157448f73","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":"f4c3d93a-b649-41ad-a559-3bf9539d2734","lifecycleState":"CERTIFIED","lastUpdateDate":1628334957467,"name":"NFP","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6467e742-ec19-4a20-9c74-7175eeb82899","invariantUUID":"61222753-b82c-417b-a674-c7a955313b5f","systemName":"Nfp","description":"NFP","tags":["NFP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3aedeea4-6f21-4121-a5de-aeac6b95fe92","lifecycleState":"CERTIFIED","lastUpdateDate":1628334556908,"name":"ExtCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"34f1f704-1d15-41ee-9404-8fcc08e5dac9","invariantUUID":"989513c2-f3dc-49ab-841e-498f859353a2","systemName":"Extcp","description":"The AT&T Connection Point base type all other CP derive from","tags":["ExtCP"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"c9875934-227a-45e6-909e-32f71a805369","lifecycleState":"CERTIFIED","lastUpdateDate":1628334923967,"name":"OltNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"f1ea40db-a865-431f-9fd6-cb2d637e17b4","invariantUUID":"4cea9ea9-aeab-4797-94a4-39d98bbe678c","systemName":"Oltnni","description":"OltNni","tags":["OltNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"dc6effd1-936e-43c0-91bc-3ee911122353","lifecycleState":"CERTIFIED","lastUpdateDate":1628334550062,"name":"InternalVL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"9e9ee09f-fa57-447b-8dfa-0ed98f0d8987","invariantUUID":"4e999d50-c6c9-458b-886b-11e81b142e83","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":"2.0","componentType":"RESOURCE","icon":"network","uniqueId":"e4905c1a-ac42-4028-8f97-3432eb46b3e0","lifecycleState":"CERTIFIED","lastUpdateDate":1628334995169,"name":"VNF External CP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"8d511b0d-b521-44b5-9569-467001ba850e","invariantUUID":"c5e7d746-9bfc-45b0-b639-c385d2085bc9","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":"8d8268a0-5dd3-42b5-81a5-54cee83882b6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334836582,"name":"NsVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"58d5ec1c-ac1f-400c-8f5c-aa3e5922372f","invariantUUID":"fa66e984-deee-4fe0-b541-325fe36615f1","systemName":"Nsvirtuallink","description":"ETSI NsVirtualLink","tags":["NsVirtualLink"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"a1d83053-887f-4612-85d4-2d9b975f78b7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334663700,"name":"ContrailV2VirtualMachineInterface","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"79a6222b-23ec-4fa6-8d70-7705e331e964","invariantUUID":"f2a83e1b-f9b7-4b0a-99fb-e84acb594b02","systemName":"Contrailv2virtualmachineinterface","description":"Represents a network interface. The interfaces are defined with specific MAC addresses and ports.","tags":["ContrailV2VirtualMachineInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"944b1e7c-8a71-4bb5-9d2b-e6a15f0c7377","lifecycleState":"CERTIFIED","lastUpdateDate":1628334780625,"name":"Generic NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ff9c1bff-0f7f-420f-a593-fdeb1bcb632d","invariantUUID":"5697bc7c-14f1-4a18-a598-79dd83133f52","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":"objectStorage","uniqueId":"857eea94-d409-4312-a537-5c5b1ba1ff4a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334514572,"name":"CinderVolume","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"cc983924-ec5c-47ee-af7c-63a668708879","invariantUUID":"10f53e5c-1de2-448c-8c7e-d05a380ac410","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":"port","uniqueId":"633ca2dc-9e7b-4ded-a93e-034c6ea3907c","lifecycleState":"CERTIFIED","lastUpdateDate":1628334482066,"name":"Port","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"5e34ea06-0061-40ab-b4ec-4035c392d8ae","invariantUUID":"ba294852-f7ba-4de4-ae9e-be559e08e8d2","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":"f708e0ac-9c50-4cf2-8318-6ed38b33abee","lifecycleState":"CERTIFIED","lastUpdateDate":1628334564529,"name":"VL","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"dd7e8856-d67e-4dba-a3cc-a1c71c6ed8f8","invariantUUID":"6ee46bd9-4039-4f58-883e-ac664c031d63","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":"networkrules","uniqueId":"11090c7d-a697-4e9b-bab6-ae5d717c6dfc","lifecycleState":"CERTIFIED","lastUpdateDate":1628334608569,"name":"ContrailNetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"d3b95220-31ce-4a83-a3e8-6a6aec33a976","invariantUUID":"892f456d-e542-4810-8797-0cd9e5324d7f","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":"objectStorage","uniqueId":"6d9764b0-c5c3-411a-aa17-4b3dee1bf0c2","lifecycleState":"CERTIFIED","lastUpdateDate":1628334797415,"name":"Ext Local Storage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"df412f48-1a44-4ddf-9c43-b14a2ce8641c","invariantUUID":"29bcbb6b-8e69-4222-98ed-f1e146b9c8ec","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":"833c52ff-1a3e-45c3-b99e-c6efbf19aa74","lifecycleState":"CERTIFIED","lastUpdateDate":1628334520357,"name":"ContrailVirtualNetwork","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"cfe5a031-1b2c-4d0e-9658-627a6fe2018b","invariantUUID":"efe6f8c0-3469-4f80-912e-ed5fa133cd3e","systemName":"Contrailvirtualnetwork","description":"Represents a network service with optional subnets and advanced configurations.","tags":["ContrailVirtualNetwork"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"db1b80ca-86d2-4dde-af16-0eb680662142","lifecycleState":"CERTIFIED","lastUpdateDate":1628334841854,"name":"VDU","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"98340732-087a-4346-8059-ea6980e8aa01","invariantUUID":"a4383962-e2a0-452a-b700-1e2e2421b759","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":"network","uniqueId":"4e1a1471-eec1-46ae-bdf2-3cbd8871b43f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334758422,"name":"contrailV2VLANSubInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3454f284-23b1-4ec9-82c5-5ad01e721854","invariantUUID":"fa9db0a0-5968-4abb-8355-fb3fec6fe28d","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":"5f9a2fae-f69a-4f38-9fcc-4ebfe76f2d5a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335026218,"name":"NS","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"53861b53-4bab-434f-9738-e62b7c7ff83c","invariantUUID":"2213c050-1323-4762-986f-a1cab46af882","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":"3.0","componentType":"RESOURCE","icon":"compute","uniqueId":"c4103234-a978-414e-b94a-10be4deb3eaf","lifecycleState":"CERTIFIED","lastUpdateDate":1628335031693,"name":"VNF","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dbf09c99-cf40-4cd4-8a65-31b33816bdb0","invariantUUID":"6a80e592-d937-4737-9c44-5335c6e4e7e4","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":"7de8254a-158c-414a-b6b8-aa4c9dcc957b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334733526,"name":"extVirtualMachineInterfaceCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"fb073ca6-7698-430c-9d85-d1cdc22ea83f","invariantUUID":"364100ea-876d-43d3-bd2b-03ceed4e951b","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":"loadBalancer","uniqueId":"3a181a3e-934b-4f5a-9f0f-af0d6444cdba","lifecycleState":"CERTIFIED","lastUpdateDate":1628334476841,"name":"LoadBalancer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"5f27d7a3-3f5f-4bc9-9727-ccf4a75af29d","invariantUUID":"33e95ba8-7377-48c6-963e-d2d1ebe83a9e","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":"c86d9919-c41f-42c4-9025-324c51b18d48","lifecycleState":"CERTIFIED","lastUpdateDate":1628334882494,"name":"VnfVirtualLink","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"008625ca-6930-4309-ac00-af3a05f839f7","invariantUUID":"67318c76-fd24-4436-a68d-831061b1989e","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":"2.0","componentType":"RESOURCE","icon":"compute","uniqueId":"95a26cd0-84cb-453a-80f9-bd95d687c527","lifecycleState":"CERTIFIED","lastUpdateDate":1628334970988,"name":"VDU Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"39e6d14d-ec75-4ee2-838a-2055a6a3aa40","invariantUUID":"0272b06e-7e79-416d-b1a3-13844bfb51c3","systemName":"VduCompute","description":"VDU Compute","tags":["VDU Compute"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"ec8a8787-3bff-4bb6-8063-504b72b61a6b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334859557,"name":"VDU VirtualStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"38ff9496-75f0-4bc2-a153-f7d6827d6f2b","invariantUUID":"089723c4-0513-4610-8fd6-80875d53ddad","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":"12d9a782-ba70-450c-81ac-9674ca08bdec","lifecycleState":"CERTIFIED","lastUpdateDate":1628334544554,"name":"ExtVL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"43ed7c13-8cfc-48c9-bd2a-cb579170a3f8","invariantUUID":"2b11716e-1b88-4a09-95d9-44ff9599920f","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":"2cc6cd6f-5cfb-45a1-ab77-240f07b6ac2f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334707759,"name":"extContrailCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"9df65a28-20e6-4f1d-9e20-a7b2772b0533","invariantUUID":"0821e8eb-f668-4e9b-a9d6-cf9266c4ea8a","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":"13ce63b0-be07-424b-8ab9-6a982f5d0261","lifecycleState":"CERTIFIED","lastUpdateDate":1628334753044,"name":"subInterfaceV2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"52113c67-8fbc-4b62-8198-039482f63ef7","invariantUUID":"0dc811ea-3586-46e1-a821-7f4114ec7377","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":"defaulticon","uniqueId":"5d7dccdc-8410-47d9-8d7d-789e231d4531","lifecycleState":"CERTIFIED","lastUpdateDate":1628334904919,"name":"Access Connectivity","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c714a6de-6893-4e75-90f2-423d7266640f","invariantUUID":"c89d42ab-bc08-4c77-80ee-e01c721df77d","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":"120a67d2-4fae-4d77-b286-2446af828710","lifecycleState":"CERTIFIED","lastUpdateDate":1628335061533,"name":"Virtual Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"18b27510-b628-4ac4-baf4-e932aa831ac7","invariantUUID":"0e7fd25d-359d-4771-bf2b-d0fe6ef68ef0","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":"2.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"3f62a846-d8da-4d41-a7b3-2fb35fe28441","lifecycleState":"CERTIFIED","lastUpdateDate":1628335015227,"name":"VDU VirtualBlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"2f86bb7d-ed59-4423-abac-fcbae0257fc8","invariantUUID":"10edde57-cfa5-4d4d-83b6-34135a25024d","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":"162a90bf-45f1-4773-8b96-0ef2377d92aa","lifecycleState":"CERTIFIED","lastUpdateDate":1628334701265,"name":"extNeutronCP","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d98f99cc-4136-4675-abcb-c347681efb57","invariantUUID":"110934a1-6b03-4985-8e32-cd1a621412ff","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":"defaulticon","uniqueId":"d1e7dfba-4c35-4587-a9b7-59479a866d5f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334785856,"name":"AllottedResource","resourceType":"VFC","categoryNormalizedName":"allotted resource","subCategoryNormalizedName":"allotted resource","uuid":"b66cb64e-0c22-461e-a694-f8aae796c737","invariantUUID":"bbda62be-f964-4fe8-af8d-5be13d68c480","systemName":"Allottedresource","description":"Allotted Resource base type all other allotted resources node types derive from","tags":["AllottedResource"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Allotted Resource","normalizedName":"allotted resource","uniqueId":"resourceNewCategory.allotted resource.allotted resource","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"820244bc-8b4b-4468-8972-98a6a54ba0e7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334945246,"name":"NfpPositionElement","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"62d42802-8290-418b-9fc4-2d6f6ea8d298","invariantUUID":"1b0bdf55-ec3f-4385-9e4e-6ff11a350a10","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":"3.0","componentType":"RESOURCE","icon":"port","uniqueId":"7d8a1d0c-5b54-455b-949b-3a871543d86f","lifecycleState":"CERTIFIED","lastUpdateDate":1628335055422,"name":"VDU Cp","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"3c7c0ef5-298c-4c84-b191-5e0806e33297","invariantUUID":"cc488830-0f0c-4545-afd1-f46c684c0e11","systemName":"VduCp","description":"VDU Cp","tags":["VDU Cp"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"2afebb6b-29f2-4a95-a86f-59242d2b2c4d","lifecycleState":"CERTIFIED","lastUpdateDate":1628334462401,"name":"BlockStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c6bc93da-703f-4bb5-bb52-64dd9b48f1a7","invariantUUID":"96d2cac8-42fe-4815-b3d7-f1943f211712","systemName":"Blockstorage","description":"Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.","tags":["BlockStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"4d11d313-20d9-4a06-9d93-09ef02655d7a","lifecycleState":"CERTIFIED","lastUpdateDate":1628334693227,"name":"ExtCP2","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"353fd2d6-4f49-4b17-a04f-db9c5703930b","invariantUUID":"51f07c47-d2c0-4c84-b568-f9565ff38810","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":"9d1e5871-b3eb-47f8-a5d9-b679505f373a","lifecycleState":"CERTIFIED","lastUpdateDate":1628335037405,"name":"osContainer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"97a8ef61-c284-4003-b90d-f9e21bd4f2e7","invariantUUID":"1ded8408-aaab-4aa2-917d-c36a10a23f7c","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":"818796f5-259f-42a2-9220-e037c1114828","lifecycleState":"CERTIFIED","lastUpdateDate":1628334454695,"name":"ObjectStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"d47c57f7-a0b2-465a-9814-2a15eb8e76e3","invariantUUID":"2278089c-08cc-42fa-90d2-1743e5a1434a","systemName":"Objectstorage","description":"Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.","tags":["ObjectStorage"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"e056c3f6-ab21-47a0-a689-f2f6af651bcb","lifecycleState":"CERTIFIED","lastUpdateDate":1628334571896,"name":"VL ELINE","resourceType":"VL","categoryNormalizedName":"network connectivity","subCategoryNormalizedName":"virtual links","uuid":"e7c33e19-3029-4c6e-98be-3160f4aa5731","invariantUUID":"1ea8a471-0521-40d8-854f-ff93eab6bd99","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":"compute","uniqueId":"004b88d3-f16d-4b47-a7d2-3a927af2c66b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334852904,"name":"Cp","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"c968efc7-301b-444c-a769-ddff8c3b2f8a","invariantUUID":"d4f3c763-df25-428c-85f1-bef5bc477698","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":"e65545b5-f02e-4efe-a173-6344c478cfb4","lifecycleState":"CERTIFIED","lastUpdateDate":1628334487251,"name":"Network","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"6bec0b45-f3eb-4bb8-8d85-b7897b8944a7","invariantUUID":"78c4827b-1b06-448d-8a39-38b177de9320","systemName":"Network","description":"Represents a simple , logical network service.","tags":["Network"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cf955b18-fc56-4452-8976-8d7495588b45","lifecycleState":"CERTIFIED","lastUpdateDate":1628334538834,"name":"NovaServer","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"dd54b3aa-5013-44a1-8c2f-a28379398a58","invariantUUID":"02f8da14-7e1a-4f66-ab04-19bc340ac670","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":"bd98ce19-bc76-4b2a-b1d2-65d7242a0c07","lifecycleState":"CERTIFIED","lastUpdateDate":1628334635558,"name":"ContrailV2NetworkRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"b2d6e5dd-4b32-47b5-b114-3de558bbe67e","invariantUUID":"56c3f082-8593-4d99-a46e-b754b19c2585","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":"91059713-4d8d-436b-914e-d74733cdad88","lifecycleState":"CERTIFIED","lastUpdateDate":1628334525781,"name":"NeutronNet","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"916937dd-8a10-44fc-b3cd-e320ca5e7eb3","invariantUUID":"30fec8b2-2593-4b72-907a-9673d2857bff","systemName":"Neutronnet","description":"Represents a network service with optional subnets and advanced configurations.","tags":["NeutronNet"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.1","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"72d74350-c518-46d2-ab61-c379ceec27e6","lifecycleState":"NOT_CERTIFIED_CHECKIN","lastUpdateDate":1628334979580,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"f61a3c1f-375f-4983-9b0c-5556eae6c5c1","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"defaulticon","uniqueId":"4ef6cca6-7a08-42b7-b4df-2a6b7a10ce26","lifecycleState":"CERTIFIED","lastUpdateDate":1628343513655,"name":"basic_vm","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"d8507773-744d-434f-93db-2517e9b40e6f","invariantUUID":"517fdfd9-7c92-42ae-81cd-857abd3b3fee","systemName":"BasicVm","description":"VF","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"cc889bf9-2311-4965-b512-049908163e57","lifecycleState":"CERTIFIED","lastUpdateDate":1628344145445,"name":"basic_cnf","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"252c2bc0-efd4-4778-b510-28d8b1bec805","invariantUUID":"42863174-0ff3-4505-9d51-f08aa2f9ce82","systemName":"BasicCnf","description":"VF","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Abstract","normalizedName":"abstract","uniqueId":"resourceNewCategory.generic.abstract","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"3323bd41-16e5-4f76-8087-8895f8acc16f","lifecycleState":"CERTIFIED","lastUpdateDate":1628334818312,"name":"ext ZTE VL","resourceType":"VL","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"09550803-8109-42c8-9b8e-0a6afe3f8b5a","invariantUUID":"b4e4f7d6-56bc-4f87-9b50-83cd8b7fa526","systemName":"ExtZteVl","description":"Ext ZTE VL","tags":["ext ZTE VL"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"port","uniqueId":"35104eb3-bb51-45c9-ba3b-ba777ee09991","lifecycleState":"CERTIFIED","lastUpdateDate":1628334532533,"name":"NeutronPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"4fb7064f-389a-45da-ab97-f0e997131652","invariantUUID":"5e5dad3a-8880-4a4f-8c62-5d61ec7eb0de","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":"port","uniqueId":"fc993b2b-d14a-4a31-91a6-0191b02e0960","lifecycleState":"CERTIFIED","lastUpdateDate":1628334618942,"name":"ContrailPort","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"d99f5226-d185-4d49-b1b6-1122e7acb59b","invariantUUID":"c016f19d-16b3-43fe-b346-8a042687c650","systemName":"Contrailport","description":"Represents a logical entity that associates between Compute and Network normative types for contrail.","tags":["ContrailPort"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"fa391a62-c0d4-4d73-a42c-c302b93ab70e","lifecycleState":"CERTIFIED","lastUpdateDate":1628334830029,"name":"NSD","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"29d2f7bc-3d07-420e-a9d2-8d97f29d473d","invariantUUID":"16dfa1b9-e4e0-46cd-a5b0-880511503aa5","systemName":"Nsd","description":"NSD","tags":["NSD"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"d36c5f51-d6aa-4c2e-942a-e54ceefd71c7","lifecycleState":"CERTIFIED","lastUpdateDate":1628334669191,"name":"subInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"07d2d15a-3bb2-4ba6-b366-591734d02e35","invariantUUID":"3672f453-7eb9-459f-abc7-aa8dbcfb2da7","systemName":"Subinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["subInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"objectStorage","uniqueId":"29d695c8-0dbf-4be9-83f8-56831b08bc9b","lifecycleState":"CERTIFIED","lastUpdateDate":1628334871333,"name":"VDU VirtualFileStorage","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"ab76875c-8bed-49c1-8ffc-f00bf3cf21ff","invariantUUID":"938f02cf-2c99-4b7a-a13a-4b8bb70d89ae","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":"eafcc1b2-fe98-4439-a876-dfd191693c36","lifecycleState":"CERTIFIED","lastUpdateDate":1628334420384,"name":"Compute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"755f928f-9237-4d37-a883-65b44deeee48","invariantUUID":"cd023b03-f7e5-4545-9264-5beae97133a8","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":"11a52dfa-4efd-41c8-9bc7-76beeec37921","lifecycleState":"CERTIFIED","lastUpdateDate":1628334930329,"name":"OntNni","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"570ffb3a-1510-427e-9ffc-243f892e70ad","invariantUUID":"70cc8b08-22c3-4016-acb0-1ab6008cdb96","systemName":"Ontnni","description":"OntNni","tags":["OntNni"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"defaulticon","uniqueId":"aebf9d4d-39ee-4d25-95cb-714eac869202","lifecycleState":"CERTIFIED","lastUpdateDate":1628344029910,"name":"basic_onboard_XzyBLA","resourceType":"VF","categoryNormalizedName":"generic","subCategoryNormalizedName":"abstract","uuid":"34b9dd7d-1782-4aa2-a70d-da3164c47278","invariantUUID":"cb19df04-d00f-443e-bb43-ccec3d2e8a12","systemName":"BasicOnboardXzybla","description":"VF","tags":["basic_onboard_XzyBLA"],"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":"d052dafd-9380-4824-8505-2104322f17a6","lifecycleState":"CERTIFIED","lastUpdateDate":1628334675905,"name":"contrailV2VLANSubInterface","resourceType":"CP","categoryNormalizedName":"generic","subCategoryNormalizedName":"network elements","uuid":"ba0ea95e-6ca2-4972-8074-bc01ffd7005c","invariantUUID":"72a453ad-9bf6-439f-9703-7fb2d5d15156","systemName":"Contrailv2vlansubinterface","description":"VLAN sub-Interface is a logical port which must be binded to a port. Regular port may have 1N VLAN Interfaces.It can connect to its own network (regardless of the network the parent port can connect)","tags":["contrailV2VLANSubInterface"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Network Elements","normalizedName":"network elements","uniqueId":"resourceNewCategory.generic.network elements","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"securityrules","uniqueId":"ee606838-e418-43c1-9c7f-e445fb322fd1","lifecycleState":"CERTIFIED","lastUpdateDate":1628334647676,"name":"SecurityRules","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"rules","uuid":"ef4486d5-9248-4d7a-abbc-d7081e28552a","invariantUUID":"e349c7b1-28c2-468e-9712-41e6ed0cc70d","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":"compute","uniqueId":"92a342d9-2a31-4f03-9438-40c2779b7809","lifecycleState":"CERTIFIED","lastUpdateDate":1628335044527,"name":"osContainerGroup","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"80a75956-aff3-4aac-b641-21680f1526d6","invariantUUID":"c1e90438-3983-4e78-a6b1-ba9d6d66e019","systemName":"Oscontainergroup","description":"osContainerGroup","tags":["osContainerGroup"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"network","uniqueId":"24edaf61-6b76-4405-9195-d1218938f122","lifecycleState":"CERTIFIED","lastUpdateDate":1628334950805,"name":"NfpPosition","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"aba35ae3-e75b-499f-ad74-fa9a66142c7c","invariantUUID":"f6bc6489-9ab1-4e1e-941b-f0975624696b","systemName":"Nfpposition","description":"NfpPosition","tags":["NfpPosition"],"isHighestVersion":true,"lastUpdaterUserId":"jh0003","categories":[{"name":"Generic","normalizedName":"generic","uniqueId":"resourceNewCategory.generic","useServiceSubstitutionForNestedServices":false,"subcategories":[{"name":"Infrastructure","normalizedName":"infrastructure","uniqueId":"resourceNewCategory.generic.infrastructure","metadataKeys":[],"empty":false}],"empty":false}]},{"version":"1.0","componentType":"RESOURCE","icon":"compute","uniqueId":"4822169d-8994-4b69-9acc-7eedb03af9b3","lifecycleState":"CERTIFIED","lastUpdateDate":1628334657779,"name":"ContrailCompute","resourceType":"VFC","categoryNormalizedName":"generic","subCategoryNormalizedName":"infrastructure","uuid":"fb62e069-45f5-4ee4-b90c-2e974f059d0b","invariantUUID":"13f686d4-5129-4c03-8385-8a4ec9e914e8","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}]}],"services":[{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"0cd2f614-489a-4370-bfe2-4238fdc2c888","lifecycleState":"CERTIFIED","lastUpdateDate":1628344089401,"name":"basic_onboard_XzyBLA","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"14278d99-8fb4-41f1-a1c1-18af9702c193","invariantUUID":"8b46aedb-157f-4f72-a20a-abcc199fbe88","systemName":"BasicOnboardXzybla","description":"service","tags":["basic_onboard_XzyBLA"],"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":"37318f7f-1d9a-4282-b46c-d49388b5077c","lifecycleState":"CERTIFIED","lastUpdateDate":1628344199928,"name":"basic_cnf","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"dfdde6d4-779b-43a2-a943-49b16483441f","invariantUUID":"1971946d-f1b4-460b-9a32-ad22b1117ff7","systemName":"BasicCnf","description":"service","tags":["basic_cnf"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"49e8fc8d-9ae3-4b02-b915-86d08f3f5a68","lifecycleState":"CERTIFIED","lastUpdateDate":1628343562926,"name":"basic_vm","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"459fd167-1527-47cf-843f-5318dbefae72","invariantUUID":"5049fb30-b384-4dac-980e-3198ff9dc4aa","systemName":"BasicVm","description":"service","tags":["basic_vm"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]},{"version":"1.0","componentType":"SERVICE","icon":"network_l_1-3","uniqueId":"f1c460aa-db23-4d1c-ab14-528b4e91cd4c","lifecycleState":"CERTIFIED","lastUpdateDate":1628343074920,"name":"basic_network","categoryNormalizedName":"network service","distributionStatus":"DISTRIBUTED","uuid":"907fb83c-2726-44e9-b87d-5f11c2945a4d","invariantUUID":"beed5b8b-3bd4-4b22-a3eb-e9be6c5f13a7","systemName":"BasicNetwork","description":"service","tags":["basic_network"],"isHighestVersion":true,"lastUpdaterUserId":"cs0008","categories":[{"name":"Network Service","normalizedName":"network service","uniqueId":"serviceNewCategory.network service","useServiceSubstitutionForNestedServices":false,"metadataKeys":[],"empty":false}]}]}
2021-08-07 13:53:44,740 DEBUG 118:sdc_resource.py(1) - Resource basic_cnf found in services list
2021-08-07 13:53:44,740 DEBUG 129:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] sent header: {'Content-Type': 'application/json', 'Accept': 'application/octet-stream', 'USER_ID': 'cs0008', 'Authorization': 'Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=', 'X-ECOMP-InstanceID': 'onapsdk'}
2021-08-07 13:53:44,741 DEBUG 131:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] url used: https://sdc.api.be.simpledemo.onap.org:30204/sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel
2021-08-07 13:53:44,741 DEBUG 132:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] data sent: None
2021-08-07 13:53:44,742 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): sdc.api.be.simpledemo.onap.org:30204
2021-08-07 13:53:44,957 DEBUG 433:connectionpool.py(1) - https://sdc.api.be.simpledemo.onap.org:30204 "GET /sdc/v1/catalog/services/dfdde6d4-779b-43a2-a943-49b16483441f/toscaModel HTTP/1.1" 200 None
2021-08-07 13:53:44,959 INFO 142:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response code: 200
2021-08-07 13:53:44,959 DEBUG 146:onap_service.py(1) - [SDC][Download Tosca Model for basic_cnf] response: n/a
2021-08-07 13:53:44,995 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:44,995 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:44,995 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:44,996 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:45,059 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:45,060 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:45,061 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:45,064 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:45,064 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:45,065 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:45,067 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:45,125 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667
2021-08-07 13:53:45,126 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:45,126 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344411386","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]}
2021-08-07 13:53:45,128 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:45,128 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:45,128 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:45,130 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:45,171 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:45,172 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:45,172 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:45,174 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:45,174 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:45,175 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:45,176 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:45,224 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667
2021-08-07 13:53:45,225 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:45,226 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344411386","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]}
2021-08-07 13:53:45,229 DEBUG 129:onap_service.py(1) - [AAI][Get object relationships] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:45,229 DEBUG 131:onap_service.py(1) - [AAI][Get object relationships] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list
2021-08-07 13:53:45,229 DEBUG 132:onap_service.py(1) - [AAI][Get object relationships] data sent: None
2021-08-07 13:53:45,231 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:45,273 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf/relationship-list HTTP/1.1" 200 627
2021-08-07 13:53:45,274 INFO 142:onap_service.py(1) - [AAI][Get object relationships] response code: 200
2021-08-07 13:53:45,274 DEBUG 146:onap_service.py(1) - [AAI][Get object relationships] response: {"relationship":[{"related-to":"tenant","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v23/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224","relationship-data":[{"relationship-key":"cloud-region.cloud-owner","relationship-value":"basicnf-owner"},{"relationship-key":"cloud-region.cloud-region-id","relationship-value":"k8sregion"},{"relationship-key":"tenant.tenant-id","relationship-value":"f41abc47519441359fc94897110fa224"}],"related-to-property":[{"property-key":"tenant.tenant-name","property-value":"onap-wro"}]}]}
2021-08-07 13:53:45,276 DEBUG 129:onap_service.py(1) - [AAI][get cloud regions] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:45,276 DEBUG 131:onap_service.py(1) - [AAI][get cloud regions] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion
2021-08-07 13:53:45,276 DEBUG 132:onap_service.py(1) - [AAI][get cloud regions] data sent: None
2021-08-07 13:53:45,278 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:45,334 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions?cloud-owner=basicnf-owner&cloud-region-id=k8sregion HTTP/1.1" 200 667
2021-08-07 13:53:45,335 INFO 142:onap_service.py(1) - [AAI][get cloud regions] response code: 200
2021-08-07 13:53:45,335 DEBUG 146:onap_service.py(1) - [AAI][get cloud regions] response: {"cloud-region":[{"cloud-owner":"basicnf-owner","cloud-region-id":"k8sregion","cloud-type":"k8s","owner-defined-type":"t1","cloud-region-version":"1.0","identity-url":"","cloud-zone":"","complex-name":"lannion","sriov-automation":"","cloud-extra-info":"","upgrade-cycle":"","orchestration-disabled":false,"in-maint":false,"resource-version":"1628344411386","relationship-list":{"relationship":[{"related-to":"complex","relationship-label":"org.onap.relationships.inventory.LocatedIn","related-link":"/aai/v20/cloud-infrastructure/complexes/complex/lannion","relationship-data":[{"relationship-key":"complex.physical-location-id","relationship-value":"lannion"}]}]}}]}
2021-08-07 13:53:45,337 DEBUG 129:onap_service.py(1) - [AAI][get tenants] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '0a3f6713-ba96-4971-a6f8-c2da85a3176e', 'authorization': 'Basic QUFJOkFBSQ=='}
2021-08-07 13:53:45,337 DEBUG 131:onap_service.py(1) - [AAI][get tenants] url used: https://aai.api.sparky.simpledemo.onap.org:30233/aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224
2021-08-07 13:53:45,337 DEBUG 132:onap_service.py(1) - [AAI][get tenants] data sent: None
2021-08-07 13:53:45,339 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): aai.api.sparky.simpledemo.onap.org:30233
2021-08-07 13:53:45,380 DEBUG 433:connectionpool.py(1) - https://aai.api.sparky.simpledemo.onap.org:30233 "GET /aai/v20/cloud-infrastructure/cloud-regions/cloud-region/basicnf-owner/k8sregion/tenants/tenant/f41abc47519441359fc94897110fa224 HTTP/1.1" 200 597
2021-08-07 13:53:45,381 INFO 142:onap_service.py(1) - [AAI][get tenants] response code: 200
2021-08-07 13:53:45,381 DEBUG 146:onap_service.py(1) - [AAI][get tenants] response: {"tenant-id":"f41abc47519441359fc94897110fa224","tenant-name":"onap-wro","tenant-context":"None","resource-version":"1628344411386","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v20/business/customers/customer/basicnf-customer/service-subscriptions/service-subscription/basic_cnf","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnf-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf"}]}]}}
2021-08-07 13:53:45,383 DEBUG 129:onap_service.py(1) - [None][Create 0dd59d7f-5d49-4fa5-b993-da64330758f9 Service deletion request] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '4df63150-6549-452d-a037-d14dba46bfd4', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:45,383 DEBUG 131:onap_service.py(1) - [None][Create 0dd59d7f-5d49-4fa5-b993-da64330758f9 Service deletion request] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9
2021-08-07 13:53:45,383 DEBUG 132:onap_service.py(1) - [None][Create 0dd59d7f-5d49-4fa5-b993-da64330758f9 Service deletion request] data sent: {
	"requestDetails": {
		"requestInfo": {
			"source": "VID",
			"requestorId": "demo"
		},
		"modelInfo": {
            "modelType": "service",
            "modelName": "basic_cnf",
            "modelInvariantId": "1971946d-f1b4-460b-9a32-ad22b1117ff7",
            "modelVersion": "1.0",
            "modelVersionId": "dfdde6d4-779b-43a2-a943-49b16483441f"
		},
		"requestParameters": {
			"testApi": "GR_API",
			"aLaCarte": true
		},
        "cloudConfiguration": {
            "cloudOwner": "basicnf-owner",
            "lcpCloudRegionId": "k8sregion",
            "tenantId": "f41abc47519441359fc94897110fa224"
        }
	}
}
2021-08-07 13:53:45,385 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:47,295 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "DELETE /onap/so/infra/serviceInstantiation/v7/serviceInstances/0dd59d7f-5d49-4fa5-b993-da64330758f9 HTTP/1.1" 202 262
2021-08-07 13:53:47,297 INFO 142:onap_service.py(1) - [None][Create 0dd59d7f-5d49-4fa5-b993-da64330758f9 Service deletion request] response code: 202
2021-08-07 13:53:47,298 DEBUG 146:onap_service.py(1) - [None][Create 0dd59d7f-5d49-4fa5-b993-da64330758f9 Service deletion request] response: {"requestReferences":{"requestId":"4df63150-6549-452d-a037-d14dba46bfd4","instanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","requestSelfLink":"http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4"}}
2021-08-07 13:53:47,298 DEBUG 79:mixins.py(1) - Wait until ServiceDeletionRequest task is not finished
2021-08-07 13:53:47,312 DEBUG 129:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': '9bac660d-0324-4faa-83c5-38521f88bd47', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:47,312 DEBUG 131:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4
2021-08-07 13:53:47,312 DEBUG 132:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] data sent: None
2021-08-07 13:53:47,315 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:47,513 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4 HTTP/1.1" 200 1020
2021-08-07 13:53:47,514 INFO 142:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response code: 200
2021-08-07 13:53:47,515 DEBUG 146:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response: {"request":{"requestId":"4df63150-6549-452d-a037-d14dba46bfd4","startTime":"Sat, 07 Aug 2021 13:53:46 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"IN_PROGRESS","timestamp":"Sat, 07 Aug 2021 13:53:46 GMT"}}}
2021-08-07 13:53:57,526 DEBUG 129:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'e898d820-ca51-42d7-b077-fff5ced5fe9e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:57,526 DEBUG 131:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4
2021-08-07 13:53:57,527 DEBUG 132:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] data sent: None
2021-08-07 13:53:57,529 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:57,708 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4 HTTP/1.1" 200 1230
2021-08-07 13:53:57,710 INFO 142:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response code: 200
2021-08-07 13:53:57,710 DEBUG 146:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response: {"request":{"requestId":"4df63150-6549-452d-a037-d14dba46bfd4","startTime":"Sat, 07 Aug 2021 13:53:46 GMT","finishTime":"Sat, 07 Aug 2021 13:53:49 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:49 GMT"}}}
2021-08-07 13:53:57,710 INFO 56:mixins.py(12) - ServiceDeletionRequest task finished
2021-08-07 13:53:57,711 DEBUG 129:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'c2b61401-9784-4130-97fc-7b8c48f3cb3e', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:57,711 DEBUG 131:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4
2021-08-07 13:53:57,711 DEBUG 132:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] data sent: None
2021-08-07 13:53:57,713 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:57,943 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4 HTTP/1.1" 200 1230
2021-08-07 13:53:57,944 INFO 142:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response code: 200
2021-08-07 13:53:57,944 DEBUG 146:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response: {"request":{"requestId":"4df63150-6549-452d-a037-d14dba46bfd4","startTime":"Sat, 07 Aug 2021 13:53:46 GMT","finishTime":"Sat, 07 Aug 2021 13:53:49 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:49 GMT"}}}
2021-08-07 13:53:57,945 DEBUG 129:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'aca86c47-7abb-4f32-8aa9-442213b34204', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:57,945 DEBUG 131:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4
2021-08-07 13:53:57,945 DEBUG 132:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] data sent: None
2021-08-07 13:53:57,947 DEBUG 226:connectionpool.py(12) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:58,173 DEBUG 433:connectionpool.py(12) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4 HTTP/1.1" 200 1230
2021-08-07 13:53:58,174 INFO 142:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response code: 200
2021-08-07 13:53:58,175 DEBUG 146:onap_service.py(12) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response: {"request":{"requestId":"4df63150-6549-452d-a037-d14dba46bfd4","startTime":"Sat, 07 Aug 2021 13:53:46 GMT","finishTime":"Sat, 07 Aug 2021 13:53:49 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:49 GMT"}}}
2021-08-07 13:53:58,185 DEBUG 129:onap_service.py(1) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'x-fromappid': 'AAI', 'x-transactionid': 'de35cfe5-bfbf-4b0b-b241-f8c14f9fed3f', 'authorization': 'Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==', 'cache-control': 'no-cache'}
2021-08-07 13:53:58,185 DEBUG 131:onap_service.py(1) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] url used: http://so.api.simpledemo.onap.org:30277/onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4
2021-08-07 13:53:58,185 DEBUG 132:onap_service.py(1) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] data sent: None
2021-08-07 13:53:58,187 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): so.api.simpledemo.onap.org:30277
2021-08-07 13:53:58,354 DEBUG 433:connectionpool.py(1) - http://so.api.simpledemo.onap.org:30277 "GET /onap/so/infra/orchestrationRequests/v7/4df63150-6549-452d-a037-d14dba46bfd4 HTTP/1.1" 200 1230
2021-08-07 13:53:58,356 INFO 142:onap_service.py(1) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response code: 200
2021-08-07 13:53:58,356 DEBUG 146:onap_service.py(1) - [None][Check 4df63150-6549-452d-a037-d14dba46bfd4 orchestration request status] response: {"request":{"requestId":"4df63150-6549-452d-a037-d14dba46bfd4","startTime":"Sat, 07 Aug 2021 13:53:46 GMT","finishTime":"Sat, 07 Aug 2021 13:53:49 GMT","requestScope":"service","requestType":"deleteInstance","requestDetails":{"modelInfo":{"modelInvariantId":"1971946d-f1b4-460b-9a32-ad22b1117ff7","modelType":"service","modelName":"basic_cnf","modelVersion":"1.0","modelVersionId":"dfdde6d4-779b-43a2-a943-49b16483441f","modelUuid":"dfdde6d4-779b-43a2-a943-49b16483441f","modelInvariantUuid":"1971946d-f1b4-460b-9a32-ad22b1117ff7"},"requestInfo":{"source":"VID","suppressRollback":false,"requestorId":"demo"},"cloudConfiguration":{"tenantId":"f41abc47519441359fc94897110fa224","tenantName":"onap-wro","cloudOwner":"basicnf-owner","lcpCloudRegionId":"k8sregion"},"requestParameters":{"aLaCarte":true,"testApi":"GR_API"}},"instanceReferences":{"serviceInstanceId":"0dd59d7f-5d49-4fa5-b993-da64330758f9","serviceInstanceName":"basic_cnf-2b5a727c-588b-49ab-8b8b-d0e27cad6352"},"requestStatus":{"requestState":"COMPLETE","statusMessage":"STATUS: ALaCarte-Service-deleteInstance request was executed correctly. FLOW STATUS: Successfully completed all Building Blocks","percentProgress":100,"timestamp":"Sat, 07 Aug 2021 13:53:49 GMT"}}}
2021-08-07 13:53:58,356 INFO 261:service_ala_carte.py(1) - Service None deleted
2021-08-07 13:53:58,357 INFO 44:k8s_connectivity_info_create.py(1) - Clean the k8s connectivity information
2021-08-07 13:53:58,358 DEBUG 129:onap_service.py(1) - [None][Get Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:53:58,358 DEBUG 131:onap_service.py(1) - [None][Get Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion
2021-08-07 13:53:58,358 DEBUG 132:onap_service.py(1) - [None][Get Connectivity Info] data sent: None
2021-08-07 13:53:58,359 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:53:58,389 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "GET /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 200 None
2021-08-07 13:53:58,390 INFO 142:onap_service.py(1) - [None][Get Connectivity Info] response code: 200
2021-08-07 13:53:58,390 DEBUG 146:onap_service.py(1) - [None][Get Connectivity Info] response: {"cloud-region":"k8sregion","cloud-owner":"basicnf-owner","kubeconfig":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRV01yWjBGM1NVSkJaMGxDUVVSQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSYzBaQlJFRldUVkpOZDBWUldVUldVVkZFUlhkd2NtUlhTbXdLWTIwMWJHUkhWbnBOUWpSWVJGUkplRTFFWjNkT2VrVjNUV3BSZUU1c2IxaEVWRTE0VFVSbmQwNVVSWGROYWxGNFRteHZkMFpVUlZSTlFrVkhRVEZWUlFwQmVFMUxZVE5XYVZwWVNuVmFXRkpzWTNwRFEwRlRTWGRFVVZsS1MyOWFTV2gyWTA1QlVVVkNRbEZCUkdkblJWQkJSRU5EUVZGdlEyZG5SVUpCUzNCRUNqbFhiUzlMWVVaU1lYcFVVazVWVUcxNlJtRkZObkZ4TkRCemVtUlJTMGREWWtOU0wwWlpXbEpwWjA5WWJHZGlVSEZXSzJWTVdqSTNWRlE1TTBwdFJUZ0tibEZvVFRFeE55dEdWSFZXVFV4T1NtSXJZMEU0YzJkRGMwbG9OVmhCZW5ZM1JuWjNSRTlyT0RWbmNqVmpTWHBsYm5vNGJ5dEdhMU5CWXpWQlp6RXJUZ3BWY0RSWWJGUnZjRTEyU1dWa05HRjVRMUZaZG5SbVNWUjZRWEpKZGpGRk5UWmllRmgxVW01aUszVkxZbmhITVZKdk0xaHBOelkzWkZwRk1XNVdkM2hyQ2xGak9FaDRVMVZNVkV0alZsaHhZMDVXUlRWTUx5OWlObWxJVWtwdlpVUXhWVlJrYjFObU0wdFRTVFo0YXpkcVUzTlZNM1JMTTNkUFVtaGtUMUZNTkhjS1JtUlpjVmhHTlROVlFrSmFRMkpsWjBFM2JWaFNNWFZaVkVsT2ExVXJNM1JLZGxkUFEzSmtjak4zZEcxMVYwd3liRlIyUXpRM05HTnBiVkZpUldOVlJBcExhbGd5U0VFNVRGQTRTelpIU1doUU0wRmpRMEYzUlVGQllVNURUVVZCZDBSbldVUldVakJRUVZGSUwwSkJVVVJCWjB0clRVRTRSMEV4VldSRmQwVkNDaTkzVVVaTlFVMUNRV1k0ZDBoUldVUldVakJQUWtKWlJVWkxaMGRUYnpkNE16TXpkRzVUY21vd1dtaHlZazlIY0d4eGIxSk5RVEJIUTFOeFIxTkpZak1LUkZGRlFrTjNWVUZCTkVsQ1FWRkJTSHB3ZVRKbWJEWmlUM1puUVVRM2VrcFJlbkIwTmxSaU9HZ3dhWEJ0VWtOemFEQlZjbEEwZUVWcmJTdG1WMjlyVHdwak5tWm1kVEVyTHk5aVFVOXVSSGhNWWtaeFJYRlpWMFJ4UlhKMFQwbHJkRlJIWTBwMVpYZGpabWcwVEVOVU56azBjMnBHWkU4MlVuaGplVUpPYVhjNENuUnZZVGRLZVc1alJFcGpPRk4wUTJGSVEweEhUVFJ2YW5scGFGbHFhU3RsU1M5TlNGZEZkblJSUVhKWFlWcERPRTUzTkhSbFpVb3hVR1JHUW1SMmFHZ0tZblk0U0Vvd2FUTlZVa1puVG5KMmRURjNiV3BGZUVSdllWTktXbXhaV0ZWaWNYbENjM1pVUjIxV1psZFdibUZ5VVdseVlVMHJWbVpUVTBkQ1dHSnBPQXAwUTNCVlRuWmFRMVUwVmpZMlduVjJNV28zZGxvNE9YUXhTMWQxUlZkWVMwcEhWWEpHWVVZNVRuTnNVRmRZVmtkdWFsVXZNMnh6UTNCMmFYcDRjWFJWQ2tGMk5EYzVkQzlFUTNkV0swRk5VRWR1YVVkTFFsQnFUMGhVYjNGT2EzaHZOWE5ZYVFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PQogICAgc2VydmVyOiBodHRwczovLzE3Mi4xNi4xMC41NTo2NDQzCiAgbmFtZToga3ViZXJuZXRlcwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3Rlcjoga3ViZXJuZXRlcwogICAgdXNlcjoga3ViZXJuZXRlcy1hZG1pbgogIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpjdXJyZW50LWNvbnRleHQ6IGt1YmVybmV0ZXMtYWRtaW5Aa3ViZXJuZXRlcwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGt1YmVybmV0ZXMtYWRtaW4KICB1c2VyOgogICAgY2xpZW50LWNlcnRpZmljYXRlLWRhdGE6IExTMHRMUzFDUlVkSlRpQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENrMUpTVVJGZWtORFFXWjFaMEYzU1VKQlowbEpVSFppZVZWeFFUUjVZemgzUkZGWlNrdHZXa2xvZG1OT1FWRkZURUpSUVhkR1ZFVlVUVUpGUjBFeFZVVUtRWGhOUzJFelZtbGFXRXAxV2xoU2JHTjZRV1ZHZHpCNVRWUkJORTFFWTNoTlJFa3dUVlJhWVVaM01IbE5ha0UwVFVSamVFMUVTVEJOYWtKaFRVUlJlQXBHZWtGV1FtZE9Wa0pCYjFSRWJrNDFZek5TYkdKVWNIUlpXRTR3V2xoS2VrMVNhM2RHZDFsRVZsRlJSRVY0UW5Ka1YwcHNZMjAxYkdSSFZucE1WMFpyQ21KWGJIVk5TVWxDU1dwQlRrSm5hM0ZvYTJsSE9YY3dRa0ZSUlVaQlFVOURRVkU0UVUxSlNVSkRaMHREUVZGRlFYZFRXVWxTZGpsc09VTlRjV0ozVmtzS1MwWlpNWEpoV1VGTlVEaEViM0k0TjBRelJqQnBMMmhCZUdobWFVMXNXbmwwYnk4dmEyOTRSWHBrZEd4bVRFdGlRWFJCWmxOQlNITnlOVmt4YzJWRlRRcExRMmhZYkRsRlFVOTBVVzFHTlhOR1ZqWldaRlpvVjBNeGJFNW1OVVJwWlVocVdteFJRM0l2YTJWRVVXRjNTQzlhY2s1Sk5FcFJiM2t6VUVodlZrTm1Da3B2WkVsMVdEWmhiRUU0YUhsSVYzRTBUSFZvY25ObldIQlVVbEpXV2s1cGFqYzNOQ3RaY0VOVFFpOUNhMkZIUTNjMmR6VjVkMFkxWlhFdmRHWTBURk1LWkUweFFqaE9jbkZqWm14QlMyMUtUbUZxZEhkM01rNVZjVTg1U0RSVlluQnBTMDFhVkV0VGJFRnFTVWxaY2xOUVVXeEdaQzl6UmtaUVEzQkRjbUY1VHdwbVRFSXdNblFyYWxwRlJHRnBaVTh5U3k5bmQxVXlkMGxCVVdaVkwyVXpkRkZsYW1aRU1ubHNTalJoVUhkVWJIRnlUMEpTVDFsTlZEVmtaVWRTVkVWTkNqWkpZMVk0VVVsRVFWRkJRbTh3WjNkU2FrRlBRbWRPVmtoUk9FSkJaamhGUWtGTlEwSmhRWGRGZDFsRVZsSXdiRUpCZDNkRFoxbEpTM2RaUWtKUlZVZ0tRWGRKZDBoM1dVUldVakJxUWtKbmQwWnZRVlZ4UVZwTGFuWklabVpsTW1STGRWQlNiVWQwY3pSaGJWZHhhRVYzUkZGWlNrdHZXa2xvZG1OT1FWRkZUQXBDVVVGRVoyZEZRa0ZGZVUxbGNqaEdLM1pOVTJ0dGIwUnJjbWcyTHpadmFUQnNOMWRCVVVObFYxZEpRbXRJSzNCclkwWkRjR05JTm5sRk5FTm1SV1kxQ21oV1pqUlRRVU56VUU0dlprZDVhM3A2YmpkMUsycFdXVkV4VjNkdmNrMUNjVEJVZVRnclVtUTJURmhSTVU5Q1NIRkpVWEJvYVVkdmRXNHZjSGRWYkZJS2RFTnBUVGxtVkVSNGFGYzRSMngwYWxoUVpqVkhibXhKV2tsUFNXUjJTbTlCUlVSWk1VaE1RM1l3Y0dkTlRWZGlSbXRvWVRsVlluTXlhVlZQUXl0MVNRcEdXaXMyVldKWFJHUjBPR1EwYkhRMVdrUmlVa3hwY0dGbVdsVlVURWh3V2tzMFVFOTVaVTVrZFVaelVUUTRkMFZLY21wRVJXTjNjbVV2ZEZWa1UxcGxDbEZNTDJGTFVtSllZWE4xT0VwVU0yVndNa05OVEZkNldrVktVM0p5WkhSTWVWaEVZVmgxVUZBMGNVcFphekJOZW1ObVJtSktSRUZVZW0xdlZsRnRhVUlLT1RZMVJqWjNhbm95ZG5aVE0ySm5TRlJ3VlRJNFRHZFZSVFJKY2xOTlVUMEtMUzB0TFMxRlRrUWdRMFZTVkVsR1NVTkJWRVV0TFMwdExRbz0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxGYjJkSlFrRkJTME5CVVVWQmQxTlpTVkoyT1d3NVExTnhZbmRXUzB0R1dURnlZVmxCVFZBNFJHOXlPRGRFTTBZd2FTOW9RWGhvWm1sTmJGcDVDblJ2THk5cmIzaEZlbVIwYkdaTVMySkJkRUZtVTBGSWMzSTFXVEZ6WlVWTlMwTm9XR3c1UlVGUGRGRnRSalZ6UmxZMlZtUldhRmRETVd4T1pqVkVhV1VLU0dwYWJGRkRjaTlyWlVSUllYZElMMXB5VGtrMFNsRnZlVE5RU0c5V1EyWktiMlJKZFZnMllXeEJPR2g1U0ZkeE5FeDFhSEp6WjFod1ZGSlNWbHBPYVFwcU56YzBLMWx3UTFOQ0wwSnJZVWREZHpaM05YbDNSalZsY1M5MFpqUk1VMlJOTVVJNFRuSnhZMlpzUVV0dFNrNWhhblIzZHpKT1ZYRlBPVWcwVldKd0NtbExUVnBVUzFOc1FXcEpTVmx5VTFCUmJFWmtMM05HUmxCRGNFTnlZWGxQWmt4Q01ESjBLMnBhUlVSaGFXVlBNa3N2WjNkVk1uZEpRVkZtVlM5bE0zUUtVV1ZxWmtReWVXeEtOR0ZRZDFSc2NYSlBRbEpQV1UxVU5XUmxSMUpVUlUwMlNXTldPRkZKUkVGUlFVSkJiMGxDUVVWaEx6ZGhlRVZDVlRaSE1UYzVVQXBEY21vemVYcFlUMXB4WlV3MFowMU9WbFUzTURKcFNXcFVNbUpCWms5VEwyTmpiVnAxV2pSMWNqQXhVVzVxTkhSR2EySlVaMWxJV1RSd0x6SjJOMmh0Q201U1RtZHZObFpEY3pOcVdrZFNUSGRtSzFvME9XeFhRVVEyY2l0Wk1VOTJkMWwxUkd4V1kwbzJVUzlCWWpsbGFYQmlSWGt6ZGtWVmJFWlVhVVpwTDNFS00ydEZOSE5PVkhodlUwY3lORlZOVTJoM1RrYzVOVk5WVTNOVlExZzNNVGswWlU5T1JFOUxUMWhJYzBsUk9YcEVXV0ptU1hNd2NHNW5WemRLWjAxSmRncEtTbnBOUm5SdWJWRndTVVFyUTNWbkswOU5WRzlLWWxOUFluQXlUaTkxU1RGcFdVMXZiMFZtVTFkUE56ZHNUbkJaSzFobVFqQnVVVGxuTkdkMWVIZHZDbEJoV25WNU1HSnNlak5hYW5aWlIyWTNaWGhQZW5ObFl6UlhVbUZtV0RaU04wOXlXWEZFTUdsV2FrbHBTemxQTTJjMVNVUnRVMGxOUVRsR04wSXdSMGtLVjI5c2RrZEJSVU5uV1VWQk4xcFBXVlpqZVdSV1Z6WnZlWHBHWjNneVptUXlZV2czWm1OVE9HNHhUREZvVVROWU56azVXRVZ0VEd0M1FXcHVjM1l6VEFvMlIyUXhjR1pKWlhCTlozWTVLMDR4TkVWbE9XTnFjbTlVV0hadFNFd3plWGxSU2xScGJXMHJLM3B3VkRBcloyUktlVk5PYVRGQ1ZIRTRkV3RpTXk5dkNuVnZOR2t6ZWpKaWQxSm1iMk5pZEVJM2MxZG1iRXRZWkcxU1l5dFlaRVZYTUdoR1NEbEZPV2RTVDIxNWVFRm5Reko1UW5oaGVrVkRaMWxGUVRCRFFua0tVall3WTFsNlRUZEVXbGgzVFZaUWJFdFhZM1JrWW1ONWF6Sm5NbnBFYUVFMk1HeExkVkpzVlVKdVRGQlRTWFZDYlVOSmRUWXJibkZNTjNSb2JEWXhlQXB2TmpSalFYZFNVMncxY1RJNWR5dHBZek5FZWxsdU0zcFpaR05pSzBac2EwNHlPREZaY1hGTllWVlhlVkJPTjJnM1YwNXFRV2xXVTIxbmFURTNRMGhoQ25JNFJuWnhNbE5oZHpKd1dXODJOWHB6Vm5CNVltWlhaVzFSU2xoVVJuQnVZWEV2WTBwelJVTm5XVUZGUWk5VlZuWTFjMHd3UVhwa1NtTkdWMjlPVTBzS01VOXJSR2RWYzFORFVEVlNaVFpMYlZZd2RrczNRa3RzYWpSRlpUaEdPVGxYWjFGT1FrMWhkMVpTVlRkU05HcEJabGhqYUdOUk5YZEJhVWwwWVhGMWNnbzNXRmwwWVhjemNXaFdjbGQ0WVVZMVFVa3pSMUl4Tm10Rk5XZ3JjVGxVZGtaWGNGTkVNa2RPVEZSTGMyVXhhbkpFUkRsbk4yc3JUVkZZUXpGa2N6ZEZDbFZpWVNzeGJtNTZjMWRPZGtsQ1QzTldRMmxaWjFGTFFtZEZjSE5RT1VaSWIzTTBTMUpOVTJZMlEzTk1ZaTlsTVUxSWJGZHJRbmhNSzAxU1owaFVOMFlLYWpWWVR6WTRMeXRuUVdKV09DOXdPWGh5SzFCbWNrZG5NVTAwVkU1SU5uVlNUa0ZFV0V4R1ptNXhkVTFEVEVFeFNrdE5SVzVQU2xGMFIzcEVUVzFZY3dwUE1pOVVkM0V2YlZBd01IRXJhV3RWUlVKU01WZHBkRUZyUTFWdVIyWmpaRTlhZUZaT2F6VkpiV1psTVRaNVRIaFVPV1p2U3psV1ZrVXZhREp1TWtvd0NrUnJjRUpCYjBkQlVsZHBPVGx1VldKb2RGTkNOV3hhZEZCVGVERjVZMDgwYjJVMFNGWmlURGhDTm5WT1V6Wk9TamhVV2tWTE9UTkViMnRzWVhWVE1tTUtVekpyYTFRd1RrMXJXa3RyZW5weGJFcGpaVkZhZGxOUlRVTmlhRlp1VFVwckszUmtVWGhSWWxoQlpGWkhRV3B4TjFjNFZqUTRhVFZWYlVocVIwbFpOQXBIVWxCTFVuZE1aMjFCVUd0bVduSjRTaXM0YzJaWmJqVmxSemhxWjAxblVUVjVOVTgzVFN0NVdqVnNZbEZvVDJadWN6QTlDaTB0TFMwdFJVNUVJRkpUUVNCUVVrbFdRVlJGSUV0RldTMHRMUzB0Q2c9PQo=","other-connectivity-list":{"connectivity-records":[]}}

2021-08-07 13:53:58,392 DEBUG 129:onap_service.py(1) - [None][Delete Connectivity Info] sent header: {'Content-Type': 'application/json', 'Accept': 'application/json', 'cache-control': 'no-cache'}
2021-08-07 13:53:58,392 DEBUG 131:onap_service.py(1) - [None][Delete Connectivity Info] url used: https://msb.api.simpledemo.onap.org:30283/api/multicloud-k8s/v1/v1/connectivity-info/k8sregion
2021-08-07 13:53:58,392 DEBUG 132:onap_service.py(1) - [None][Delete Connectivity Info] data sent: None
2021-08-07 13:53:58,393 DEBUG 939:connectionpool.py(1) - Starting new HTTPS connection (1): msb.api.simpledemo.onap.org:30283
2021-08-07 13:53:58,417 DEBUG 433:connectionpool.py(1) - https://msb.api.simpledemo.onap.org:30283 "DELETE /api/multicloud-k8s/v1/v1/connectivity-info/k8sregion HTTP/1.1" 204 0
2021-08-07 13:53:58,417 INFO 142:onap_service.py(1) - [None][Delete Connectivity Info] response code: 204
2021-08-07 13:53:58,417 DEBUG 146:onap_service.py(1) - [None][Delete Connectivity Info] response: n/a
2021-08-07 13:53:58,419 INFO 176:run_tests.py(1) - Test result:

+-------------------+---------------------+------------------+----------------+
|     TEST CASE     |       PROJECT       |     DURATION     |     RESULT     |
+-------------------+---------------------+------------------+----------------+
|     basic_cnf     |     integration     |      05:42       |      PASS      |
+-------------------+---------------------+------------------+----------------+

2021-08-07 13:53:58,421 INFO 57:basic_cnf.py(1) - Generate Test report
2021-08-07 13:53:58,504 DEBUG 226:connectionpool.py(1) - Starting new HTTP connection (1): 87.254.212.120:8080
2021-08-07 13:53:58,895 DEBUG 433:connectionpool.py(1) - http://87.254.212.120:8080 "POST http://testresults.opnfv.org/onap/api/v1/results HTTP/1.1" 200 73
2021-08-07 13:53:58,896 INFO 246:testcase.py(1) - The results were successfully pushed to DB: 

http://testresults.opnfv.org/onap/api/v1/results/610e90766c44f500102b225c

2021-08-07 13:53:58,897 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_OK